Home
last modified time | relevance | path

Searched refs:readColorBufferYUV (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp235 mFb->readColorBufferYUV(handle, 0, 0, mWidth, mHeight, forRead.data(), in TEST_F()
241 mFb->readColorBufferYUV(handle, 0, 0, mWidth, mHeight, forRead.data(), in TEST_F()
262 mFb->readColorBufferYUV(handle, 0, 0, mWidth, mHeight, forRead.data(), in TEST_F()
268 mFb->readColorBufferYUV(handle, 0, 0, mWidth, mHeight, forRead.data(), in TEST_F()
321 mFb->readColorBufferYUV(handle_yuv420, 0, 0, mWidth, mHeight, forRead, in TEST_F()
344 mFb->readColorBufferYUV(handle, 0, 0, mWidth, mHeight, forRead.data(), in TEST_F()
350 mFb->readColorBufferYUV(handle, 0, 0, mWidth, mHeight, forRead.data(), in TEST_F()
/hardware/google/gfxstream/host/
DRendererImpl.cpp591 FrameBuffer::getFB()->readColorBufferYUV(handle, x, y, width, height, pixels, in __anonf315e04f0d02()
DFrameBuffer.h274 void readColorBufferYUV(HandleType p_colorbuffer, int x, int y, int width,
DRenderControl.cpp1361 fb->readColorBufferYUV(colorBuffer, x, y, width, height, pixels, pixels_size); in rcReadColorBufferYUV()
DFrameBuffer.cpp1601 void FrameBuffer::readColorBufferYUV(HandleType p_colorbuffer, int x, int y, int width, int height, in readColorBufferYUV() function in gfxstream::FrameBuffer