Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediaformatshaper/
DVQApply.cpp130 int64_t bitrateConfigured = 0; in VQApply() local
133 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()