Searched refs:last_encoder_frame_width_ (Results 1 – 2 of 2) sorted by relevance
66 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()
220 int last_encoder_frame_width_; variable