Home
last modified time | relevance | path

Searched refs:bEnableResync (Results 1 – 20 of 20) sorted by relevance

/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Video.h347 OMX_BOOL bEnableResync; member
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Video.h347 OMX_BOOL bEnableResync; member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Video.h365 OMX_BOOL bEnableResync; member
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Video.h347 OMX_BOOL bEnableResync; member
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
DOMX_Video.h347 OMX_BOOL bEnableResync; member
/hardware/qcom/media/mm-core/inc/
DOMX_Video.h351 OMX_BOOL bEnableResync; member
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp834 errorCorrection.bEnableResync = OMX_TRUE; in ConfigureEncoder()
840 errorCorrection.bEnableResync = OMX_TRUE; in ConfigureEncoder()
845 errorCorrection.bEnableResync = OMX_FALSE; in ConfigureEncoder()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
DExynos_OMX_Vp8dec.c1043 pDstErrorCorrectionType->bEnableResync = pSrcErrorCorrectionType->bEnableResync; in Exynos_VP8Dec_GetParameter()
1133 pDstErrorCorrectionType->bEnableResync = pSrcErrorCorrectionType->bEnableResync; in Exynos_VP8Dec_SetParameter()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp856 errorCorrection.bEnableResync = OMX_TRUE; in ConfigureEncoder()
861 errorCorrection.bEnableResync = OMX_TRUE; in ConfigureEncoder()
865 errorCorrection.bEnableResync = OMX_FALSE; in ConfigureEncoder()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
DExynos_OMX_H264dec.c1204 pDstErrorCorrectionType->bEnableResync = pSrcErrorCorrectionType->bEnableResync; in Exynos_H264Dec_GetParameter()
1338 pDstErrorCorrectionType->bEnableResync = pSrcErrorCorrectionType->bEnableResync; in Exynos_H264Dec_SetParameter()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
DExynos_OMX_H264enc.c1219 pDstErrorCorrectionType->bEnableResync = pSrcErrorCorrectionType->bEnableResync; in Exynos_H264Enc_GetParameter()
1353 pDstErrorCorrectionType->bEnableResync = pSrcErrorCorrectionType->bEnableResync; in Exynos_H264Enc_SetParameter()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
DExynos_OMX_Mpeg4dec.c1351 pDstErrorCorrectionType->bEnableResync = pSrcErrorCorrectionType->bEnableResync; in Exynos_Mpeg4Dec_GetParameter()
1525 pDstErrorCorrectionType->bEnableResync = pSrcErrorCorrectionType->bEnableResync; in Exynos_Mpeg4Dec_SetParameter()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
DExynos_OMX_Mpeg4enc.c1395 pDstErrorCorrectionType->bEnableResync = pSrcErrorCorrectionType->bEnableResync; in Exynos_Mpeg4Enc_GetParameter()
1571 pDstErrorCorrectionType->bEnableResync = pSrcErrorCorrectionType->bEnableResync; in Exynos_Mpeg4Enc_SetParameter()
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp220 m_sErrorCorrection.bEnableResync = OMX_FALSE; in component_init()
Domx_video_base.cpp1748 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync; in get_parameter()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp1660 errorresilience->bEnableResync = m_sErrorCorrection.bEnableResync; in get_parameter()
Domx_video_encoder.cpp244 m_sErrorCorrection.bEnableResync = OMX_FALSE; in component_init()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
DVideoEncTest.c1131 ErrorCorrectionType.bEnableResync = OMX_TRUE; in VIDENCTEST_SetMpeg4Parameter()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c855 pCompPortOut->pErrorCorrectionType->bEnableResync = OMX_TRUE;/*shouldn't be 0?*/ in OMX_ComponentInit()
DOMX_VideoEnc_Utils.c3612 if(pCompPortOut->pErrorCorrectionType->bEnableResync) in OMX_VIDENC_InitDSP_Mpeg4Enc()