Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediaformatshaper/
DVQApply.cpp141 int64_t bitrateCeiling = bitrateFloor * codec->getPhaseOut(); in VQApply() local
143 if (bitrateCeiling > INT32_MAX) bitrateCeiling = INT32_MAX; in VQApply()
148 if (bitrateConfigured >= bitrateCeiling) { in VQApply()
150 bitrateConfigured, bitrateCeiling); in VQApply()
204 if (bitrateChosen > bitrateCeiling) { in VQApply()
205 ALOGD("minquality: bitrate increase clamped at ceiling %" PRId64, bitrateCeiling); in VQApply()
206 bitrateChosen = bitrateCeiling; in VQApply()