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.cpp50 fillYV12Buffer(img, texWidth, texHeight, buf->getStride()); in TEST_F()
100 fillYV12Buffer(img, texWidth, texHeight, buf->getStride()); in TEST_F()
DCpuConsumer_test.cpp222 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/
DSurfaceMediaSource_test.cpp351 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