HomeSort by relevance Sort by last modified time
    Searched defs:blockWidth (Results 1 - 8 of 8) sorted by null

  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 94 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1;
106 int parityX = (x / blockWidth) & 1;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 541 const int blockWidth = w > 16 ? w / 16 : 1;
551 int parityX = (x / blockWidth) & 1;
    [all...]
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 194 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1;
211 int parityX = (x / blockWidth) & 1;
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 225 const int blockWidth = w > 16 ? w / 16 : 1;
236 int parityX = (x / blockWidth) & 1;
255 const int blockWidth = w > 16 ? w / 16 : 1;
262 int blockX = (x / blockWidth);
283 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1;
289 int blockX = (x / blockWidth ) & 1;
309 const int blockWidth = w > 16 ? w / 16 : 1;
312 const int blockCols = w / blockWidth;
321 checkPixel(buf, blockWidth, 0, 63);
322 checkPixel(buf, blockWidth + 1, 0, 63)
    [all...]
SurfaceTexture_test.cpp 682 const int blockWidth = w > 16 ? w / 16 : 1;
692 int parityX = (x / blockWidth) & 1;
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 286 milliseconds