Searched refs:bitrateFloor (Results 1 – 1 of 1) sorted by relevance
140 int64_t bitrateFloor = pixels * minimumBpp; in VQApply() local141 int64_t bitrateCeiling = bitrateFloor * codec->getPhaseOut(); in VQApply()142 if (bitrateFloor > INT32_MAX) bitrateFloor = INT32_MAX; in VQApply()147 ALOGV("bitrate: configured %" PRId64 " floor %" PRId64, bitrateConfigured, bitrateFloor); in VQApply()155 if (bitrateConfigured < bitrateFloor) { in VQApply()157 bitrateConfigured, bitrateFloor); in VQApply()158 bitrateChosen = bitrateFloor; in VQApply()