OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chromaStride
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/gui/
CpuConsumer.h
63
uint32_t
chromaStride
;
/hardware/libhardware/tests/camera2/
CameraStreamFixture.h
202
uint32_t
chromaStride
;
208
chromaStride
= img.
chromaStride
;
215
chromaStride
= img.width;
222
chromaStride
= ALIGN(img.width / 2, 16);
225
dataCb = dataCr +
chromaStride
* img.height/2;
252
uint8_t *px = src + y *
chromaStride
;
Completed in 615 milliseconds