Searched refs:readYuvToBytes (Results 1 – 3 of 3) 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 | 201 void ColorBuffer::readYuvToBytes(int x, int y, int width, int height, void* outPixels, in readYuvToBytes() function in gfxstream::ColorBuffer
|
D | FrameBuffer.cpp | 1611 colorBuffer->readYuvToBytes(x, y, width, height, pixels, pixels_size); in readColorBufferYUV()
|