Searched defs:blockHeight (Results 1 – 6 of 6) 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
173 int32_t blockHeight = op->inputs[1]->value<int32_t>(0); in batchToSpaceConstructor() local237 int32_t blockHeight = op->inputs[1]->value<int32_t>(0); in spaceToBatchConstructor() local
95 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; in setupYuvTexSurface() local
195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; in setupYuvTexSurface() local
1673 int blockHeight = 16 * mBlockSize.getHeight(); in toString() local