HomeSort by relevance Sort by last modified time
    Searched refs:fillYV12Buffer (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/gui/tests/
FillBuffer.h 26 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride);
FillBuffer.cpp 25 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) {
SurfaceTextureGL_test.cpp 46 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
92 fillYV12Buffer(img, texWidth, texHeight, buf->getStride());
CpuConsumer_test.cpp 221 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride);
506 fillYV12Buffer(img, params.width, params.height, *stride);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 355 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) {
    [all...]

Completed in 40 milliseconds