Searched refs:PlayoutTimestamp (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
H A Daudio_coding_module.h764 // int32_t PlayoutTimestamp()
777 virtual int32_t PlayoutTimestamp(uint32_t* timestamp) = 0;
1129 virtual bool PlayoutTimestamp(uint32_t* timestamp) = 0;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.h204 virtual int PlayoutTimestamp(uint32_t* timestamp) OVERRIDE;
440 virtual bool PlayoutTimestamp(uint32_t* timestamp) OVERRIDE;
H A Daudio_coding_module_impl.cc1915 int AudioCodingModuleImpl::PlayoutTimestamp(uint32_t* timestamp) { function in class:webrtc::acm2::AudioCodingModuleImpl
2140 bool AudioCodingImpl::PlayoutTimestamp(uint32_t* timestamp) { function in class:webrtc::AudioCodingImpl
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_unittest.cc229 uint32_t PlayoutTimestamp();
619 int32_t delay_before = timestamp - PlayoutTimestamp();
712 int32_t delay_after = timestamp - PlayoutTimestamp();
1344 EXPECT_LE(timestamp - PlayoutTimestamp(),
1425 EXPECT_EQ(timestamp - algorithmic_delay_samples, PlayoutTimestamp());
1440 PlayoutTimestamp());
1456 PlayoutTimestamp());
1459 uint32_t NetEqDecodingTest::PlayoutTimestamp() { function in class:webrtc::NetEqDecodingTest
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A Ddelay_test.cc218 acm_b_->PlayoutTimestamp(&playout_ts);
H A DAPITest.cc745 CHECK_ERROR_MT(myACM->PlayoutTimestamp(&outTimestamp));
755 CHECK_ERROR_MT(myACM->PlayoutTimestamp(&outTimestamp));
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc3954 if (audio_coding_->PlayoutTimestamp(&playout_timestamp) == -1) {

Completed in 1238 milliseconds