Home
last modified time | relevance | path

Searched refs:last_frame_missing_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc59 last_frame_missing_(false), in VideoProcessorImpl()
296 decoder_->Decode(copied_image, last_frame_missing_, NULL); in FrameEncoded()
304 last_frame_missing_ = copied_image._length == 0; in FrameEncoded()
Dvideoprocessor.h212 bool last_frame_missing_; variable