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

12

/external/chromium_org/media/cast/net/rtcp/
H A Drtcp_defines.cc13 : media_ssrc(ssrc), ack_frame_id(0u), target_delay_ms(0) {}
15 : media_ssrc(0), ack_frame_id(0u), target_delay_ms(0) {}
H A Drtcp_defines.h31 uint16 target_delay_ms; member in struct:media::cast::RtcpCastMessage
H A Drtcp_utility.cc259 !reader->ReadU16(&cast_message_.target_delay_ms))
/external/chromium_org/third_party/webrtc/video_engine/
H A Dstream_synchronization.cc206 void StreamSynchronization::SetTargetBufferingDelay(int target_delay_ms) { argument
209 target_delay_ms - base_target_delay_ms_;
211 target_delay_ms - base_target_delay_ms_;
216 target_delay_ms - base_target_delay_ms_;
219 target_delay_ms - base_target_delay_ms_;
222 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 Dvie_sync_module.cc171 int ViESyncModule::SetTargetBufferingDelay(int target_delay_ms) { argument
177 sync_->SetTargetBufferingDelay(target_delay_ms);
181 target_delay_ms);
H A Dvie_sync_module.h45 int SetTargetBufferingDelay(int target_delay_ms);
H A Dvie_rtp_rtcp_impl.h76 int target_delay_ms);
78 int target_delay_ms);
H A Dvie_channel.cc662 int ViEChannel::SetSenderBufferingMode(int target_delay_ms) { argument
663 if ((target_delay_ms < 0) || (target_delay_ms > kMaxTargetDelayMs)) {
667 if (target_delay_ms == 0) {
671 nack_history_size_sender_ = GetRequiredNackListSize(target_delay_ms);
683 int ViEChannel::SetReceiverBufferingMode(int target_delay_ms) { argument
684 if ((target_delay_ms < 0) || (target_delay_ms > kMaxTargetDelayMs)) {
690 if (target_delay_ms == 0) {
696 max_nack_list_size = 3 * GetRequiredNackListSize(target_delay_ms) /
710 GetRequiredNackListSize(int target_delay_ms) argument
1500 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
[all...]
H A Dvie_channel.h120 int SetSenderBufferingMode(int target_delay_ms);
121 int SetReceiverBufferingMode(int target_delay_ms);
327 int target_delay_ms,
383 int GetRequiredNackListSize(int target_delay_ms);
H A Dvie_rtp_rtcp_impl.cc473 int target_delay_ms) {
475 << " target_delay_ms: " << target_delay_ms; local
489 if (vie_channel->SetSenderBufferingMode(target_delay_ms) != 0) {
495 vie_encoder->SetSenderBufferingMode(target_delay_ms);
500 int target_delay_ms) {
502 << " target_delay_ms: " << target_delay_ms; local
511 if (vie_channel->SetReceiverBufferingMode(target_delay_ms) != 0) {
472 SetSenderBufferingMode(int video_channel, int target_delay_ms) argument
499 SetReceiverBufferingMode(int video_channel, int target_delay_ms) argument
H A Dvie_encoder.h121 void SetSenderBufferingMode(int target_delay_ms);
H A Dvie_encoder.cc668 void ViEEncoder::SetSenderBufferingMode(int target_delay_ms) { argument
671 target_delay_ms_ = target_delay_ms;
673 if (target_delay_ms > 0) {
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dtiming.cc88 uint32_t target_delay_ms = TargetDelayInternal(); local
92 current_delay_ms_ = target_delay_ms;
93 } else if (target_delay_ms != current_delay_ms_) {
94 int64_t delay_diff_ms = static_cast<int64_t>(target_delay_ms) -
127 uint32_t target_delay_ms = TargetDelayInternal(); local
133 if (current_delay_ms_ + delayed_ms <= target_delay_ms) {
136 current_delay_ms_ = target_delay_ms;
226 int* target_delay_ms,
234 *target_delay_ms = TargetDelayInternal();
223 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.cc91 int target_delay_ms; local
98 &target_delay_ms,
105 target_delay_ms,
/external/chromium_org/third_party/webrtc/
H A Dvideo_receive_stream.h83 target_delay_ms(0) {}
171 int target_delay_ms; member in struct:webrtc::VideoReceiveStream::Config
H A Dvideo_send_stream.h57 target_delay_ms(0),
138 int target_delay_ms; member in struct:webrtc::VideoSendStream::Config
/external/chromium_org/third_party/webrtc/video/
H A Dreceive_statistics_proxy.h59 int target_delay_ms,
H A Dvideo_send_stream.cc103 if (target_delay_ms > 0)
104 ss << ", target_delay_ms: " << target_delay_ms; local
/external/chromium_org/chrome/common/
H A Dcast_messages.h80 IPC_STRUCT_TRAITS_MEMBER(target_delay_ms)
/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
H A Dvideo_coding_defines.h128 int target_delay_ms,
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_codec.h69 int target_delay_ms,
H A Dvie_rtp_rtcp.h233 int target_delay_ms) = 0;
237 int target_delay_ms) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediachannel.h928 target_delay_ms(0),
964 int target_delay_ms; member in struct:cricket::VideoReceiverInfo
965 // Current overall delay, possibly ramping towards target_delay_ms.

Completed in 443 milliseconds

12