Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DFillBuffer.cpp37 int parityY = (y / blockHeight) & 1; in fillYV12Buffer() local
85 int parityY = (y / (1 << (c+2))) & 1; in fillRGBA8Buffer() local
DCpuConsumer_test.cpp239 int parityY = (y / blockHeight) & 1; in fillGreyscaleBuffer() local
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp107 int parityY = (y / blockHeight) & 1; in setupYuvTexSurface() local
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp212 int parityY = (y / blockHeight) & 1; in setupYuvTexSurface() local
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp548 int parityY = (y / blockHeight) & 1; in fillYV12Buffer() local