HomeSort by relevance Sort by last modified time
    Searched refs:last_encoder_frame_width_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 66 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();
videoprocessor.h 220 int last_encoder_frame_width_; member in class:webrtc::test::VideoProcessorImpl

Completed in 119 milliseconds