Searched refs:blockWidth (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp198 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1; local
204 int blockX = (x / blockWidth ) & 1;
223 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1; local
226 const int blockCols = w / blockWidth;
235 checkPixel(buf, blockWidth, 0, 200, 200, 1000);
236 checkPixel(buf, blockWidth + 1, 0, 200, 200, 1000);
237 checkPixel(buf, blockWidth, 1, 200, 200, 1000);
238 checkPixel(buf, blockWidth + 1, 1, 200, 200, 1000);
247 checkPixel(buf, blockWidth, blockHeight, 1000, 1000, 1000);
248 checkPixel(buf, blockWidth
[all...]
H A DSurfaceTexture_test.cpp587 const int blockWidth = w > 16 ? w / 16 : 1; local
597 int parityX = (x / blockWidth) & 1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.h78 u32 blockWidth,
H A Dh264bsd_reconstruct.c2211 blockWidth width of block
2226 u32 blockWidth,
2246 ASSERT(blockWidth);
2249 xstop = x0 + (i32)blockWidth;
2263 x0 = -(i32)blockWidth;
2271 xstop = x0 + (i32)blockWidth;
2282 x = (i32)blockWidth - left - right;
2219 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.cpp94 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1; local
106 int parityX = (x / blockWidth) & 1;
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp194 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1; local
211 int parityX = (x / blockWidth) & 1;
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp541 const int blockWidth = w > 16 ? w / 16 : 1; local
551 int parityX = (x / blockWidth) & 1;

Completed in 120 milliseconds