exynos_omx: Added VC1 and Mpeg2 components
authorSatish Kumar Reddy <palli.satish@samsung.com>
Mon, 29 Oct 2012 02:19:42 +0000 (11:19 +0900)
committerHuisung Kang <hs1218.kang@samsung.com>
Mon, 29 Oct 2012 04:54:24 +0000 (13:54 +0900)
commit9c5c94d61a1e9a6362bee9e15dbb6e524103337d
tree7848119e2d66bd64a9d4c350bc39373e9518055c
parent8822b6c4005f9ca868243e9298f9eebf7f157c91
exynos_omx: Added VC1 and Mpeg2 components

Vc1 and Mpeg2 components are implemented and verified
using UTC application

Change-Id: I8c2896ef063d8249f64d0a703b00d52d71cdcb93
Signed-off-by: Satish Kumar Reddy <palli.satish@samsung.com>
Signed-off-by: Huisung Kang <hs1218.kang@samsung.com>
Android.mk
component/video/dec/mpeg2/Android.mk [new file with mode: 0644]
component/video/dec/mpeg2/Exynos_OMX_Mpeg2dec.c [new file with mode: 0644]
component/video/dec/mpeg2/Exynos_OMX_Mpeg2dec.h [new file with mode: 0644]
component/video/dec/mpeg2/library_register.c [new file with mode: 0644]
component/video/dec/mpeg2/library_register.h [new file with mode: 0644]
component/video/dec/vc1/Android.mk [new file with mode: 0644]
component/video/dec/vc1/Exynos_OMX_Wmvdec.c [new file with mode: 0644]
component/video/dec/vc1/Exynos_OMX_Wmvdec.h [new file with mode: 0644]
component/video/dec/vc1/library_register.c [new file with mode: 0644]
component/video/dec/vc1/library_register.h [new file with mode: 0644]