Home
last modified time | relevance | path

Searched refs:parityX (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gui/tests/
DFillBuffer.cpp36 int parityX = (x / blockWidth) & 1; in fillYV12Buffer() local
38 unsigned char intensity = (parityX ^ parityY) ? 63 : 191; in fillYV12Buffer()
84 int parityX = (x / (1 << (c+2))) & 1; in fillRGBA8Buffer() local
86 buf[offset + c] = (parityX ^ parityY) ? 231 : 35; in fillRGBA8Buffer()
DCpuConsumer_test.cpp237 int parityX = (x / blockWidth) & 1; in fillGreyscaleBuffer() local
239 T intensity = (parityX ^ parityY) ? 63 : 191; in fillGreyscaleBuffer()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp106 int parityX = (x / blockWidth) & 1; in setupYuvTexSurface() local
108 unsigned char intensity = (parityX ^ parityY) ? 63 : 191; in setupYuvTexSurface()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp211 int parityX = (x / blockWidth) & 1; in setupYuvTexSurface() local
213 unsigned char intensity = (parityX ^ parityY) ? 63 : 191; in setupYuvTexSurface()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp547 int parityX = (x / blockWidth) & 1; in fillYV12Buffer() local
549 unsigned char intensity = (parityX ^ parityY) ? 63 : 191; in fillYV12Buffer()