Searched refs:fillYV12Buffer (Results 1 – 5 of 5) 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 | 222 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride); 505 fillYV12Buffer(img, params.width, params.height, *stride); in produceOneFrame()
|
/frameworks/av/media/libstagefright/tests/ |
D | SurfaceMediaSource_test.cpp | 351 static void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) ; 515 SurfaceMediaSourceTest::fillYV12Buffer(img, width, height, buf->getStride()); in oneBufferPass() 536 void SurfaceMediaSourceTest::fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { in fillYV12Buffer() function in android::SurfaceMediaSourceTest
|