Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:kbps

629     int32_t kbps = 0;
633 err = mWVMExtractor->getEstimatedBandwidthKbps(&kbps);
635 err = mCachedSource->getEstimatedBandwidthKbps(&kbps);
641 notify->setInt32("bandwidth", kbps);