Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc67 last_encoder_frame_height_(0), in VideoProcessorImpl()
88 last_encoder_frame_height_ = config_.codec_settings->height; in Init()
318 static_cast<int>(image.height()) != last_encoder_frame_height_) { in FrameDecoded()
321 last_encoder_frame_height_ = image.height(); in FrameDecoded()
Dvideoprocessor.h221 int last_encoder_frame_height_; variable