Searched refs:missing_frames (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/test/ |
D | fake_decoder.h | 31 bool missing_frames, 57 bool missing_frames, 68 bool missing_frames, in Decode() argument
|
D | fake_decoder.cc | 34 bool missing_frames, in Decode() argument 67 bool missing_frames, in Decode() argument 86 missing_frames, in Decode()
|
/external/webrtc/webrtc/video/ |
D | video_decoder.cc | 87 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()
|
D | video_decoder_unittest.cc | 33 bool missing_frames, in Decode() argument
|
/external/webrtc/webrtc/ |
D | video_decoder.h | 67 bool missing_frames, 98 bool missing_frames,
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
D | h264_video_toolbox_decoder.h | 37 bool missing_frames,
|
D | h264_video_toolbox_decoder.cc | 123 bool missing_frames, in Decode() argument
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.h | 143 bool missing_frames,
|
D | vp9_impl.cc | 885 bool missing_frames, in Decode() argument
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.h | 132 bool missing_frames,
|
D | vp8_impl.cc | 1123 bool missing_frames, in Decode() argument 1178 } else if ((!input_image._completeFrame || missing_frames) && in Decode() 1192 if (missing_frames) { in Decode()
|