Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DFillBuffer.h26 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride);
DFillBuffer.cpp25 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { in fillYV12Buffer() function
DSurfaceTextureGL_test.cpp48 fillYV12Buffer(img, texWidth, texHeight, buf->getStride()); in TEST_F()
96 fillYV12Buffer(img, texWidth, texHeight, buf->getStride()); in TEST_F()
DCpuConsumer_test.cpp221 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride);
509 fillYV12Buffer(img, params.width, params.height, *stride); in produceOneFrame()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp356 static void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) ;
520 SurfaceMediaSourceTest::fillYV12Buffer(img, width, height, buf->getStride()); in oneBufferPass()
541 void SurfaceMediaSourceTest::fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { in fillYV12Buffer() function in android::SurfaceMediaSourceTest