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

  /frameworks/base/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 107 int parityY = (y / blockHeight) & 1;
108 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
  /frameworks/base/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 212 int parityY = (y / blockHeight) & 1;
213 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
  /frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp 483 int parityY = (y / blockHeight) & 1;
484 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
532 int parityY = (y / (1 << (c+2))) & 1;
533 buf[offset + c] = (parityX ^ parityY) ? 231 : 35;
    [all...]
  /frameworks/base/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 547 int parityY = (y / blockHeight) & 1;
548 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
    [all...]

Completed in 86 milliseconds