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

/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.cpp551 int parityX = (x / blockWidth) & 1; local
553 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp597 int parityX = (x / blockWidth) & 1; local
599 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
646 int parityX = (x / (1 << (c+2))) & 1;
648 buf[offset + c] = (parityX ^ parityY) ? 231 : 35;

Completed in 2109 milliseconds