OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plane_size
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/common_video/
plane.cc
29
int Plane::CreateEmptyPlane(int allocated_size, int stride, int
plane_size
) {
30
if (allocated_size < 1 || stride < 1 ||
plane_size
< 1)
35
plane_size_ =
plane_size
;
plane.h
30
int CreateEmptyPlane(int allocated_size, int stride, int
plane_size
);
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/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
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/
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 399 milliseconds