Home
last modified time | relevance | path

Searched refs:LastDecodedTimestamps (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.cc879 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()
Dneteq_impl.h192 std::vector<uint32_t> LastDecodedTimestamps() const override;
Dneteq_impl.cc521 std::vector<uint32_t> NetEqImpl::LastDecodedTimestamps() const { in LastDecodedTimestamps() function in webrtc::NetEqImpl
/external/webrtc/api/neteq/
Dneteq.h325 virtual std::vector<uint32_t> LastDecodedTimestamps() const = 0;
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_delay_analyzer.cc106 std::vector<uint32_t> dec_ts = neteq->LastDecodedTimestamps(); in AfterGetAudio()