Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:totalBitrate

172     int32_t totalBitrate = 0;
239 if (totalBitrate >= 0 && meta->findInt32(kKeyBitRate, &bitrate)) {
240 totalBitrate += bitrate;
242 totalBitrate = -1;
257 mBitrate = totalBitrate;