Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaformatshaper/
H A 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()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp604 status_t StagefrightRecorder::setParamVideoBitRateMode(int32_t bitRateMode) { in setParamVideoBitRateMode() argument
605 ALOGV("setParamVideoBitRateMode: %d", bitRateMode); in setParamVideoBitRateMode()
607 if (bitRateMode < -1) { in setParamVideoBitRateMode()
608 ALOGE("Unsupported video bitrate mode: %d", bitRateMode); in setParamVideoBitRateMode()
611 mVideoBitRateMode = bitRateMode; in setParamVideoBitRateMode()
H A DStagefrightRecorder.h224 status_t setParamVideoBitRateMode(int32_t bitRateMode);