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/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, ×tamp);
local
58
if (!
found_frame
)
66
bool
found_frame
= jitter_buffer_->NextMaybeIncompleteTimestamp(×tamp);
local
67
if (!
found_frame
)
198
bool
found_frame
= jitter_buffer_->NextCompleteTimestamp(0, ×tamp);
local
199
if (!
found_frame
)
210
bool
found_frame
= jitter_buffer_->NextMaybeIncompleteTimestamp(×tamp);
local
211
if (!
found_frame
)
[
all
...]
Completed in 464 milliseconds