Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:kbps

1691     int32_t kbps = 0;
1695 err = mWVMExtractor->getEstimatedBandwidthKbps(&kbps);
1697 err = mCachedSource->getEstimatedBandwidthKbps(&kbps);
1703 notify->setInt32("bandwidth", kbps);