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

/frameworks/native/libs/gui/tests/
H A DFillBuffer.h26 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride);
H A DFillBuffer.cpp25 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { function in namespace:android
H A DSurfaceTextureGL_test.cpp50 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
100 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
H A DCpuConsumer_test.cpp221 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride);
504 fillYV12Buffer(img, params.width, params.height, *stride);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp351 static void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) ;
515 SurfaceMediaSourceTest::fillYV12Buffer(img, width, height, buf->getStride());
536 void SurfaceMediaSourceTest::fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { function in class:android::SurfaceMediaSourceTest

Completed in 566 milliseconds