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

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

Completed in 545 milliseconds