Searched defs:blockWidth (Results 1 – 5 of 5) sorted by relevance
228 const int blockWidth = w > 16 ? w / 16 : 1; in fillGreyscaleBuffer() local258 const int blockWidth = w > 16 ? w / 16 : 1; in fillRgba8888Buffer() local286 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1; in fillBayerRawBuffer() local312 const int blockWidth = w > 16 ? w / 16 : 1; in checkGreyscaleBuffer() local349 const int blockWidth = w > 16 ? w / 16 : 1; in checkRgba8888Buffer() local390 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1; in checkBayerRawBuffer() local
26 const int blockWidth = w > 16 ? w / 16 : 1; in fillYV12Buffer() local
94 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1; in setupYuvTexSurface() local
194 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1; in setupYuvTexSurface() local
2218 int blockWidth = 16 * mBlockSize.getWidth(); in toString() local