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

  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 107 int parityY = (y / blockHeight) & 1;
108 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 212 int parityY = (y / blockHeight) & 1;
213 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 554 int parityY = (y / blockHeight) & 1;
555 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
    [all...]
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 238 int parityY = (y / blockHeight) & 1;
239 T intensity = (parityX ^ parityY) ? 63 : 191;
SurfaceTexture_test.cpp 697 int parityY = (y / blockHeight) & 1;
698 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
746 int parityY = (y / (1 << (c+2))) & 1;
747 buf[offset + c] = (parityX ^ parityY) ? 231 : 35;
    [all...]

Completed in 472 milliseconds