Home | History | Annotate | Download | only in nuplayer

Lines Matching full:totalbitrate

210     int32_t totalBitrate = 0;
277 if (totalBitrate >= 0 && meta->findInt32(kKeyBitRate, &bitrate)) {
278 totalBitrate += bitrate;
280 totalBitrate = -1;
289 mBitrate = totalBitrate;