HomeSort by relevance Sort by last modified time
    Searched defs:blockWidth (Results 1 - 5 of 5) 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/
SurfaceTexture_test.cpp 587 const int blockWidth = w > 16 ? w / 16 : 1;
597 int parityX = (x / blockWidth) & 1;
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 455 milliseconds