Home
last modified time | relevance | path

Searched refs:missing_frames (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/test/
Dfake_decoder.h31 bool missing_frames,
57 bool missing_frames,
68 bool missing_frames, in Decode() argument
Dfake_decoder.cc34 bool missing_frames, in Decode() argument
67 bool missing_frames, in Decode() argument
86 missing_frames, in Decode()
/external/webrtc/webrtc/video/
Dvideo_decoder.cc87 bool missing_frames, in Decode() argument
94 int32_t ret = decoder_->Decode(input_image, missing_frames, fragmentation, in Decode()
112 return fallback_decoder_->Decode(input_image, missing_frames, fragmentation, in Decode()
Dvideo_decoder_unittest.cc33 bool missing_frames, in Decode() argument
/external/webrtc/webrtc/
Dvideo_decoder.h67 bool missing_frames,
98 bool missing_frames,
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_decoder.h37 bool missing_frames,
Dh264_video_toolbox_decoder.cc123 bool missing_frames, in Decode() argument
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h143 bool missing_frames,
Dvp9_impl.cc885 bool missing_frames, in Decode() argument
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.h132 bool missing_frames,
Dvp8_impl.cc1123 bool missing_frames, in Decode() argument
1178 } else if ((!input_image._completeFrame || missing_frames) && in Decode()
1192 if (missing_frames) { in Decode()