Home
last modified time | relevance | path

Searched refs:IntraRefreshVOP (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp192 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
1345 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Dvideo_encoder_device_copper.cpp1108 if(venc_set_intra_vop_refresh(intra_vop_refresh->IntraRefreshVOP) == false) in venc_set_config()
Dvideo_encoder_device.cpp1098 if(venc_set_intra_vop_refresh(intra_vop_refresh->IntraRefreshVOP) == false) in venc_set_config()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_hevc.cpp186 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
951 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Domx_video_encoder.cpp292 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
1998 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Domx_swvenc_mpeg4.cpp197 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
1585 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Dvideo_encoder_device.cpp1265 if (venc_set_intra_vop_refresh(intra_vop_refresh->IntraRefreshVOP) == false) { in venc_set_config()
Dvideo_encoder_device_v4l2.cpp2749 if (venc_set_intra_vop_refresh(intra_vop_refresh->IntraRefreshVOP) == false) { in venc_set_config()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_hevc.cpp186 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
951 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Domx_video_encoder.cpp297 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
1894 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Domx_swvenc_mpeg4.cpp197 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
1589 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Dvideo_encoder_device.cpp1265 if (venc_set_intra_vop_refresh(intra_vop_refresh->IntraRefreshVOP) == false) { in venc_set_config()
Dvideo_encoder_device_v4l2.cpp2431 if (venc_set_intra_vop_refresh(intra_vop_refresh->IntraRefreshVOP) == false) { in venc_set_config()
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Video.h957 OMX_BOOL IntraRefreshVOP; member
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Video.h962 OMX_BOOL IntraRefreshVOP; member
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Video.h962 OMX_BOOL IntraRefreshVOP; member
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Video.h962 OMX_BOOL IntraRefreshVOP; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp225 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
1732 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Dvideo_encoder_device.cpp1264 if (venc_set_intra_vop_refresh(intra_vop_refresh->IntraRefreshVOP) == false) { in venc_set_config()
Dvideo_encoder_device_v4l2.cpp1999 if (venc_set_intra_vop_refresh(intra_vop_refresh->IntraRefreshVOP) == false) { in venc_set_config()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderBase.cpp738 if(p->IntraRefreshVOP == OMX_TRUE) { in SetConfigVideoIntraVOPRefresh()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp1377 dynamic_config.config_data.intravoprefresh.IntraRefreshVOP = OMX_TRUE; in VencTest_ReadDynamicConfigMsg()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp1386 dynamic_config.config_data.intravoprefresh.IntraRefreshVOP = OMX_TRUE; in VencTest_ReadDynamicConfigMsg()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp430 param.IntraRefreshVOP = OMX_TRUE; in requestIDR()