Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp228 const int blockHeight = h > 16 ? h / 16 : 1; in fillGreyscaleBuffer() local
258 const int blockHeight = h > 16 ? h / 16 : 1; in fillRgba8888Buffer() local
286 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1; in fillBayerRawBuffer() local
312 const int blockHeight = h > 16 ? h / 16 : 1; in checkGreyscaleBuffer() local
351 const int blockHeight = h > 16 ? h / 16 : 1; in checkRgba8888Buffer() local
394 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1; in checkBayerRawBuffer() local
DFillBuffer.cpp27 const int blockHeight = h > 16 ? h / 16 : 1; in fillYV12Buffer() local
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp95 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; in setupYuvTexSurface() local
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; in setupYuvTexSurface() local
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp538 const int blockHeight = h > 16 ? h / 16 : 1; in fillYV12Buffer() local
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1894 int blockWidth, int blockHeight, in applyBlockLimits()
2007 int blockWidth, int blockHeight, in applyMacroBlockLimits()
2020 int blockWidth, int blockHeight, in applyMacroBlockLimits()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_reconstruct.c2230 u32 blockHeight, in h264bsdFillBlock()