Home
last modified time | relevance | path

Searched refs:supported_rc_modes (Results 1 – 8 of 8) 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/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h565 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/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp179 supported_rc_modes = RC_ALL; in venc_dev()
1658 supported_rc_modes = (RC_ALL & ~RC_CBR_CFR); in venc_open()
6435 (supported_rc_modes & RC_VBR_VFR) ? in venc_set_ratectrl_cfg()
6440 (supported_rc_modes & RC_VBR_CFR) ? in venc_set_ratectrl_cfg()
6445 (supported_rc_modes & RC_CBR_VFR) ? in venc_set_ratectrl_cfg()
6450 (supported_rc_modes & RC_CBR_CFR) ? in venc_set_ratectrl_cfg()
6455 (supported_rc_modes & RC_MBR_CFR) ? in venc_set_ratectrl_cfg()
6460 (supported_rc_modes & RC_MBR_VFR) ? in venc_set_ratectrl_cfg()
6465 (supported_rc_modes & RC_CQ) ? in venc_set_ratectrl_cfg()
6500 if (eControlRate == OMX_Video_ControlRateVariable && (supported_rc_modes & RC_VBR_CFR) in venc_set_ratectrl_cfg()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp221 supported_rc_modes = RC_ALL; in venc_dev()
1287 supported_rc_modes = (RC_ALL & ~RC_CBR_CFR); in venc_open()
6537 (supported_rc_modes & RC_VBR_VFR) ? in venc_set_ratectrl_cfg()
6542 (supported_rc_modes & RC_VBR_CFR) ? in venc_set_ratectrl_cfg()
6547 (supported_rc_modes & RC_CBR_VFR) ? in venc_set_ratectrl_cfg()
6552 (supported_rc_modes & RC_CBR_CFR) ? in venc_set_ratectrl_cfg()
6557 (supported_rc_modes & RC_MBR_CFR) ? in venc_set_ratectrl_cfg()
6562 (supported_rc_modes & RC_MBR_VFR) ? in venc_set_ratectrl_cfg()
6587 if (eControlRate == OMX_Video_ControlRateVariable && (supported_rc_modes & RC_VBR_CFR) in venc_set_ratectrl_cfg()
/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()
5940 (supported_rc_modes & RC_VBR_VFR) ? in venc_set_ratectrl_cfg()
5945 (supported_rc_modes & RC_VBR_CFR) ? in venc_set_ratectrl_cfg()
5950 (supported_rc_modes & RC_CBR_VFR) ? in venc_set_ratectrl_cfg()
5955 (supported_rc_modes & RC_CBR_CFR) ? in venc_set_ratectrl_cfg()
5980 if (eControlRate == OMX_Video_ControlRateVariable && (supported_rc_modes & RC_VBR_CFR) in venc_set_ratectrl_cfg()