Home
last modified time | relevance | path

Searched defs:blockWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp228 const int blockWidth = w > 16 ? w / 16 : 1; in fillGreyscaleBuffer() local
258 const int blockWidth = w > 16 ? w / 16 : 1; in fillRgba8888Buffer() local
286 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1; in fillBayerRawBuffer() local
312 const int blockWidth = w > 16 ? w / 16 : 1; in checkGreyscaleBuffer() local
349 const int blockWidth = w > 16 ? w / 16 : 1; in checkRgba8888Buffer() local
390 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1; in checkBayerRawBuffer() local
DFillBuffer.cpp26 const int blockWidth = w > 16 ? w / 16 : 1; in fillYV12Buffer() local
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp94 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1; in setupYuvTexSurface() local
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp194 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1; in setupYuvTexSurface() local
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2218 int blockWidth = 16 * mBlockSize.getWidth(); in toString() local