Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp226 const int blockWidth = w > 16 ? w / 16 : 1; in fillGreyscaleBuffer() local
256 const int blockWidth = w > 16 ? w / 16 : 1; in fillRgba8888Buffer() local
284 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1; in fillBayerRawBuffer() local
310 const int blockWidth = w > 16 ? w / 16 : 1; in checkGreyscaleBuffer() local
349 const int blockWidth = w > 16 ? w / 16 : 1; in checkRgba8888Buffer() local
392 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/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp537 const int blockWidth = w > 16 ? w / 16 : 1; in fillYV12Buffer() local
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1882 int blockWidth, int blockHeight, in applyBlockLimits()
1995 int blockWidth, int blockHeight, in applyMacroBlockLimits()
2008 int blockWidth, int blockHeight, in applyMacroBlockLimits()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.c2229 u32 blockWidth, in h264bsdFillBlock()