HomeSort by relevance Sort by last modified time
    Searched refs:last_image_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 115 last_image_ = image;
173 if (!last_image_)
177 webrtc::DesktopRect::MakeWH(last_image_->d_w, last_image_->d_h);
204 last_image_->stride[0]);
206 last_image_->stride[1]);
207 ScaleYUVToRGB32(last_image_->planes[0] + y_offset,
208 last_image_->planes[1] + uv_offset,
209 last_image_->planes[2] + uv_offset,
215 last_image_->stride[0]
    [all...]
video_decoder_vpx.h 50 vpx_image_t* last_image_; member in class:remoting::VideoDecoderVpx

Completed in 28 milliseconds