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

  /frameworks/base/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 94 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1;
106 int parityX = (x / blockWidth) & 1;
  /frameworks/base/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 536 const int blockWidth = w > 16 ? w / 16 : 1;
546 int parityX = (x / blockWidth) & 1;
    [all...]
  /frameworks/base/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 194 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1;
211 int parityX = (x / blockWidth) & 1;
  /frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp 472 const int blockWidth = w > 16 ? w / 16 : 1;
482 int parityX = (x / blockWidth) & 1;
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 97 milliseconds