Searched refs:out_image (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/codec/
H A Dvideo_encoder_vpx.cc153 scoped_ptr<vpx_image_t>* out_image,
210 *out_image = image.Pass();
151 CreateImage(bool use_i444, const webrtc::DesktopSize& size, scoped_ptr<vpx_image_t>* out_image, scoped_ptr<uint8[]>* out_image_buffer) argument
/external/libpng/contrib/libtests/
H A Dpngstest.c2144 const Image* out_image; /* Output image */ member in struct:__anon24616
2181 const Image *out_image, png_const_colorp background, int via_linear)
2190 result->out_image = out_image;
2193 out_format = out_image->image.format;
2467 const png_uint_32 out_format = transform->out_image->image.format;
2511 if (transform->in_image->file_name != transform->out_image->file_name)
2519 error_buffer, transform->out_image->file_name);
2180 transform_from_formats(Transform *result, Image *in_image, const Image *out_image, png_const_colorp background, int via_linear) argument
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.cc107 // from disk the then |out_image| will contain the bitmap image, otherwise it
110 gfx::Image** out_image) {
112 *out_image = NULL;
131 *out_image = new gfx::Image(image);
109 ReadBitmap(const base::FilePath& image_path, gfx::Image** out_image) argument

Completed in 101 milliseconds