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

  /external/chromium_org/components/user_manager/user_image/
user_image.h 44 const RawImage& raw_image() const { return raw_image_; }
64 RawImage raw_image_; member in class:user_manager::UserImage
user_image.cc 65 raw_image_ = raw_image;
71 RawImage().swap(raw_image_); // Clear |raw_image_|.
  /external/chromium_org/athena/content/
content_proxy.h 89 gfx::ImageSkia raw_image_; member in class:athena::ContentProxy
content_proxy.cc 85 if (!raw_image_.isNull() || !png_data_.get())
86 return raw_image_;
95 raw_image_ = gfx::ImageSkia();
171 raw_image_ = gfx::ImageSkia::CreateFrom1xBitmap(bitmap);
186 raw_image_ = gfx::ImageSkia();
  /external/chromium_org/media/cast/sender/
vp8_encoder.cc 48 vpx_img_free(raw_image_);
59 raw_image_ = vpx_img_wrap(
126 raw_image_->planes[VPX_PLANE_Y] =
128 raw_image_->planes[VPX_PLANE_U] =
130 raw_image_->planes[VPX_PLANE_V] =
133 raw_image_->stride[VPX_PLANE_Y] = video_frame->stride(VideoFrame::kYPlane);
134 raw_image_->stride[VPX_PLANE_U] = video_frame->stride(VideoFrame::kUPlane);
135 raw_image_->stride[VPX_PLANE_V] = video_frame->stride(VideoFrame::kVPlane);
173 raw_image_,
vp8_encoder.h 90 vpx_image_t* raw_image_; member in class:media::cast::Vp8Encoder

Completed in 189 milliseconds