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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_receiver.cc 479 uint32_t playout_timestamp = 0; local
480 if (GetPlayoutTimestamp(&playout_timestamp)) {
482 playout_timestamp - audio_frame->samples_per_channel_;
484 // Remain 0 until we have a valid |playout_timestamp|.
  /external/chromium_org/third_party/webrtc/video/
call_perf_tests.cc 179 uint32_t playout_timestamp = 0; variable
180 if (voe_sync_->GetPlayoutTimestamp(voe_channel_, playout_timestamp) != 0)
183 audio_observer_->RtpTimestampToNtp(playout_timestamp);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 1431 uint32_t playout_timestamp = 0; local
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc 4035 uint32_t playout_timestamp = 0; local
    [all...]

Completed in 222 milliseconds