HomeSort by relevance Sort by last modified time
    Searched refs:NextMaybeIncompleteTimestamp (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer_unittest.cc 66 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(&timestamp))
    [all...]
jitter_buffer.h 127 bool NextMaybeIncompleteTimestamp(uint32_t* timestamp);
receiver.cc 119 found_frame = jitter_buffer_.NextMaybeIncompleteTimestamp(
jitter_buffer.cc 454 bool VCMJitterBuffer::NextMaybeIncompleteTimestamp(uint32_t* timestamp) {
    [all...]

Completed in 136 milliseconds