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

  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h 598 // int32_t PlayoutTimestamp()
611 virtual int32_t PlayoutTimestamp(uint32_t* timestamp) = 0;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h 155 int PlayoutTimestamp(uint32_t* timestamp) override;
audio_coding_module_impl.cc 788 int AudioCodingModuleImpl::PlayoutTimestamp(uint32_t* timestamp) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 319 uint32_t PlayoutTimestamp();
736 int32_t delay_before = timestamp - PlayoutTimestamp();
833 int32_t delay_after = timestamp - PlayoutTimestamp();
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
delay_test.cc 212 acm_b_->PlayoutTimestamp(&playout_ts);
APITest.cc 691 CHECK_ERROR_MT(myACM->PlayoutTimestamp(&outTimestamp));
701 CHECK_ERROR_MT(myACM->PlayoutTimestamp(&outTimestamp));
  /external/webrtc/webrtc/voice_engine/
channel.cc     [all...]

Completed in 190 milliseconds