Home
last modified time | relevance | path

Searched defs:yuvTexStrideV (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gui/tests/
DFillBuffer.cpp31 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf; in fillYV12Buffer() local
59 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf; in fillYV12BufferRect() local
DSurfaceTextureGL_test.cpp247 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf; in TEST_F() local
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp86 const int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf; variable
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp542 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf; in fillYV12Buffer() local
571 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf; in fillYV12BufferRect() local
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp200 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf; in setupYuvTexSurface() local