Searched refs:bitrateConfigured (Results 1 – 1 of 1) sorted by relevance
130 int64_t bitrateConfigured = 0; in VQApply() local133 bitrateConfigured = bitrateConfiguredTmp; in VQApply()134 bitrateChosen = bitrateConfigured; in VQApply()147 ALOGV("bitrate: configured %" PRId64 " floor %" PRId64, bitrateConfigured, bitrateFloor); in VQApply()148 if (bitrateConfigured >= bitrateCeiling) { in VQApply()150 bitrateConfigured, bitrateCeiling); in VQApply()155 if (bitrateConfigured < bitrateFloor) { in VQApply()157 bitrateConfigured, bitrateFloor); in VQApply()203 if (bitrateChosen != bitrateConfigured) { in VQApply()209 bitrateConfigured, bitrateChosen); in VQApply()