OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fillYV12Buffer
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp
356
static void
fillYV12Buffer
(uint8_t* buf, int w, int h, int stride) ;
522
SurfaceMediaSourceTest::
fillYV12Buffer
(img, width, height, buf->getStride());
542
void SurfaceMediaSourceTest::
fillYV12Buffer
(uint8_t* buf, int w, int h, int stride) {
[
all
...]
/frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp
221
void
fillYV12Buffer
(uint8_t* buf, int w, int h, int stride);
506
fillYV12Buffer
(img, params.width, params.height, *stride);
SurfaceTexture_test.cpp
685
void
fillYV12Buffer
(uint8_t* buf, int w, int h, int stride) {
808
fillYV12Buffer
(img, texWidth, texHeight, buf->getStride());
854
fillYV12Buffer
(img, texWidth, texHeight, buf->getStride());
[
all
...]
Completed in 74 milliseconds