Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:kbps

1699     int32_t kbps = 0;
1703 err = mWVMExtractor->getEstimatedBandwidthKbps(&kbps);
1705 err = mCachedSource->getEstimatedBandwidthKbps(&kbps);
1711 notify->setInt32("bandwidth", kbps);