h264enc/osal: modified OMX_IndexParamPrependSPSPPSToIDR support
authorTaehwan Kim <t_h.kim@samsung.com>
Thu, 31 Jan 2013 10:04:06 +0000 (10:04 +0000)
committerTaehwan Kim <t_h.kim@samsung.com>
Thu, 31 Jan 2013 10:21:46 +0000 (10:21 +0000)
commit7e42e4107e77c41d93b586cd9ee287eb4ac7f920
treeb744930134b18744fc1d70eeefaa58223d25aa7d
parent10db72aa6027f12243092eb417fcff2ef99255a9
h264enc/osal: modified OMX_IndexParamPrependSPSPPSToIDR support

in case of "OMX.google.android.index.prependSPSPPSToIDRFrames",
android uses the PrependSPSPPSToIDRFramesParams structure.
PrependSPSPPSToIDR support is decided by bEnable value.

struct PrependSPSPPSToIDRFramesParams {
    OMX_U32 nSize;
    OMX_VERSIONTYPE nVersion;
    OMX_BOOL bEnable;
};

Change-Id: I7c65cd8510d2446061f2f18402f2288c274c6a53
Signed-off-by: Taehwan Kim <t_h.kim@samsung.com>
component/video/enc/h264/Exynos_OMX_H264enc.c
osal/Exynos_OSAL_Android.cpp
osal/Exynos_OSAL_Android.h