OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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, ×tamp);
local
220
if (!
found_frame
)
228
bool
found_frame
= jitter_buffer_->NextMaybeIncompleteTimestamp(×tamp);
local
229
if (!
found_frame
)
360
bool
found_frame
= jitter_buffer_->NextCompleteTimestamp(0, ×tamp);
local
361
if (!
found_frame
)
372
bool
found_frame
= jitter_buffer_->NextMaybeIncompleteTimestamp(×tamp);
local
373
if (!
found_frame
)
[
all
...]
Completed in 780 milliseconds