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

/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.cc117 last_image_ = image;
175 if (!last_image_)
179 webrtc::DesktopRect::MakeWH(last_image_->d_w, last_image_->d_h);
182 switch (last_image_->fmt) {
197 int y_offset = last_image_->stride[0] * rect.top() + rect.left();
198 int u_offset = last_image_->stride[1] * rect.top() + rect.left();
199 int v_offset = last_image_->stride[2] * rect.top() + rect.left();
200 libyuv::I444ToARGB(last_image_->planes[0] + y_offset,
201 last_image_
[all...]
H A Dvideo_decoder_vpx.h50 vpx_image_t* last_image_; member in class:remoting::VideoDecoderVpx

Completed in 104 milliseconds