Home
last modified time | relevance | path

Searched defs:blockHeight (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp229 const int blockHeight = h > 16 ? h / 16 : 1; in fillGreyscaleBuffer() local
259 const int blockHeight = h > 16 ? h / 16 : 1; in fillRgba8888Buffer() local
287 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1; in fillBayerRawBuffer() local
313 const int blockHeight = h > 16 ? h / 16 : 1; in checkGreyscaleBuffer() local
350 const int blockHeight = h > 16 ? h / 16 : 1; in checkRgba8888Buffer() local
391 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1; in checkBayerRawBuffer() local
DFillBuffer.cpp27 const int blockHeight = h > 16 ? h / 16 : 1; in fillYV12Buffer() local
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReshape.cpp173 int32_t blockHeight = op->inputs[1]->value<int32_t>(0); in batchToSpaceConstructor() local
237 int32_t blockHeight = op->inputs[1]->value<int32_t>(0); in spaceToBatchConstructor() local
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp95 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; in setupYuvTexSurface() local
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; in setupYuvTexSurface() local
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1673 int blockHeight = 16 * mBlockSize.getHeight(); in toString() local