HomeSort by relevance Sort by last modified time
    Searched refs:playout_timestamp (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager.h 70 bool GetPlayoutTimestamp(uint32_t* playout_timestamp);
initial_delay_manager.cc 222 bool InitialDelayManager::GetPlayoutTimestamp(uint32_t* playout_timestamp) {
226 *playout_timestamp = playout_timestamp_;
acm_receiver.cc 290 uint32_t playout_timestamp = 0; local
291 if (GetPlayoutTimestamp(&playout_timestamp)) {
292 audio_frame->timestamp_ = playout_timestamp -
295 // Remain 0 until we have a valid |playout_timestamp|.
  /external/webrtc/webrtc/call/
call_perf_tests.cc 141 uint32_t playout_timestamp = 0; variable
142 if (voe_sync_->GetPlayoutTimestamp(voe_channel_, playout_timestamp) != 0)
145 audio_observer_->RtpTimestampToNtp(playout_timestamp);
  /external/webrtc/webrtc/voice_engine/
channel.cc 3865 uint32_t playout_timestamp = 0; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 1594 uint32_t playout_timestamp = 0; local
    [all...]

Completed in 114 milliseconds