Searched refs:blockHeight (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp227 const int blockHeight = h > 16 ? h / 16 : 1; local
238 int parityY = (y / blockHeight) & 1;
257 const int blockHeight = h > 16 ? h / 16 : 1; local
264 int blockY = (y / blockHeight);
285 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1; local
291 int blockY = (y / blockHeight) & 1;
311 const int blockHeight = h > 16 ? h / 16 : 1; local
312 const int blockRows = h / blockHeight;
328 checkPixel(buf, 0, blockHeight, 63);
329 checkPixel(buf, 1, blockHeight, 6
350 const int blockHeight = h > 16 ? h / 16 : 1; local
393 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1; local
[all...]
H A DFillBuffer.cpp27 const int blockHeight = h > 16 ? h / 16 : 1; local
37 int parityY = (y / blockHeight) & 1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.h79 u32 blockHeight,
H A Dh264bsd_reconstruct.c2215 blockHeight height of block
2230 u32 blockHeight,
2250 ASSERT(blockHeight);
2253 ystop = y0 + (i32)blockHeight;
2263 y0 = -(i32)blockHeight;
2275 ystop = y0 + (i32)blockHeight;
2289 y = (i32)blockHeight - top - bottom;
2222 h264bsdFillBlock( u8 *ref, u8 *fill, i32 x0, i32 y0, u32 width, u32 height, u32 blockWidth, u32 blockHeight, u32 fillScanLength) argument
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp95 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; local
107 int parityY = (y / blockHeight) & 1;
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; local
212 int parityY = (y / blockHeight) & 1;
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1882 int blockWidth, int blockHeight,
1885 checkPowerOfTwo(blockHeight, "blockHeight must be a power of two");
1888 final int newBlockHeight = Math.max(blockHeight, mBlockHeight);
1906 factor = newBlockWidth * newBlockHeight / blockWidth / blockHeight;
1911 ratios, newBlockHeight / blockHeight,
1995 int blockWidth, int blockHeight,
2001 blockWidth, blockHeight, widthAlignment, heightAlignment);
2008 int blockWidth, int blockHeight,
2012 blockWidth, blockHeight, Rang
1881 applyBlockLimits( int blockWidth, int blockHeight, Range<Integer> counts, Range<Long> rates, Range<Rational> ratios) argument
1992 applyMacroBlockLimits( int maxHorizontalBlocks, int maxVerticalBlocks, int maxBlocks, long maxBlocksPerSecond, int blockWidth, int blockHeight, int widthAlignment, int heightAlignment) argument
2004 applyMacroBlockLimits( int minHorizontalBlocks, int minVerticalBlocks, int maxHorizontalBlocks, int maxVerticalBlocks, int maxBlocks, long maxBlocksPerSecond, int blockWidth, int blockHeight, int widthAlignment, int heightAlignment) argument
[all...]
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp538 const int blockHeight = h > 16 ? h / 16 : 1; local
548 int parityY = (y / blockHeight) & 1;

Completed in 269 milliseconds