Home
last modified time | relevance | path

Searched refs:bitRateMode (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/module/libmediaformatshaper/
DVQApply.cpp59 int32_t bitRateMode = -1; in VQApply() local
60 if (AMediaFormat_getInt32(inFormat, AMEDIAFORMAT_KEY_BITRATE_MODE, &bitRateMode) in VQApply()
61 && bitRateMode != BITRATE_MODE_VBR) { in VQApply()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.h226 status_t setParamVideoBitRateMode(int32_t bitRateMode);
DStagefrightRecorder.cpp611 status_t StagefrightRecorder::setParamVideoBitRateMode(int32_t bitRateMode) { in setParamVideoBitRateMode() argument
612 ALOGV("setParamVideoBitRateMode: %d", bitRateMode); in setParamVideoBitRateMode()
614 if (bitRateMode < -1) { in setParamVideoBitRateMode()
615 ALOGE("Unsupported video bitrate mode: %d", bitRateMode); in setParamVideoBitRateMode()
618 mVideoBitRateMode = bitRateMode; in setParamVideoBitRateMode()