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

  /external/webrtc/webrtc/modules/video_coding/
receiver.cc 105 bool found_frame = local
108 if (!found_frame)
109 found_frame = jitter_buffer_.NextMaybeIncompleteTimestamp(&frame_timestamp);
111 if (!found_frame)
jitter_buffer_unittest.cc 219 bool found_frame = jitter_buffer_->NextCompleteTimestamp(10, &timestamp); local
220 if (!found_frame)
228 bool found_frame = jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp); local
229 if (!found_frame)
360 bool found_frame = jitter_buffer_->NextCompleteTimestamp(0, &timestamp); local
361 if (!found_frame)
372 bool found_frame = jitter_buffer_->NextMaybeIncompleteTimestamp(&timestamp); local
373 if (!found_frame)
    [all...]

Completed in 780 milliseconds