Home
last modified time | relevance | path

Searched refs:playout_timestamp (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dinitial_delay_manager.cc222 bool InitialDelayManager::GetPlayoutTimestamp(uint32_t* playout_timestamp) { in GetPlayoutTimestamp() argument
226 *playout_timestamp = playout_timestamp_; in GetPlayoutTimestamp()
Dinitial_delay_manager.h70 bool GetPlayoutTimestamp(uint32_t* playout_timestamp);
Dacm_receiver.cc290 uint32_t playout_timestamp = 0; in GetAudio() local
291 if (GetPlayoutTimestamp(&playout_timestamp)) { in GetAudio()
292 audio_frame->timestamp_ = playout_timestamp - in GetAudio()
/external/webrtc/webrtc/call/
Dcall_perf_tests.cc141 uint32_t playout_timestamp = 0; in RenderFrame() local
142 if (voe_sync_->GetPlayoutTimestamp(voe_channel_, playout_timestamp) != 0) in RenderFrame()
145 audio_observer_->RtpTimestampToNtp(playout_timestamp); in RenderFrame()
/external/webrtc/webrtc/voice_engine/
Dchannel.cc3865 uint32_t playout_timestamp = 0; in UpdatePlayoutTimestamp() local
3867 if (audio_coding_->PlayoutTimestamp(&playout_timestamp) == -1) { in UpdatePlayoutTimestamp()
3884 jitter_buffer_playout_timestamp_ = playout_timestamp; in UpdatePlayoutTimestamp()
3887 playout_timestamp -= (delay_ms * (GetPlayoutFrequency() / 1000)); in UpdatePlayoutTimestamp()
3891 playout_timestamp); in UpdatePlayoutTimestamp()
3896 playout_timestamp_rtcp_ = playout_timestamp; in UpdatePlayoutTimestamp()
3898 playout_timestamp_rtp_ = playout_timestamp; in UpdatePlayoutTimestamp()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.cc1594 uint32_t playout_timestamp = 0; in PlayoutTimestamp() local
1595 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(&playout_timestamp)); in PlayoutTimestamp()
1596 return playout_timestamp; in PlayoutTimestamp()