Home | History | Annotate | Download | only in lvpp

Lines Matching refs:mBitrate

341     mBitrate = totalBitRate;
343 LOGV("mBitrate = %lld bits/sec", mBitrate);
498 mBitrate = -1;
520 if (mBitrate >= 0) {
521 *bitrate = mBitrate;