Searched refs:supported_rc_modes (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h429 int supported_rc_modes; member in class:venc_dev
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h536 int supported_rc_modes; member in class:venc_dev
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp253 supported_rc_modes = RC_ALL;
850 supported_rc_modes = (RC_ALL & ~RC_CBR_CFR);
4575 (supported_rc_modes & RC_VBR_VFR) ?
4580 (supported_rc_modes & RC_VBR_CFR) ?
4585 (supported_rc_modes & RC_CBR_VFR) ?
4590 (supported_rc_modes & RC_CBR_CFR) ?
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp262 supported_rc_modes = RC_ALL;
1091 supported_rc_modes = (RC_ALL & ~RC_CBR_CFR);
5468 (supported_rc_modes & RC_VBR_VFR) ?
5473 (supported_rc_modes & RC_VBR_CFR) ?
5478 (supported_rc_modes & RC_CBR_VFR) ?
5483 (supported_rc_modes & RC_CBR_CFR) ?
5507 if (eControlRate == OMX_Video_ControlRateVariable && (supported_rc_modes & RC_VBR_CFR)

Completed in 142 milliseconds