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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
receiver.cc 106 bool found_frame = jitter_buffer_.NextCompleteTimestamp( local
109 if (!found_frame) {
119 found_frame = jitter_buffer_.NextMaybeIncompleteTimestamp(
123 if (!found_frame) {
jitter_buffer_unittest.cc 57 bool found_frame = jitter_buffer_->NextCompleteTimestamp(10, &timestamp); local
58 if (!found_frame)
66 bool found_frame = jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp); local
67 if (!found_frame)
198 bool found_frame = jitter_buffer_->NextCompleteTimestamp(0, &timestamp); local
199 if (!found_frame)
210 bool found_frame = jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp); local
211 if (!found_frame)
    [all...]

Completed in 59 milliseconds