Searched refs:readColorBufferYUV (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 235 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/ |
D | RendererImpl.cpp | 591 FrameBuffer::getFB()->readColorBufferYUV(handle, x, y, width, height, pixels, in __anonf315e04f0d02()
|
D | FrameBuffer.h | 274 void readColorBufferYUV(HandleType p_colorbuffer, int x, int y, int width,
|
D | RenderControl.cpp | 1361 fb->readColorBufferYUV(colorBuffer, x, y, width, height, pixels, pixels_size); in rcReadColorBufferYUV()
|
D | FrameBuffer.cpp | 1601 void FrameBuffer::readColorBufferYUV(HandleType p_colorbuffer, int x, int y, int width, int height, in readColorBufferYUV() function in gfxstream::FrameBuffer
|