Lines Matching refs:eControlRate
153 mParamBitrate.eControlRate = OMX_Video_ControlRateVariable; in InitOutputPort()
322 if ((mParamBitrate.eControlRate == OMX_Video_ControlRateConstant )|| in SetVideoEncoderParam()
323 (mParamBitrate.eControlRate == OMX_Video_ControlRateConstantSkipFrames)) { in SetVideoEncoderParam()
326 } else if ((mParamBitrate.eControlRate == OMX_Video_ControlRateVariable) || in SetVideoEncoderParam()
327 (mParamBitrate.eControlRate == OMX_Video_ControlRateVariableSkipFrames)) { in SetVideoEncoderParam()
330 …} else if (mParamBitrate.eControlRate == (OMX_VIDEO_CONTROLRATETYPE)OMX_Video_Intel_ControlRateVid… in SetVideoEncoderParam()
484 mParamBitrate.eControlRate = p->eControlRate; in SetParamVideoBitrate()
544 if (mParamBitrate.eControlRate == OMX_Video_ControlRateMax){ in SetConfigIntelBitrate()
697 if (mParamBitrate.eControlRate == OMX_Video_ControlRateMax){ in SetConfigVideoFramerate()
765 if (mParamBitrate.eControlRate == OMX_Video_ControlRateMax) { in SetParamIntelAdaptiveSliceControl()
959 if (mParamBitrate.eControlRate == OMX_Video_ControlRateMax){ in SetConfigVideoBitrate()