Home
last modified time | relevance | path

Searched refs:IntraRefreshVOP (Results 1 – 25 of 25) 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.cpp1098 if(venc_set_intra_vop_refresh(intra_vop_refresh->IntraRefreshVOP) == false) in venc_set_config()
Dvideo_encoder_device_copper.cpp1108 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_swvenc_mpeg4.cpp197 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
1589 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Domx_video_encoder.cpp297 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
1895 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.cpp2432 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/msm8974/mm-core/inc/
DOMX_Video.h962 OMX_BOOL IntraRefreshVOP; member
/hardware/qcom/media/msm8998/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/sdm845/media/mm-core/inc/
DOMX_Video.h968 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()
1733 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.cpp2000 if (venc_set_intra_vop_refresh(intra_vop_refresh->IntraRefreshVOP) == false) { in venc_set_config()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp196 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
1793 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Domx_swvenc_mpeg4.cpp219 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
1702 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Dvideo_encoder_device_v4l2.cpp2824 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_mpeg4.cpp197 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
1585 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Domx_video_encoder.cpp292 m_sConfigIntraRefreshVOP.IntraRefreshVOP = OMX_FALSE; in component_init()
2020 m_sConfigIntraRefreshVOP.IntraRefreshVOP = pParam->IntraRefreshVOP; in set_config()
Dvideo_encoder_device_v4l2.cpp2776 if (venc_set_intra_vop_refresh(intra_vop_refresh->IntraRefreshVOP) == false) { in venc_set_config()
/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.cpp427 param.IntraRefreshVOP = OMX_TRUE; in requestIDR()