Searched refs:packed_y_size (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_transformer_mac.cc173 gfx::Size* packed_y_size,
187 // that becomes an input into pass #2. |packed_y_size| is the size of the Y
191 *packed_y_size = gfx::Size((dst_size.width() + 3) / 4, dst_size.height());
192 *packed_uv_size = gfx::Size((packed_y_size->width() + 1) / 2,
193 (packed_y_size->height() + 1) / 2);
194 PrepareTexture(Y_PLANE_OUTPUT, *packed_y_size);
195 PrepareTexture(UUVV_INTERMEDIATE, *packed_y_size);
223 SetTransformationsForOffScreenRendering(*packed_y_size);
225 ((packed_y_size->width() * 4.0f) / dst_size.width()) *
229 packed_y_size
166 TransformRGBToYV12( GLuint src_texture, const gfx::Rect& src_subrect, const gfx::Size& dst_size, GLuint* texture_y, GLuint* texture_u, GLuint* texture_v, gfx::Size* packed_y_size, gfx::Size* packed_uv_size) argument
[all...]
H A Dcompositing_iosurface_transformer_mac.h64 // after reading the pixel data. The output arguments |packed_y_size| and
84 gfx::Size* packed_y_size, gfx::Size* packed_uv_size);
H A Dcompositing_iosurface_transformer_mac_unittest.cc334 gfx::Size packed_y_size; local
338 &texture_y, &texture_u, &texture_v, &packed_y_size, &packed_uv_size));
342 EXPECT_FALSE(packed_y_size.IsEmpty());
350 ReadBackTexture(texture_y, packed_y_size, format);
/external/chromium_org/ui/surface/
H A Daccelerated_surface_transformer_win.h148 const gfx::Size& packed_y_size,
162 const gfx::Size& packed_y_size,
170 // as |packed_y_size| and |packed_uv_size|.
177 gfx::Size* packed_y_size,
H A Daccelerated_surface_transformer_win.cc425 gfx::Size packed_y_size; local
427 if (!AllocYUVBuffers(dst_size, &packed_y_size, &packed_uv_size,
435 packed_y_size,
443 packed_y_size,
582 const gfx::Size& packed_y_size,
598 packed_y_size,
640 DrawScreenAlignedQuad(packed_y_size);
650 const gfx::Size& packed_y_size,
579 TransformRGBToYV12_MRT( IDirect3DTexture9* src_surface, const gfx::Size& dst_size, const gfx::Size& packed_y_size, const gfx::Size& packed_uv_size, IDirect3DSurface9* dst_y, IDirect3DSurface9* dst_u, IDirect3DSurface9* dst_v) argument
647 TransformRGBToYV12_WithoutMRT( IDirect3DTexture9* src_surface, const gfx::Size& dst_size, const gfx::Size& packed_y_size, const gfx::Size& packed_uv_size, IDirect3DSurface9* dst_y, IDirect3DSurface9* dst_u, IDirect3DSurface9* dst_v) argument
H A Daccelerated_surface_transformer_win_unittest.cc484 gfx::Size packed_y_size, packed_uv_size; local
487 &packed_y_size,
497 packed_y_size,
505 packed_y_size,

Completed in 406 milliseconds