Searched refs:bitrateCeiling (Results 1 – 1 of 1) sorted by relevance
141 int64_t bitrateCeiling = bitrateFloor * codec->getPhaseOut(); in VQApply() local143 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()