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

/frameworks/base/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp106 int parityX = (x / blockWidth) & 1; local
108 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
/frameworks/base/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp211 int parityX = (x / blockWidth) & 1; local
213 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
/frameworks/base/libs/gui/tests/
H A DSurfaceTexture_test.cpp482 int parityX = (x / blockWidth) & 1; local
484 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
531 int parityX = (x / (1 << (c+2))) & 1;
533 buf[offset + c] = (parityX ^ parityY) ? 231 : 35;
/frameworks/base/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp546 int parityX = (x / blockWidth) & 1; local
548 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;

Completed in 819 milliseconds