exynos_omx has moved from hardware/samsung_slsi/exynos5
authorYunji Kim <yunji.kim@samsung.com>
Thu, 11 Oct 2012 06:32:10 +0000 (06:32 +0000)
committerHuisung Kang <hs1218.kang@samsung.com>
Mon, 29 Oct 2012 04:44:58 +0000 (13:44 +0900)
commitc6f4bc341cc3595d52cf8a3b4155e90c275b04da
treed74957aed7b7d9241c951cfd802f1c9646a7d2c1
parentab2c621bbb70df8d710599a70978d61c7d5556cd
exynos_omx has moved from hardware/samsung_slsi/exynos5

Change-Id: I16f3ebed97ae8921436a09d9e2e653bb7172b3d2
Signed-off-by: Yunji Kim <yunji.kim@samsung.com>
Signed-off-by: Huisung Kang <hs1218.kang@samsung.com>
91 files changed:
Android.mk [new file with mode: 0644]
component/audio/dec/Android.mk [new file with mode: 0644]
component/audio/dec/Exynos_OMX_Adec.c [new file with mode: 0644]
component/audio/dec/Exynos_OMX_Adec.h [new file with mode: 0644]
component/audio/dec/mp3/Android.mk [new file with mode: 0644]
component/audio/dec/mp3/Exynos_OMX_Mp3dec.c [new file with mode: 0644]
component/audio/dec/mp3/Exynos_OMX_Mp3dec.h [new file with mode: 0644]
component/audio/dec/mp3/library_register.c [new file with mode: 0644]
component/audio/dec/mp3/library_register.h [new file with mode: 0644]
component/common/Android.mk [new file with mode: 0644]
component/common/Exynos_OMX_Basecomponent.c [new file with mode: 0644]
component/common/Exynos_OMX_Basecomponent.h [new file with mode: 0644]
component/common/Exynos_OMX_Baseport.c [new file with mode: 0644]
component/common/Exynos_OMX_Baseport.h [new file with mode: 0644]
component/common/Exynos_OMX_Resourcemanager.c [new file with mode: 0644]
component/common/Exynos_OMX_Resourcemanager.h [new file with mode: 0644]
component/video/dec/Android.mk [new file with mode: 0644]
component/video/dec/Exynos_OMX_Vdec.c [new file with mode: 0644]
component/video/dec/Exynos_OMX_Vdec.h [new file with mode: 0644]
component/video/dec/Exynos_OMX_VdecControl.c [new file with mode: 0644]
component/video/dec/Exynos_OMX_VdecControl.h [new file with mode: 0644]
component/video/dec/h264/Android.mk [new file with mode: 0644]
component/video/dec/h264/Exynos_OMX_H264dec.c [new file with mode: 0644]
component/video/dec/h264/Exynos_OMX_H264dec.h [new file with mode: 0644]
component/video/dec/h264/library_register.c [new file with mode: 0644]
component/video/dec/h264/library_register.h [new file with mode: 0644]
component/video/dec/mpeg4/Android.mk [new file with mode: 0644]
component/video/dec/mpeg4/Exynos_OMX_Mpeg4dec.c [new file with mode: 0644]
component/video/dec/mpeg4/Exynos_OMX_Mpeg4dec.h [new file with mode: 0644]
component/video/dec/mpeg4/library_register.c [new file with mode: 0644]
component/video/dec/mpeg4/library_register.h [new file with mode: 0644]
component/video/dec/vp8/Android.mk [new file with mode: 0644]
component/video/dec/vp8/Exynos_OMX_Vp8dec.c [new file with mode: 0644]
component/video/dec/vp8/Exynos_OMX_Vp8dec.h [new file with mode: 0644]
component/video/dec/vp8/library_register.c [new file with mode: 0644]
component/video/dec/vp8/library_register.h [new file with mode: 0644]
component/video/enc/Android.mk [new file with mode: 0644]
component/video/enc/Exynos_OMX_Venc.c [new file with mode: 0644]
component/video/enc/Exynos_OMX_Venc.h [new file with mode: 0644]
component/video/enc/Exynos_OMX_VencControl.c [new file with mode: 0644]
component/video/enc/Exynos_OMX_VencControl.h [new file with mode: 0644]
component/video/enc/h264/Android.mk [new file with mode: 0644]
component/video/enc/h264/Exynos_OMX_H264enc.c [new file with mode: 0644]
component/video/enc/h264/Exynos_OMX_H264enc.h [new file with mode: 0644]
component/video/enc/h264/library_register.c [new file with mode: 0644]
component/video/enc/h264/library_register.h [new file with mode: 0644]
component/video/enc/mpeg4/Android.mk [new file with mode: 0644]
component/video/enc/mpeg4/Exynos_OMX_Mpeg4enc.c [new file with mode: 0644]
component/video/enc/mpeg4/Exynos_OMX_Mpeg4enc.h [new file with mode: 0644]
component/video/enc/mpeg4/library_register.c [new file with mode: 0644]
component/video/enc/mpeg4/library_register.h [new file with mode: 0644]
core/Android.mk [new file with mode: 0644]
core/Exynos_OMX_Component_Register.c [new file with mode: 0644]
core/Exynos_OMX_Component_Register.h [new file with mode: 0644]
core/Exynos_OMX_Core.c [new file with mode: 0644]
core/Exynos_OMX_Core.h [new file with mode: 0644]
include/exynos/Exynos_OMX_Def.h [new file with mode: 0644]
include/exynos/Exynos_OMX_Macros.h [new file with mode: 0644]
include/khronos/OMX_Audio.h [new file with mode: 0644]
include/khronos/OMX_Component.h [new file with mode: 0644]
include/khronos/OMX_ContentPipe.h [new file with mode: 0644]
include/khronos/OMX_Core.h [new file with mode: 0644]
include/khronos/OMX_IVCommon.h [new file with mode: 0644]
include/khronos/OMX_Image.h [new file with mode: 0644]
include/khronos/OMX_Index.h [new file with mode: 0644]
include/khronos/OMX_Other.h [new file with mode: 0644]
include/khronos/OMX_Types.h [new file with mode: 0644]
include/khronos/OMX_Video.h [new file with mode: 0644]
osal/Android.mk [new file with mode: 0644]
osal/Exynos_OSAL_Android.cpp [new file with mode: 0644]
osal/Exynos_OSAL_Android.h [new file with mode: 0644]
osal/Exynos_OSAL_ETC.c [new file with mode: 0644]
osal/Exynos_OSAL_ETC.h [new file with mode: 0644]
osal/Exynos_OSAL_Event.c [new file with mode: 0644]
osal/Exynos_OSAL_Event.h [new file with mode: 0644]
osal/Exynos_OSAL_Library.c [new file with mode: 0644]
osal/Exynos_OSAL_Library.h [new file with mode: 0644]
osal/Exynos_OSAL_Log.c [new file with mode: 0644]
osal/Exynos_OSAL_Log.h [new file with mode: 0644]
osal/Exynos_OSAL_Memory.c [new file with mode: 0644]
osal/Exynos_OSAL_Memory.h [new file with mode: 0644]
osal/Exynos_OSAL_Mutex.c [new file with mode: 0644]
osal/Exynos_OSAL_Mutex.h [new file with mode: 0644]
osal/Exynos_OSAL_Queue.c [new file with mode: 0644]
osal/Exynos_OSAL_Queue.h [new file with mode: 0644]
osal/Exynos_OSAL_Semaphore.c [new file with mode: 0644]
osal/Exynos_OSAL_Semaphore.h [new file with mode: 0644]
osal/Exynos_OSAL_SharedMemory.c [new file with mode: 0644]
osal/Exynos_OSAL_SharedMemory.h [new file with mode: 0644]
osal/Exynos_OSAL_Thread.c [new file with mode: 0644]
osal/Exynos_OSAL_Thread.h [new file with mode: 0644]