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

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1828 bool isCBR; local
2662 isCBR = rate_ctrl.rcmode == V4L2_CID_MPEG_VIDC_VIDEO_RATE_CONTROL_CBR_VFR ||
2664 if (!isCBR) {
2665 DEBUG_PRINT_ERROR("venc_set_param: OMX_QTIIndexParamIframeSizeType not allowed for this configuration isCBR(%d)",
2666 isCBR);

Completed in 56 milliseconds