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

  /external/chromium_org/third_party/webrtc/common_video/
plane_unittest.cc 43 int allocated_size, plane_size, stride; local
46 plane_size = 20;
48 EXPECT_EQ(0, plane.CreateEmptyPlane(allocated_size, stride, plane_size));
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 130 unsigned int *plane_size,
138 plane_size[0] = width * height * 4;
141 plane_size[0] = width * height * 3;
146 plane_size[0] = width * height * 2;
152 plane_size[0] = width * height;
153 plane_size[1] = width * (height / 2);
156 plane_size[0] = ALIGN(width, 16) * ALIGN(height, 16);
157 plane_size[1] = ALIGN(width, 16) * ALIGN(height / 2, 8);
163 plane_size[0] = width * height;
164 plane_size[1] = (width / 2) * (height / 2)
557 unsigned int plane_size[NUM_OF_ROTATOR_PLANES]; local
    [all...]
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 90 unsigned int *plane_size,
99 plane_size[0] = width * height * 4;
100 plane_size[1] = 0;
101 plane_size[2] = 0;
104 plane_size[0] = width * height * 3;
105 plane_size[1] = 0;
106 plane_size[2] = 0;
113 plane_size[0] = width * height * 2;
114 plane_size[1] = 0;
115 plane_size[2] = 0
673 unsigned int plane_size[NUM_OF_GSC_PLANES]; local
1394 unsigned int plane_size[NUM_OF_GSC_PLANES]; local
1629 unsigned int plane_size[NUM_OF_GSC_PLANES]; local
    [all...]

Completed in 60 milliseconds