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

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

Completed in 3802 milliseconds