Home
last modified time | relevance | path

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