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.cpp46 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
92 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
H A DCpuConsumer_test.cpp221 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride);
506 fillYV12Buffer(img, params.width, params.height, *stride);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp355 static void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) ;
519 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

Completed in 364 milliseconds