HomeSort by relevance Sort by last modified time
    Searched defs:packed_y_size (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac_unittest.cc 334 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/
accelerated_surface_transformer_win.cc 425 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,
accelerated_surface_transformer_win_unittest.cc 484 gfx::Size packed_y_size, packed_uv_size; local
487 &packed_y_size,
497 packed_y_size,
505 packed_y_size,
    [all...]

Completed in 86 milliseconds