Home
last modified time | relevance | path

Searched refs:eControlRate (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.cpp387 bitrate->eControlRate = OMX_Video_ControlRateVariable; in internalGetParameter()
389 bitrate->eControlRate = OMX_Video_ControlRateConstant; in internalGetParameter()
615 if (bitrate->eControlRate == OMX_Video_ControlRateVariable) { in internalSetBitrateParams()
617 } else if (bitrate->eControlRate == OMX_Video_ControlRateConstant) { in internalSetBitrateParams()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp243 bitRate->eControlRate = OMX_Video_ControlRateVariable; in internalGetParameter()
321 bitRate->eControlRate != OMX_Video_ControlRateVariable) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/avc/enc/
DSoftAVCEncoder.cpp381 bitRate->eControlRate = OMX_Video_ControlRateVariable; in internalGetParameter()
443 bitRate->eControlRate != OMX_Video_ControlRateVariable) { in internalSetParameter()
/frameworks/native/include/media/openmax/
DOMX_Video.h263 OMX_VIDEO_CONTROLRATETYPE eControlRate; member
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp940 bitRate->eControlRate = OMX_Video_ControlRateVariable; in internalGetParameter()
/frameworks/av/media/libstagefright/
DACodec.cpp4336 bitrateType.eControlRate = bitrateMode; in configureBitrate()