Home
last modified time | relevance | path

Searched refs:num_intra_refresh_mbs (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp5380 OMX_U32 num_intra_refresh_mbs = 0; in venc_reconfigure_intra_refresh_period() local
5381 num_intra_refresh_mbs = ceil(num_mbs_per_frame / intra_refresh.framecount); in venc_reconfigure_intra_refresh_period()
5384 intra_refresh.mbcount = num_intra_refresh_mbs; in venc_reconfigure_intra_refresh_period()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp2166 … OMX_U32 num_intra_refresh_mbs = num_mbs_per_frame / intra_refresh->nRefreshPeriod; in venc_set_config() local
2168 … if (venc_set_intra_refresh(OMX_VIDEO_IntraRefreshRandom, num_intra_refresh_mbs) == false) { in venc_set_config()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp2643 … OMX_U32 num_intra_refresh_mbs = num_mbs_per_frame / intra_refresh->nRefreshPeriod; in venc_set_config() local
2645 … if (venc_set_intra_refresh(OMX_VIDEO_IntraRefreshRandom, num_intra_refresh_mbs) == false) { in venc_set_config()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp2975 … OMX_U32 num_intra_refresh_mbs = ceil(num_mbs_per_frame / intra_refresh->nRefreshPeriod); in venc_set_config() local
2977 … if (venc_set_intra_refresh(OMX_VIDEO_IntraRefreshRandom, num_intra_refresh_mbs) == false) { in venc_set_config()