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 464 uint32_t playout_timestamp = 0; local
465 if (GetPlayoutTimestamp(&playout_timestamp)) {
467 playout_timestamp - audio_frame->samples_per_channel_;
469 // Remain 0 until we have a valid |playout_timestamp|.
  /external/chromium_org/third_party/webrtc/video/
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/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 1460 uint32_t playout_timestamp = 0; local
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc 3952 uint32_t playout_timestamp = 0; local
    [all...]

Completed in 1941 milliseconds