Home
last modified time | relevance | path

Searched refs:pixelsSize (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/
DColorBuffer.h73 void readYuvToBytes(int x, int y, int width, int height, void* outPixels, uint32_t pixelsSize);
DColorBuffer.cpp202 uint32_t pixelsSize) { in readYuvToBytes() argument
207 mColorBufferGl->readPixelsYUVCached(x, y, width, height, outPixels, pixelsSize); in readYuvToBytes()