Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/tests/
H A 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
H A DFillBuffer.cpp27 const int blockHeight = h > 16 ? h / 16 : 1; in fillYV12Buffer() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DReshape.cpp179 int32_t blockHeight = op->inputs[1]->value<int32_t>(0); in batchToSpaceConstructor() local
245 int32_t blockHeight = op->inputs[1]->value<int32_t>(0); in spaceToBatchConstructor() local
/aosp12/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp95 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; in setupYuvTexSurface() local
/aosp12/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; in setupYuvTexSurface() local
/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1824 int blockHeight = 16 * mBlockSize.getHeight(); in toString() local
2576 int blockWidth, int blockHeight, in applyBlockLimits()
2689 int blockWidth, int blockHeight, in applyMacroBlockLimits()
2702 int blockWidth, int blockHeight, in applyMacroBlockLimits()