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

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

Completed in 115 milliseconds