Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.cc319 uint32_t PlayoutTimestamp();
736 int32_t delay_before = timestamp - PlayoutTimestamp(); in LongCngWithClockDrift()
833 int32_t delay_after = timestamp - PlayoutTimestamp(); in LongCngWithClockDrift()
1474 EXPECT_LE(timestamp - PlayoutTimestamp(), in WrapTest()
1557 EXPECT_EQ(timestamp - algorithmic_delay_samples, PlayoutTimestamp()); in DuplicateCng()
1574 PlayoutTimestamp()); in DuplicateCng()
1590 PlayoutTimestamp()); in DuplicateCng()
1593 uint32_t NetEqDecodingTest::PlayoutTimestamp() { in PlayoutTimestamp() function in webrtc::NetEqDecodingTest
/external/webrtc/webrtc/modules/audio_coding/include/
Daudio_coding_module.h611 virtual int32_t PlayoutTimestamp(uint32_t* timestamp) = 0;
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.h155 int PlayoutTimestamp(uint32_t* timestamp) override;
Daudio_coding_module_impl.cc788 int AudioCodingModuleImpl::PlayoutTimestamp(uint32_t* timestamp) { in PlayoutTimestamp() function in webrtc::acm2::AudioCodingModuleImpl
/external/webrtc/webrtc/modules/audio_coding/test/
Ddelay_test.cc212 acm_b_->PlayoutTimestamp(&playout_ts); in Run()
DAPITest.cc691 CHECK_ERROR_MT(myACM->PlayoutTimestamp(&outTimestamp)); in TestDelay()
701 CHECK_ERROR_MT(myACM->PlayoutTimestamp(&outTimestamp)); in TestDelay()
/external/webrtc/webrtc/voice_engine/
Dchannel.cc3867 if (audio_coding_->PlayoutTimestamp(&playout_timestamp) == -1) { in UpdatePlayoutTimestamp()