Searched refs:fillYV12Buffer (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp354 static void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) ;
516 SurfaceMediaSourceTest::fillYV12Buffer(img, width, height, buf->getStride());
535 void SurfaceMediaSourceTest::fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { function in class:android::SurfaceMediaSourceTest
/frameworks/base/libs/gui/tests/
H A DSurfaceTexture_test.cpp471 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { function in namespace:android
572 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
617 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());

Completed in 78 milliseconds