Home
last modified time | relevance | path

Searched refs:supported_rc_modes (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h444 int supported_rc_modes; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h567 int supported_rc_modes; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h609 int supported_rc_modes; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp253 supported_rc_modes = RC_ALL; in venc_dev()
851 supported_rc_modes = (RC_ALL & ~RC_CBR_CFR); in venc_open()
4627 (supported_rc_modes & RC_VBR_VFR) ? in venc_set_ratectrl_cfg()
4632 (supported_rc_modes & RC_VBR_CFR) ? in venc_set_ratectrl_cfg()
4637 (supported_rc_modes & RC_CBR_VFR) ? in venc_set_ratectrl_cfg()
4642 (supported_rc_modes & RC_CBR_CFR) ? in venc_set_ratectrl_cfg()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp267 supported_rc_modes = RC_ALL; in venc_dev()
1107 supported_rc_modes = (RC_ALL & ~RC_CBR_CFR); in venc_open()
5933 (supported_rc_modes & RC_VBR_VFR) ? in venc_set_ratectrl_cfg()
5938 (supported_rc_modes & RC_VBR_CFR) ? in venc_set_ratectrl_cfg()
5943 (supported_rc_modes & RC_CBR_VFR) ? in venc_set_ratectrl_cfg()
5948 (supported_rc_modes & RC_CBR_CFR) ? in venc_set_ratectrl_cfg()
5973 if (eControlRate == OMX_Video_ControlRateVariable && (supported_rc_modes & RC_VBR_CFR) in venc_set_ratectrl_cfg()