Home
last modified time | relevance | path

Searched refs:NextMaybeIncompleteTimestamp (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Djitter_buffer_unittest.cc66 bool found_frame = jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp); in DecodeIncompleteFrame()
210 bool found_frame = jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp); in DecodeIncompleteFrame()
590 EXPECT_FALSE(jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp)); in TEST_F()
598 EXPECT_FALSE(jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp)); in TEST_F()
622 EXPECT_FALSE(jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp)); in TEST_F()
631 EXPECT_TRUE(jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp)); in TEST_F()
639 EXPECT_TRUE(jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp)); in TEST_F()
646 EXPECT_TRUE(jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp)); in TEST_F()
687 EXPECT_FALSE(jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp)); in TEST_F()
698 EXPECT_FALSE(jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp)); in TEST_F()
[all …]
Djitter_buffer.h127 bool NextMaybeIncompleteTimestamp(uint32_t* timestamp);
Dreceiver.cc119 found_frame = jitter_buffer_.NextMaybeIncompleteTimestamp( in FrameForDecoding()
Djitter_buffer.cc454 bool VCMJitterBuffer::NextMaybeIncompleteTimestamp(uint32_t* timestamp) { in NextMaybeIncompleteTimestamp() function in webrtc::VCMJitterBuffer