OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cStride
(Results
1 - 5
of
5
) sorted by null
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/
YUVConverter.cpp
56
// greater than or equal to |width / 2| for |
cStride
|
58
uint32_t
cStride
= (yStride / 2 + (align - 1)) & ~(align - 1);
61
*nBytes_out = yStride * height + 2 * (
cStride
* cHeight);
63
*cStride_out =
cStride
;
94
uint32_t totalSize, yStride,
cStride
, cHeight;
95
cStride
= 0;
98
getYUVSizes(width, height, format, &totalSize, &yStride, &
cStride
, &cHeight);
99
int cSize =
cStride
* height / 2;
111
*alignwidthc =
cStride
;
118
*alignwidthc =
cStride
;
[
all
...]
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
FormatConversions.cpp
81
int
cStride
= (yStride / 2 + (align - 1)) & ~(align-1);
83
int cSize =
cStride
* height/2;
91
uint8_t *yv12_v = yv12_v0 + (j/2) *
cStride
;
123
int
cStride
= (yStride / 2 + (align - 1)) & ~(align-1);
125
int cSize =
cStride
* height/2;
134
uint8_t *yv12_v = yv12_v0 + (j/2) *
cStride
;
160
int
cStride
= yStride / 2;
162
int cSize =
cStride
* height/2;
170
uint8_t *yv12_u = yv12_u0 + (j/2) *
cStride
;
198
int
cStride
= (yStride / 2 + (align - 1)) & ~(align-1)
[
all
...]
/frameworks/av/media/ndk/
NdkImage.cpp
435
uint32_t dataSize, ySize, cSize,
cStride
;
482
cStride
= ALIGN(mLockedBuffer->stride / 2, 16);
484
cSize =
cStride
* mLockedBuffer->height / 2;
/frameworks/av/media/codec2/vndk/
C2AllocatorGralloc.cpp
702
uint32_t
cStride
;
721
mapLayout.
cStride
,
743
mapLayout.
cStride
,
[
all
...]
/device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp
[
all
...]
Completed in 472 milliseconds