OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:should_decode
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/video_coding/test/
vcm_payload_sink_factory.cc
66
int DecodeAndProcess(bool
should_decode
, bool decode_dual_frame) {
67
if (
should_decode
) {
166
bool
should_decode
= (clock_->TimeInMilliseconds() % 5) == 0;
local
168
if ((*it)->DecodeAndProcess(
should_decode
, decode_dual_frame) < 0) {
Completed in 1203 milliseconds