HomeSort by relevance Sort by last modified time
    Searched refs:kbps (Results 1 - 14 of 14) sorted by null

  /frameworks/av/media/libstagefright/include/
WVMExtractor.h 37 virtual status_t getEstimatedBandwidthKbps(int32_t *kbps) = 0;
63 status_t getEstimatedBandwidthKbps(int32_t *kbps);
HTTPBase.h 47 virtual status_t getEstimatedBandwidthKbps(int32_t *kbps);
NuCachedSource2.h 61 status_t getEstimatedBandwidthKbps(int32_t *kbps);
  /frameworks/av/media/libstagefright/
HTTPBase.cpp 91 status_t HTTPBase::getEstimatedBandwidthKbps(int32_t *kbps) {
93 *kbps = mPrevEstimatedBandWidthKbps;
WVMExtractor.cpp 127 status_t WVMExtractor::getEstimatedBandwidthKbps(int32_t *kbps) {
132 return mImpl->getEstimatedBandwidthKbps(kbps);
NuCachedSource2.cpp 240 status_t NuCachedSource2::getEstimatedBandwidthKbps(int32_t *kbps) {
243 return source->getEstimatedBandwidthKbps(kbps);
AwesomePlayer.cpp 839 int32_t kbps = 0; local
842 err = mCachedSource->getEstimatedBandwidthKbps(&kbps);
844 err = mWVMExtractor->getEstimatedBandwidthKbps(&kbps);
848 MEDIA_INFO, MEDIA_INFO_NETWORK_BANDWIDTH, kbps);
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 127 double kbps; local
656 kbps = ((double) FS) / ((double) cur_framesmpls) * 8.0 * stream_len / 1000.0;// kbits/s
658 fprintf(fy, "Frame %i = %0.14f\n", framecnt, kbps);
kenny.c 127 double kbps; local
293 printf("Maximum Rate in kbps: %d\n", payloadRate);
796 kbps = ((double) FS) / ((double) cur_framesmpls) * 8.0 *
813 fprintf(fy, "Frame %i = %0.14f\n", framecnt, kbps);
  /external/libvorbis/
libvorbis.spec 27 and variable bitrates from 16 to 128 kbps/channel.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 629 int32_t kbps = 0; local
633 err = mWVMExtractor->getEstimatedBandwidthKbps(&kbps);
635 err = mCachedSource->getEstimatedBandwidthKbps(&kbps);
641 notify->setInt32("bandwidth", kbps);
    [all...]
NuPlayer.cpp 2141 int32_t kbps; local
    [all...]
  /external/openssh/
misc.c 909 bandwidth_limit_init(struct bwlimit *bw, u_int64_t kbps, size_t buflen)
912 bw->rate = kbps;
  /external/libvorbis/doc/
01-introduction.tex 21 encoder can encode high-quality CD and DAT rate stereo at below 48kbps

Completed in 131 milliseconds