Searched refs:pixelsSize (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/ |
D | ColorBuffer.h | 73 void readYuvToBytes(int x, int y, int width, int height, void* outPixels, uint32_t pixelsSize);
|
D | ColorBuffer.cpp | 202 uint32_t pixelsSize) { in readYuvToBytes() argument 207 mColorBufferGl->readPixelsYUVCached(x, y, width, height, outPixels, pixelsSize); in readYuvToBytes()
|