Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.cc130 last_frame_width_(0), in LibvpxVp8Decoder()
204 int last_width_x_height = last_frame_width_ * last_frame_height_; in Decode()
226 if (last_frame_width_ * last_frame_height_ <= 640 * 360) { in Decode()
322 if (last_frame_width_ != static_cast<int>(img->d_w) || in ReturnFrame()
328 last_frame_width_ = img->d_w; in ReturnFrame()
Dlibvpx_vp8_decoder.h62 int last_frame_width_; variable