Home
last modified time | relevance | path

Searched refs:OMX_Video_ControlRateConstant (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.cpp362 bitrate->eControlRate = OMX_Video_ControlRateConstant; in internalGetParameter()
460 bitrate->eControlRate = OMX_Video_ControlRateConstant; in internalGetBitrateParams()
477 } else if (bitrate->eControlRate == OMX_Video_ControlRateConstant) { in internalSetBitrateParams()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Video.h241 OMX_Video_ControlRateConstant, enumerator
DOMX_AsString.h763 case OMX_Video_ControlRateConstant: return "Constant";
/frameworks/av/media/libstagefright/
DACodec.cpp140 case 2: return OMX_Video_ControlRateConstant; in getVideoBitrateMode()
4702 if (bitrateMode == OMX_Video_ControlRateConstant) { in setupVPXEncoderParameters()
4798 bitrateMode == OMX_Video_ControlRateConstant)) { in configureEncoderLatency()