Searched defs:current_delay_ms (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
H A Dinsert_packet_with_timing.cc292 int current_delay_ms; local
297 test.Delay(&optimal_delay_ms, &current_delay_ms);
299 fprintf(delay_log, "%3d %3d\n", optimal_delay_ms, current_delay_ms);
/external/webrtc/webrtc/modules/video_coding/
H A Dtiming.cc269 int* current_delay_ms,
277 *current_delay_ms = current_delay_ms_;
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 Dvideo_receiver.cc82 int current_delay_ms; local
87 _timing.GetTimings(&decode_ms, &max_decode_ms, &current_delay_ms,
91 decode_ms, max_decode_ms, current_delay_ms, target_delay_ms,
/external/webrtc/webrtc/video/
H A Dreceive_statistics_proxy.cc99 int current_delay_ms,
108 stats_.current_delay_ms = current_delay_ms;
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 Dvie_channel.cc1022 int current_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
/external/webrtc/webrtc/
H A Dvideo_receive_stream.h58 int current_delay_ms = 0; member in struct:webrtc::VideoReceiveStream::Stats
/external/webrtc/talk/media/base/
H A Dmediachannel.h827 current_delay_ms(0),
865 int current_delay_ms; member in struct:cricket::VideoReceiverInfo

Completed in 147 milliseconds