HomeSort by relevance Sort by last modified time
    Searched refs:parityX (Results 1 - 4 of 4) sorted by null

  /frameworks/base/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 106 int parityX = (x / blockWidth) & 1;
108 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
  /frameworks/base/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 211 int parityX = (x / blockWidth) & 1;
213 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
  /frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp 482 int parityX = (x / blockWidth) & 1;
484 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
531 int parityX = (x / (1 << (c+2))) & 1;
533 buf[offset + c] = (parityX ^ parityY) ? 231 : 35;
    [all...]
  /frameworks/base/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 546 int parityX = (x / blockWidth) & 1;
548 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
    [all...]

Completed in 39 milliseconds