Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.h167 int last_frame_height_; variable
Dvp8_impl.cc1065 last_frame_height_(0), in VP8DecoderImpl()
1151 if (last_frame_width_ * last_frame_height_ <= 640 * 360) { in Decode()
1336 last_frame_height_ = img->d_h; in ReturnFrame()