OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plane_size
(Results
1 - 2
of
2
) sorted by null
/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
...]
/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
...]
Completed in 4676 milliseconds