Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/tests/
H A DFillBuffer.cpp29 int yuvTexStrideY = stride; in fillYV12Buffer() local
57 int yuvTexStrideY = stride; in fillYV12BufferRect() local
H A DSurfaceTextureGL_test.cpp245 int yuvTexStrideY = stride; in TEST_F() local
H A DCpuConsumer_test.cpp236 int yuvTexStrideY = stride; in fillGreyscaleBuffer() local
/aosp12/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp84 const int yuvTexStrideY = (yuvTexWidth + 0xf) & ~0xf; variable
/aosp12/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp198 int yuvTexStrideY = yuvTexBuffer->getStride(); in setupYuvTexSurface() local