/external/chromium_org/media/cast/logging/proto/ |
raw_events.proto | 122 // Only set if there is a frame playout event.
|
/external/chromium_org/media/cast/sender/ |
audio_sender_unittest.cc | 35 // sync info before it has to calculate the playout time of the first
|
frame_sender.cc | 190 // within the entire playout delay window, plus the amount of time it takes to 241 // frame so that the receiver can properly compute playout times. The reason
|
video_sender.cc | 25 // playout delay (when allowed). They were calculated using
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
background_noise.h | 73 // Sets the mode of the background noise playout for cases when there is long
|
decision_logic_normal.h | 20 // Implementation of the DecisionLogic class for playout modes kPlayoutOn and
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/ |
rtp_receiver.h | 26 // Forward DTMFs to decoder for playout.
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
rtp_receiver_audio.h | 37 // Forward DTMFs to decoder for playout.
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
timing.h | 43 // Set the minimum playout delay required to sync video with audio.
|
/external/chromium_org/third_party/libjingle/source/talk/media/other/ |
linphonemediaengine.cc | 158 bool LinphoneVoiceChannel::SetPlayout(bool playout) { 159 play_ = playout;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/ |
insert_packet_with_timing.cc | 277 // Output (text), sequence number, playout timestamp, time (ms) of playout,
|
/external/chromium_org/media/cast/test/ |
receiver.cc | 173 // 1. It only skips frames to handle slower-than-expected playout, or halts 175 // 2. It makes no attempt to synchronize the timing of playout of the video 327 // Get next audio frame ready for playout. 399 // If the queue is not empty, schedule playout of its first frame. 514 // Video playout queue. 523 // Audio playout queue, synchronized by |audio_lock_|.
|
end2end_unittest.cc | 79 // The amount of time between frame capture on the sender and playout on the 83 // The maximum amount of deviation expected in the playout times emitted by the 310 << "Audio frame playout time delta (compared to last frame) is " 418 << "Video frame playout time delta (compared to last frame) is " 535 // Specify the minimum/maximum difference in playout times between two 675 // this, the receiver will produce smoothly-progressing playout times. 680 VLOG(1) << "Video frame playout time delta (compared to last frame) is " 709 << "Audio frame playout time delta (compared to last frame) is " [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
fakemediaengine.h | 68 bool playout() const { return playout_; } function in class:cricket::RtpHelper 193 void set_playout(bool playout) { playout_ = playout; } 274 virtual bool SetPlayout(bool playout) { 275 set_playout(playout); 487 bool rendering() const { return playout(); } [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
func_test_manager.cc | 1010 // Playout 1019 PRINT_HEADING(Playout, kDefaultCommunicationDevice); 1021 PRINT_STR(Playout, available); 1025 PRINT_STR(Stereo Playout, available); 1029 PRINT_STR(Stereo Playout, false); 1037 PRINT_HEADING(Playout, kDefaultDevice); 1039 PRINT_STR(Playout, available); 1043 PRINT_STR(Stereo Playout, available); 1047 PRINT_STR(Stereo Playout, false); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channel_unittest.cc | 551 EXPECT_FALSE(media_channel1_->playout()); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoiceengine.cc | 622 // Disable the DTMF playout when a tone is sent. 623 // PlayDtmfTone will be used if local playout is needed. 668 LOG(LS_WARNING) << "No valid sound playout device found."; 991 bool playout; member in struct:cricket::ResumeEntry [all...] |
webrtcvoiceengine.h | 345 virtual bool SetPlayout(bool playout); 401 bool SetPlayout(int channel, bool playout); 418 bool ChangePlayout(bool playout);
|
fakewebrtcvoiceengine.h | 182 playout(false), 212 bool playout; member in struct:cricket::FakeWebRtcVoiceEngine::Channel 299 return channels_[channel]->playout; 467 channels_[channel]->playout = true; 489 channels_[channel]->playout = false; 575 if (ch->playout) [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_device/win/ |
audio_device_wave_win.cc | 688 WEBRTC_TRACE(kTraceWarning, kTraceAudioDevice, _id, "no open playout device exists => using default"); 752 WEBRTC_TRACE(kTraceWarning, kTraceAudioDevice, _id, "no open playout device exists => using default"); [all...] |
/external/chromium_org/third_party/webrtc/voice_engine/ |
channel.cc | 292 // Start playing out the Dtmf tone (if playout is enabled). 673 // Record playout if enabled 730 // Return the bigger of playout and receive frequency in the ACM. 740 // Special case, if we're playing a file on the playout side [all...] |
/external/chromium_org/third_party/webrtc/modules/utility/source/ |
file_player_impl.cc | 344 << "playout."; 354 << "playout."; 365 << "playout.";
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/ |
neteq.h | 204 // Sets the playout mode to |mode|. 207 // Returns the current playout mode.
|
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/ |
audio_device_mac.cc | 1237 // Try to initialize the playout side 1244 // We must actually start playout here in order to have the IOProc [all...] |
/external/chromium_org/media/cast/logging/ |
stats_event_subscriber.h | 120 // Average playout delay in milliseconds.
|