Searched refs:fillYV12Buffer (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | FillBuffer.h | 26 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride);
|
D | FillBuffer.cpp | 25 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { in fillYV12Buffer() function
|
D | SurfaceTextureGL_test.cpp | 50 fillYV12Buffer(img, texWidth, texHeight, buf->getStride()); in TEST_F() 100 fillYV12Buffer(img, texWidth, texHeight, buf->getStride()); in TEST_F()
|
D | CpuConsumer_test.cpp | 223 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride); 500 fillYV12Buffer(img, params.width, params.height, *stride); in produceOneFrame()
|