Searched refs:target_delay_ms (Results 1 - 21 of 21) sorted by relevance

/external/webrtc/webrtc/video/
H A Dstream_synchronization.cc207 void StreamSynchronization::SetTargetBufferingDelay(int target_delay_ms) { argument
210 target_delay_ms - base_target_delay_ms_;
212 target_delay_ms - base_target_delay_ms_;
217 target_delay_ms - base_target_delay_ms_;
220 target_delay_ms - base_target_delay_ms_;
223 base_target_delay_ms_ = target_delay_ms;
H A Dstream_synchronization.h47 // least target_delay_ms.
48 void SetTargetBufferingDelay(int target_delay_ms);
H A Dreceive_statistics_proxy.cc100 int target_delay_ms,
109 stats_.target_delay_ms = target_delay_ms;
114 // Network delay (rtt/2) + target_delay_ms (jitter delay + decode time +
116 delay_counter_.Add(target_delay_ms + rtt_ms / 2);
97 OnDecoderTiming(int decode_ms, int max_decode_ms, int current_delay_ms, int target_delay_ms, int jitter_buffer_ms, int min_playout_delay_ms, int render_delay_ms, int64_t rtt_ms) argument
H A Dreceive_statistics_proxy.h53 int target_delay_ms,
H A Dvie_channel.cc550 int ViEChannel::SetSenderBufferingMode(int target_delay_ms) { argument
551 if ((target_delay_ms < 0) || (target_delay_ms > kMaxTargetDelayMs)) {
555 if (target_delay_ms == 0) {
559 nack_history_size_sender_ = GetRequiredNackListSize(target_delay_ms);
570 int ViEChannel::GetRequiredNackListSize(int target_delay_ms) { argument
574 return target_delay_ms * 40 * 30 / 1000;
1023 int target_delay_ms,
1031 decode_ms, max_decode_ms, current_delay_ms, target_delay_ms,
1020 OnDecoderTiming(int decode_ms, int max_decode_ms, int current_delay_ms, int target_delay_ms, int jitter_buffer_ms, int min_playout_delay_ms, int render_delay_ms) argument
H A Dvie_channel.h106 int SetSenderBufferingMode(int target_delay_ms);
244 int target_delay_ms,
312 int GetRequiredNackListSize(int target_delay_ms);
H A Dvie_encoder.cc431 void ViEEncoder::SetSenderBufferingMode(int target_delay_ms) { argument
434 target_delay_ms_ = target_delay_ms;
436 if (target_delay_ms > 0) {
H A Dvie_encoder.h105 void SetSenderBufferingMode(int target_delay_ms);
H A Dvideo_receive_stream.cc65 ss << ", target_delay_ms: " << target_delay_ms; local
H A Dvideo_send_stream.cc103 ss << ", target_delay_ms: " << target_delay_ms; local
H A Dend_to_end_tests.cc2466 stats.target_delay_ms != 0 || stats.discarded_packets != 0;
/external/webrtc/webrtc/modules/video_coding/
H A Dtiming.cc117 uint32_t target_delay_ms = TargetDelayInternal(); local
121 current_delay_ms_ = target_delay_ms;
122 } else if (target_delay_ms != current_delay_ms_) {
124 static_cast<int64_t>(target_delay_ms) - current_delay_ms_;
158 uint32_t target_delay_ms = TargetDelayInternal(); local
164 if (current_delay_ms_ + delayed_ms <= target_delay_ms) {
167 current_delay_ms_ = target_delay_ms;
270 int* target_delay_ms,
278 *target_delay_ms = TargetDelayInternal();
267 GetTimings(int* decode_ms, int* max_decode_ms, int* current_delay_ms, int* target_delay_ms, int* jitter_buffer_ms, int* min_playout_delay_ms, int* render_delay_ms) const argument
H A Dtiming.h88 int* target_delay_ms,
H A Dvideo_receiver.cc83 int target_delay_ms; local
88 &target_delay_ms, &jitter_buffer_ms,
91 decode_ms, max_decode_ms, current_delay_ms, target_delay_ms,
/external/webrtc/webrtc/
H A Dvideo_receive_stream.h59 int target_delay_ms = 0; member in struct:webrtc::VideoReceiveStream::Stats
169 int target_delay_ms = 0; member in struct:webrtc::VideoReceiveStream::Config
H A Dvideo_send_stream.h161 int target_delay_ms = 0; member in struct:webrtc::VideoSendStream::Config
/external/webrtc/webrtc/modules/video_coding/include/
H A Dvideo_coding_defines.h117 int target_delay_ms,
/external/webrtc/talk/media/base/
H A Dmediachannel.h826 target_delay_ms(0),
863 int target_delay_ms; member in struct:cricket::VideoReceiverInfo
864 // Current overall delay, possibly ramping towards target_delay_ms.
/external/webrtc/talk/app/webrtc/
H A Dstatscollector.cc228 { StatsReport::kStatsValueNameTargetDelayMs, info.target_delay_ms },
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc2544 info.target_delay_ms = stats.target_delay_ms;
H A Dwebrtcvideoengine2_unittest.cc2699 stats.target_delay_ms = 5;
2712 EXPECT_EQ(stats.target_delay_ms, info.receivers[0].target_delay_ms);

Completed in 189 milliseconds