Searched refs:PlayoutTimestamp (Results 1 – 7 of 7) sorted by relevance
319 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
611 virtual int32_t PlayoutTimestamp(uint32_t* timestamp) = 0;
155 int PlayoutTimestamp(uint32_t* timestamp) override;
788 int AudioCodingModuleImpl::PlayoutTimestamp(uint32_t* timestamp) { in PlayoutTimestamp() function in webrtc::acm2::AudioCodingModuleImpl
212 acm_b_->PlayoutTimestamp(&playout_ts); in Run()
691 CHECK_ERROR_MT(myACM->PlayoutTimestamp(&outTimestamp)); in TestDelay()701 CHECK_ERROR_MT(myACM->PlayoutTimestamp(&outTimestamp)); in TestDelay()
3867 if (audio_coding_->PlayoutTimestamp(&playout_timestamp) == -1) { in UpdatePlayoutTimestamp()