Home
last modified time | relevance | path

Searched refs:_missingFrame (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dencoded_frame.cc22 _missingFrame(false), in VCMEncodedFrame()
34 _missingFrame(false), in VCMEncodedFrame()
53 _missingFrame(rhs._missingFrame), in VCMEncodedFrame()
90 _missingFrame = false; in Reset()
Dencoded_frame.h86 bool MissingFrame() const { return _missingFrame; } in MissingFrame()
118 bool _missingFrame; variable
Dframe_buffer.cc267 _missingFrame = !continuous; in PrepareForDecode()