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

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

Completed in 610 milliseconds