Searched refs:LastDecodedTimestamps (Results 1 – 5 of 5) sorted by relevance
879 EXPECT_TRUE(neteq_->LastDecodedTimestamps().empty()); in TEST_F()886 EXPECT_TRUE(neteq_->LastDecodedTimestamps().empty()); in TEST_F()907 neteq_->LastDecodedTimestamps()); in TEST_F()911 EXPECT_TRUE(neteq_->LastDecodedTimestamps().empty()); in TEST_F()936 neteq_->LastDecodedTimestamps()); in TEST_F()
192 std::vector<uint32_t> LastDecodedTimestamps() const override;
521 std::vector<uint32_t> NetEqImpl::LastDecodedTimestamps() const { in LastDecodedTimestamps() function in webrtc::NetEqImpl
325 virtual std::vector<uint32_t> LastDecodedTimestamps() const = 0;
106 std::vector<uint32_t> dec_ts = neteq->LastDecodedTimestamps(); in AfterGetAudio()