Home
last modified time | relevance | path

Searched refs:supported_rc_modes (Results 1 – 7 of 7) 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/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h560 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/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h565 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/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()