Searched refs:plane_size (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c90 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[
89 m_gsc_get_plane_size( unsigned int *plane_size, unsigned int width, unsigned int height, int v4l_pixel_format) argument
678 unsigned int plane_size[NUM_OF_GSC_PLANES]; local
1409 unsigned int plane_size[NUM_OF_GSC_PLANES]; local
1644 unsigned int plane_size[NUM_OF_GSC_PLANES]; local
[all...]
/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c130 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[
129 m_rotator_get_plane_size( unsigned int *plane_size, unsigned int width, unsigned int height, int v4l_pixel_format) argument
557 unsigned int plane_size[NUM_OF_ROTATOR_PLANES]; local
[all...]

Completed in 1114 milliseconds