Searched defs:blockHeight (Results 1 – 5 of 5) sorted by relevance
229 const int blockHeight = h > 16 ? h / 16 : 1; in fillGreyscaleBuffer() local259 const int blockHeight = h > 16 ? h / 16 : 1; in fillRgba8888Buffer() local287 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1; in fillBayerRawBuffer() local313 const int blockHeight = h > 16 ? h / 16 : 1; in checkGreyscaleBuffer() local350 const int blockHeight = h > 16 ? h / 16 : 1; in checkRgba8888Buffer() local391 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1; in checkBayerRawBuffer() local
27 const int blockHeight = h > 16 ? h / 16 : 1; in fillYV12Buffer() local
95 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; in setupYuvTexSurface() local
195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; in setupYuvTexSurface() local
2219 int blockHeight = 16 * mBlockSize.getHeight(); in toString() local