Home
last modified time | relevance | path

Searched refs:pFrames (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2_params.cpp214 int pFrames = vp8EncodeParams->nKeyFrameInterval - 1; in venc_set_config() local
215 if (set_nP_frames(pFrames) == false) { in venc_set_config()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_hevc.cpp924 prop.uProperty.sIntraPeriod.pFrames = pParam->nPFrames; in set_config()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp2615 int pFrames = vp8EncodeParams->nKeyFrameInterval - 1; in venc_set_param() local
2616 if (venc_set_intra_period(pFrames, 0) == false) { in venc_set_param()