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

  /external/chromium_org/net/base/
bandwidth_metrics.h 63 // Get the bandwidth. Returns Kbps (kilo-bits-per-second).
92 double kbps = static_cast<double>(bytes_since_last_start_) * 8 / ms; local
94 data_sum_ += kbps;
95 VLOG(1) << "Bandwidth: " << kbps
96 << "Kbps (avg " << bandwidth() << "Kbps)";
97 int kbps_int = static_cast<int>(kbps);
network_change_notifier.cc 307 int32 kbps = bytes_read * 8 / request_duration.InMilliseconds(); local
308 if (kbps > peak_kbps_since_last_connection_change_)
309 peak_kbps_since_last_connection_change_ = kbps;
  /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);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoEncoder.java 156 private ByteBuffer[] initEncode(int width, int height, int kbps, int fps) {
158 ". @ " + kbps + " kbps. Fps: " + fps +
171 format.setInteger(MediaFormat.KEY_BIT_RATE, 1000 * kbps);
235 private boolean setRates(int kbps, int frameRateIgnored) {
239 Log.v(TAG, "setRates: " + kbps + " kbps. Fps: " + frameRateIgnored);
242 params.putInt(MediaCodec.PARAMETER_KEY_VIDEO_BITRATE, 1000 * kbps);
  /frameworks/av/media/libstagefright/
HTTPBase.cpp 87 status_t HTTPBase::getEstimatedBandwidthKbps(int32_t *kbps) {
89 *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 837 int32_t kbps = 0; local
840 err = mCachedSource->getEstimatedBandwidthKbps(&kbps);
842 err = mWVMExtractor->getEstimatedBandwidthKbps(&kbps);
846 MEDIA_INFO, MEDIA_INFO_NETWORK_BANDWIDTH, kbps);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.cc 242 kbps_stats_.Log("kbps");
385 void ChokeFilter::SetCapacity(uint32_t kbps) {
387 BWE_TEST_LOGGING_LOG1("BitrateChoke", "%d kbps", kbps);
388 kbps_ = kbps;
547 float fps, uint32_t kbps, uint32_t ssrc,
553 bytes_per_second_((1000 * kbps) / 8),
601 uint32_t kbps,
604 : VideoSender(flow_id, listener, fps, kbps, ssrc, first_frame_offset) {}
612 uint32_t kbps,
    [all...]
bwe_test_framework.h 315 void SetCapacity(uint32_t kbps);
391 uint32_t kbps, uint32_t ssrc, float first_frame_offset);
419 float fps, uint32_t kbps, uint32_t ssrc,
433 uint32_t kbps, AdaptiveVideoSender* source);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
TestSenderReceiver.cc 268 int32_t kbps = 0; local
273 // 8 * bytes / ms = kbps
274 kbps = static_cast<int32_t>(
280 return (kbps);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 127 double kbps; local
661 kbps = ((double) FS) / ((double) cur_framesmpls) * 8.0 * stream_len / 1000.0;// kbits/s
663 fprintf(fy, "Frame %i = %0.14f\n", framecnt, kbps);
  /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/chromium_org/media/cast/logging/
stats_event_subscriber.cc 602 double kbps = 0.0; local
605 kbps = it->second.sum_size / duration.InMillisecondsF() * 8;
608 stats_map->insert(std::make_pair(ENCODE_KBPS, kbps));
619 double kbps = 0; local
622 kbps = it->second.sum_size / duration.InMillisecondsF() * 8;
625 stats_map->insert(std::make_pair(stat, kbps));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 80 double kbps; local
271 printf("Maximum Rate in kbps: %d\n", payloadRate);
1001 kbps = ((double) sampFreqKHz * 1000.) / ((double) cur_framesmpls) * 8.0 * stream_len / 1000.0;// kbits/s
1003 fprintf(fy, "Frame %i = %0.14f\n", framecnt, kbps);
1015 printf("Transcoding average bit-rate = %0.3f kbps\n",
    [all...]
  /external/libvorbis/
libvorbis.spec 27 and variable bitrates from 16 to 128 kbps/channel.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 687 int32_t kbps = 0; local
691 err = mCachedSource->getEstimatedBandwidthKbps(&kbps);
693 err = mWVMExtractor->getEstimatedBandwidthKbps(&kbps);
699 notify->setInt32("bandwidth", kbps);
    [all...]
NuPlayer.cpp 1809 int32_t kbps; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
OverridesUI.js 173 var throughputText = (throughput < 1024) ? WebInspector.UIString("%d Kbps", throughput) : WebInspector.UIString("%d Mbps", (throughput / 1024) | 0);
197 var kbps = 1024 / 8;
199 networkConditionsSetting.set({throughput: preset.throughput * kbps, latency: preset.latency});
207 var kbps = 1024 / 8;
209 if (presets[i].throughput === conditions.throughput / kbps && presets[i].latency === conditions.latency) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 791 int kbps = bps / 1000; local
794 SetXmlBody(elem, kbps);
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 21 encoder can encode high-quality CD and DAT rate stereo at below 48kbps

Completed in 1499 milliseconds