Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc66 last_encoder_frame_width_(0), in VideoProcessorImpl()
87 last_encoder_frame_width_ = config_.codec_settings->width; in Init()
317 if (static_cast<int>(image.width()) != last_encoder_frame_width_ || in FrameDecoded()
320 last_encoder_frame_width_ = image.width(); in FrameDecoded()
Dvideoprocessor.h220 int last_encoder_frame_width_; variable