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

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
svc_test.cc 342 uint32_t layer_width, layer_height; local
344 &layer_width, &layer_height);
347 res = vpx_svc_get_layer_resolution(NULL, 0, &layer_width, &layer_height);
353 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, NULL);
356 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, &layer_height);
358 EXPECT_EQ(kWidth * 4 / 16, layer_width);
361 res = vpx_svc_get_layer_resolution(&svc_, 1, &layer_width, &layer_height);
363 EXPECT_EQ(kWidth * 8 / 16, layer_width);
  /external/libvpx/libvpx/test/
svc_test.cc 342 uint32_t layer_width, layer_height; local
344 &layer_width, &layer_height);
347 res = vpx_svc_get_layer_resolution(NULL, 0, &layer_width, &layer_height);
353 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, NULL);
356 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, &layer_height);
358 EXPECT_EQ(kWidth * 4 / 16, layer_width);
361 res = vpx_svc_get_layer_resolution(&svc_, 1, &layer_width, &layer_height);
363 EXPECT_EQ(kWidth * 8 / 16, layer_width);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
svc_test.cc 342 uint32_t layer_width, layer_height; local
344 &layer_width, &layer_height);
347 res = vpx_svc_get_layer_resolution(NULL, 0, &layer_width, &layer_height);
353 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, NULL);
356 res = vpx_svc_get_layer_resolution(&svc_, 0, &layer_width, &layer_height);
358 EXPECT_EQ(kWidth * 4 / 16, layer_width);
361 res = vpx_svc_get_layer_resolution(&svc_, 1, &layer_width, &layer_height);
363 EXPECT_EQ(kWidth * 8 / 16, layer_width);
  /external/chromium_org/cc/trees/
layer_sorter.cc 281 float layer_width, layer_height; local
284 layer_width = render_surface->content_rect().width();
288 layer_width = node.layer->content_bounds().width();
292 node.shape = LayerShape(layer_width, layer_height, draw_transform);
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
CompareActivity.java 65 int width = getResources().getDimensionPixelSize(R.dimen.layer_width);
ErrorCalculator.java 48 int width = resources.getDimensionPixelSize(R.dimen.layer_width);
ManualActivity.java 113 int width = getResources().getDimensionPixelSize(R.dimen.layer_width);
ResourceModifiers.java 69 mDrawWidth = resources.getDimensionPixelSize(R.dimen.layer_width);
  /external/chromium_org/cc/layers/
tiled_layer.cc 109 int layer_width = content_bounds().width(); local
112 gfx::Size tile_size(std::min(default_tile_size.width(), layer_width),
120 bool any_dimension_large = layer_width > max_untiled_layer_size.width() ||
123 (layer_width <= default_tile_size.width() ||
125 (layer_width * layer_height) <= (max_untiled_layer_size.width() *
tiled_layer_unittest.cc 663 int layer_width = 5 * FakeTiledLayer::tile_size().width(); local
665 int memory_for_layer = layer_width * layer_height * 4;
671 layer_width *= 2;
684 layer->SetBounds(gfx::Size(layer_width, layer_height));
685 gfx::Rect visible_rect(0, 0, layer_width / 2, layer_height);
    [all...]
  /external/chromium_org/ui/wm/core/
image_grid.cc 32 float layer_width = layer->bounds().width() * layer->device_scale_factor(); local
33 float scale = static_cast<float>(center.width()) / layer_width;

Completed in 255 milliseconds