Home
last modified time | relevance | path

Searched refs:bEnableRVLC (Results 1 – 22 of 22) sorted by relevance

/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Video.h350 OMX_BOOL bEnableRVLC; member
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Video.h350 OMX_BOOL bEnableRVLC; member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Video.h368 OMX_BOOL bEnableRVLC; member
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Video.h350 OMX_BOOL bEnableRVLC; member
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
DOMX_Video.h350 OMX_BOOL bEnableRVLC; member
/hardware/qcom/media/mm-core/inc/
DOMX_Video.h354 OMX_BOOL bEnableRVLC; member
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
DExynos_OMX_Vp8dec.c1046 pDstErrorCorrectionType->bEnableRVLC = pSrcErrorCorrectionType->bEnableRVLC; in Exynos_VP8Dec_GetParameter()
1136 pDstErrorCorrectionType->bEnableRVLC = pSrcErrorCorrectionType->bEnableRVLC; in Exynos_VP8Dec_SetParameter()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
DExynos_OMX_H264dec.c1207 pDstErrorCorrectionType->bEnableRVLC = pSrcErrorCorrectionType->bEnableRVLC; in Exynos_H264Dec_GetParameter()
1341 pDstErrorCorrectionType->bEnableRVLC = pSrcErrorCorrectionType->bEnableRVLC; in Exynos_H264Dec_SetParameter()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
DExynos_OMX_H264enc.c1222 pDstErrorCorrectionType->bEnableRVLC = pSrcErrorCorrectionType->bEnableRVLC; in Exynos_H264Enc_GetParameter()
1356 pDstErrorCorrectionType->bEnableRVLC = pSrcErrorCorrectionType->bEnableRVLC; in Exynos_H264Enc_SetParameter()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
DExynos_OMX_Mpeg4dec.c1354 pDstErrorCorrectionType->bEnableRVLC = pSrcErrorCorrectionType->bEnableRVLC; in Exynos_Mpeg4Dec_GetParameter()
1528 pDstErrorCorrectionType->bEnableRVLC = pSrcErrorCorrectionType->bEnableRVLC; in Exynos_Mpeg4Dec_SetParameter()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
DExynos_OMX_Mpeg4enc.c1398 pDstErrorCorrectionType->bEnableRVLC = pSrcErrorCorrectionType->bEnableRVLC; in Exynos_Mpeg4Enc_GetParameter()
1574 pDstErrorCorrectionType->bEnableRVLC = pSrcErrorCorrectionType->bEnableRVLC; in Exynos_Mpeg4Enc_SetParameter()
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp221 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; in component_init()
Dvideo_encoder_device_copper.cpp2336 if (error_resilience->bEnableRVLC) { in venc_set_error_resilience()
Dvideo_encoder_device.cpp2309 if (error_resilience->bEnableRVLC) { in venc_set_error_resilience()
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp829 errorCorrection.bEnableRVLC = OMX_FALSE; in ConfigureEncoder()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp851 errorCorrection.bEnableRVLC = OMX_FALSE; in ConfigureEncoder()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp245 m_sErrorCorrection.bEnableRVLC = OMX_FALSE; in component_init()
Dvideo_encoder_device.cpp2524 if (error_resilience->bEnableRVLC) { in venc_set_error_resilience()
Dvideo_encoder_device_v4l2.cpp3413 if (error_resilience->bEnableRVLC) { in venc_set_error_resilience()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
DVideoEncTest.c1133 ErrorCorrectionType.bEnableRVLC= OMX_FALSE; in VIDENCTEST_SetMpeg4Parameter()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c857 pCompPortOut->pErrorCorrectionType->bEnableRVLC= OMX_FALSE; in OMX_ComponentInit()
DOMX_VideoEnc_Utils.c3622 if(pCompPortOut->pErrorCorrectionType->bEnableRVLC) in OMX_VIDENC_InitDSP_Mpeg4Enc()