Searched refs:kbps (Results 1 - 20 of 20) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dremb.cc26 RembBweSender::RembBweSender(int kbps, BitrateObserver* observer, Clock* clock) argument
31 assert(kbps >= kMinBitrateKbps);
32 assert(kbps <= kMaxBitrateKbps);
33 bitrate_controller_->SetStartBitrate(1000 * kbps);
H A Dsend_side.cc23 FullBweSender::FullBweSender(int kbps, BitrateObserver* observer, Clock* clock) argument
32 assert(kbps >= kMinBitrateKbps);
33 assert(kbps <= kMaxBitrateKbps);
34 bitrate_controller_->SetStartBitrate(1000 * kbps);
H A Dremb.h31 RembBweSender(int kbps, BitrateObserver* observer, Clock* clock);
H A Dsend_side.h25 FullBweSender(int kbps, BitrateObserver* observer, Clock* clock);
H A Dnada.h65 NadaBweSender(int kbps, BitrateObserver* observer, Clock* clock);
H A Dnada.cc155 NadaBweSender::NadaBweSender(int kbps, BitrateObserver* observer, Clock* clock) argument
156 : BweSender(kbps), // Referred as "Reference Rate" = R_n.,
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe.cc86 int kbps,
91 return new RembBweSender(kbps, observer, clock);
93 return new FullBweSender(kbps, observer, clock);
95 return new NadaBweSender(kbps, observer, clock);
85 CreateBweSender(BandwidthEstimatorType estimator, int kbps, BitrateObserver* observer, Clock* clock) argument
H A Dbwe_test_framework.cc269 kbps_stats_.Log("kbps");
493 void ChokeFilter::set_capacity_kbps(uint32_t kbps) { argument
495 BWE_TEST_LOGGING_LOG1("BitrateChoke", "%d kbps", kbps);
496 capacity_kbps_ = kbps;
675 uint32_t kbps,
681 bits_per_second_(1000 * kbps),
756 uint32_t kbps,
759 : VideoSource(flow_id, fps, kbps, ssrc, first_frame_offset_ms) {
769 uint32_t kbps,
673 VideoSource(int flow_id, float fps, uint32_t kbps, uint32_t ssrc, int64_t first_frame_offset_ms) argument
754 AdaptiveVideoSource(int flow_id, float fps, uint32_t kbps, uint32_t ssrc, int64_t first_frame_offset_ms) argument
767 PeriodicKeyFrameSource(int flow_id, float fps, uint32_t kbps, uint32_t ssrc, int64_t first_frame_offset_ms, int key_frame_interval) argument
[all...]
H A Dbwe_test_framework.h336 void set_capacity_kbps(uint32_t kbps);
395 uint32_t kbps,
434 uint32_t kbps,
449 uint32_t kbps,
H A Dbwe.h187 int kbps,
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DMediaCodecVideoEncoder.java273 boolean initEncode(VideoCodecType type, int width, int height, int kbps, int fps, argument
277 ". @ " + kbps + " kbps. Fps: " + fps + ". Encode from texture : " + useSurface);
313 format.setInteger(MediaFormat.KEY_BIT_RATE, 1000 * kbps);
452 private boolean setRates(int kbps, int frameRateIgnored) { argument
456 Logging.v(TAG, "setRates: " + kbps + " kbps. Fps: " + frameRateIgnored);
459 params.putInt(MediaCodec.PARAMETER_KEY_VIDEO_BITRATE, 1000 * kbps);
/external/chromium-trace/catapult/telemetry/third_party/tsproxy/
H A Dtsproxy.py56 def __init__(self, direction, latency, kbps):
59 self.kbps = kbps
95 if self.next_message is not None and self.kbps > .0 and self.next_message['time'] <= now:
97 accumulated_bytes = elapsed * self.kbps * 1000.0 / 8.0
103 (self.kbps <= .0 or self.next_message['size'] <= self.available_bytes))):
110 if self.kbps > .0:
558 in_pipe.kbps = float(command[2]) * REMOVE_TCP_OVERHEAD
562 out_pipe.kbps = float(command[2]) * REMOVE_TCP_OVERHEAD
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dscreenshare_layers_unittest.cc35 void ConfigureBitrateForLayer(int kbps, uint8_t layer_id) { argument
36 layers_->ConfigureBitrate(kbps, layer_id);
119 // Send 10 frames at a low bitrate (50 kbps)
130 // Send 10 frames at a high bitrate (200 kbps)
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediaencoder_jni.cc130 int32_t InitEncodeOnCodecThread(int width, int height, int kbps, int fps,
199 int last_set_bitrate_kbps_; // Last-requested bitrate in kbps.
457 int width, int height, int kbps, int fps, bool use_surface) {
464 width << " x " << height << ". Bitrate: " << kbps <<
465 " kbps. Fps: " << fps;
466 if (kbps == 0) {
467 kbps = last_set_bitrate_kbps_;
475 last_set_bitrate_kbps_ = kbps;
506 j_video_codec_enum, width, height, kbps, fps,
895 ", target: " << last_set_bitrate_kbps_ << " kbps, fp
456 InitEncodeOnCodecThread( int width, int height, int kbps, int fps, bool use_surface) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c117 double kbps; local
596 kbps = (double)FS / (double)cur_framesmpls * 8.0 * stream_len / 1000.0;
598 fprintf(fy, "Frame %i = %0.14f\n", framecnt, kbps);
/external/webrtc/tools/matlab/
H A DrtpAnalyze.m126 fprintf('Sent average bitrate: %i kbps\n', ...
129 fprintf('Received average bitrate: %i kbps\n', ...
157 ylabel('Send bitrate [kbps]');
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc78 double kbps; local
269 printf("Maximum Rate in kbps: %d\n", payloadRate);
889 kbps = ((double)sampFreqKHz * 1000.) / ((double)cur_framesmpls) * 8.0 *
892 fprintf(fy, "Frame %i = %0.14f\n", framecnt, kbps);
902 printf("Transcoding average bit-rate = %0.3f kbps\n",
917 printf("Maximum payload size 30ms Frames %" PRIuS " bytes (%0.3f kbps)\n",
921 printf("Maximum payload size 60ms Frames %" PRIuS " bytes (%0.3f kbps)\n",
927 fprintf(stderr, " %0.1f kbps",
930 fprintf(stderr, " plmax-30ms %" PRIuS " bytes (%0.0f kbps)",
934 fprintf(stderr, " plmax-60ms %" PRIuS " bytes (%0.0f kbps)",
[all...]
/external/libvorbis/
H A Dlibvorbis.spec27 and variable bitrates from 16 to 128 kbps/channel.
/external/openssh/
H A Dmisc.c909 bandwidth_limit_init(struct bwlimit *bw, u_int64_t kbps, size_t buflen) argument
912 bw->rate = kbps;
/external/libvorbis/doc/
H A D01-introduction.tex21 encoder can encode high-quality CD and DAT rate stereo at below 48kbps

Completed in 1844 milliseconds