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

/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp354 static void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) ;
520 SurfaceMediaSourceTest::fillYV12Buffer(img, width, height, buf->getStride());
540 void SurfaceMediaSourceTest::fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { function in class:android::SurfaceMediaSourceTest
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp586 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { function in namespace:android
709 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
755 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());

Completed in 116 milliseconds