import exynos 7570 bsp
authorTO21Consortium <51391510+TO21Consortium@users.noreply.github.com>
Tue, 11 Jun 2019 09:50:50 +0000 (18:50 +0900)
committerJan Altensen <info@stricted.net>
Sun, 5 Apr 2020 01:04:40 +0000 (03:04 +0200)
commita9bdc01ee61858493c8aa534878c2cae73ee9626
tree300eb044d26b7cbadd4f5b8e805b104aec03be5c
import exynos 7570 bsp

 * source taken from https://github.com/TO21Consortium/SGSWPlatform

Change-Id: I0dab428039bedcececa7ab8559ef0bbab15b4c7a
182 files changed:
Android.mk [new file with mode: 0644]
NOTICE [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/NOTICE [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/NOTICE [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/audio/dec/wma/Android.mk [new file with mode: 0644]
component/audio/dec/wma/Exynos_OMX_Wmadec.c [new file with mode: 0644]
component/audio/dec/wma/Exynos_OMX_Wmadec.h [new file with mode: 0644]
component/audio/dec/wma/NOTICE [new file with mode: 0644]
component/audio/dec/wma/library_register.c [new file with mode: 0644]
component/audio/dec/wma/library_register.h [new file with mode: 0644]
component/audio/seiren_dec/Android.mk [new file with mode: 0644]
component/audio/seiren_dec/Exynos_OMX_Adec.c [new file with mode: 0644]
component/audio/seiren_dec/Exynos_OMX_Adec.h [new file with mode: 0644]
component/audio/seiren_dec/NOTICE [new file with mode: 0644]
component/audio/seiren_dec/aac/Android.mk [new file with mode: 0644]
component/audio/seiren_dec/aac/Exynos_OMX_Aacdec.c [new file with mode: 0644]
component/audio/seiren_dec/aac/Exynos_OMX_Aacdec.h [new file with mode: 0644]
component/audio/seiren_dec/aac/NOTICE [new file with mode: 0644]
component/audio/seiren_dec/aac/library_register.c [new file with mode: 0644]
component/audio/seiren_dec/aac/library_register.h [new file with mode: 0644]
component/audio/seiren_dec/flac/Android.mk [new file with mode: 0644]
component/audio/seiren_dec/flac/Exynos_OMX_Flacdec.c [new file with mode: 0644]
component/audio/seiren_dec/flac/Exynos_OMX_Flacdec.h [new file with mode: 0644]
component/audio/seiren_dec/flac/NOTICE [new file with mode: 0644]
component/audio/seiren_dec/flac/library_register.c [new file with mode: 0644]
component/audio/seiren_dec/flac/library_register.h [new file with mode: 0644]
component/audio/seiren_dec/mp3/Android.mk [new file with mode: 0644]
component/audio/seiren_dec/mp3/Exynos_OMX_Mp3dec.c [new file with mode: 0644]
component/audio/seiren_dec/mp3/Exynos_OMX_Mp3dec.h [new file with mode: 0644]
component/audio/seiren_dec/mp3/NOTICE [new file with mode: 0644]
component/audio/seiren_dec/mp3/library_register.c [new file with mode: 0644]
component/audio/seiren_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/common/NOTICE [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/NOTICE [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/NOTICE [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/hevc/Android.mk [new file with mode: 0644]
component/video/dec/hevc/Exynos_OMX_HEVCdec.c [new file with mode: 0644]
component/video/dec/hevc/Exynos_OMX_HEVCdec.h [new file with mode: 0644]
component/video/dec/hevc/NOTICE [new file with mode: 0644]
component/video/dec/hevc/library_register.c [new file with mode: 0644]
component/video/dec/hevc/library_register.h [new file with mode: 0644]
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/NOTICE [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/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/NOTICE [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/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/NOTICE [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]
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/NOTICE [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/dec/vp9/Android.mk [new file with mode: 0644]
component/video/dec/vp9/Exynos_OMX_Vp9dec.c [new file with mode: 0644]
component/video/dec/vp9/Exynos_OMX_Vp9dec.h [new file with mode: 0644]
component/video/dec/vp9/NOTICE [new file with mode: 0644]
component/video/dec/vp9/library_register.c [new file with mode: 0644]
component/video/dec/vp9/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/NOTICE [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/NOTICE [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/hevc/Android.mk [new file with mode: 0644]
component/video/enc/hevc/Exynos_OMX_HEVCenc.c [new file with mode: 0644]
component/video/enc/hevc/Exynos_OMX_HEVCenc.h [new file with mode: 0644]
component/video/enc/hevc/NOTICE [new file with mode: 0644]
component/video/enc/hevc/library_register.c [new file with mode: 0644]
component/video/enc/hevc/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/NOTICE [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]
component/video/enc/vp8/Android.mk [new file with mode: 0644]
component/video/enc/vp8/Exynos_OMX_Vp8enc.c [new file with mode: 0644]
component/video/enc/vp8/Exynos_OMX_Vp8enc.h [new file with mode: 0644]
component/video/enc/vp8/NOTICE [new file with mode: 0644]
component/video/enc/vp8/library_register.c [new file with mode: 0644]
component/video/enc/vp8/library_register.h [new file with mode: 0644]
component/video/enc/vp9/Android.mk [new file with mode: 0644]
component/video/enc/vp9/Exynos_OMX_Vp9enc.c [new file with mode: 0644]
component/video/enc/vp9/Exynos_OMX_Vp9enc.h [new file with mode: 0644]
component/video/enc/vp9/NOTICE [new file with mode: 0644]
component/video/enc/vp9/library_register.c [new file with mode: 0644]
component/video/enc/vp9/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]
core/NOTICE [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_ComponentExt.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_CoreExt.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_ImageExt.h [new file with mode: 0644]
include/khronos/OMX_Index.h [new file with mode: 0644]
include/khronos/OMX_IndexExt.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]
include/khronos/OMX_VideoExt.h [new file with mode: 0644]
include/skype/OMX_Video_Extensions.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_SkypeHD.c [new file with mode: 0644]
osal/Exynos_OSAL_SkypeHD.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]
osal/NOTICE [new file with mode: 0644]