Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:totalBitrate

205     int32_t totalBitrate = 0;
266 if (totalBitrate >= 0 && meta->findInt32(kKeyBitRate, &bitrate)) {
267 totalBitrate += bitrate;
269 totalBitrate = -1;
274 mBitrate = totalBitrate;