Home
last modified time | relevance | path

Searched defs:blockSize (Results 1 – 14 of 14) sorted by relevance

/frameworks/ml/nn/common/operations/
DReshape.cpp43 bool depthToSpaceGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize, in depthToSpaceGeneric()
64 bool spaceToDepthGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize, in spaceToDepthGeneric()
198 bool batchToSpaceGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize, in batchToSpaceGeneric()
223 bool spaceToBatchGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize, in spaceToBatchGeneric()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerStressTest.java159 int blockSize = fs.getBlockSize(); in testDownloadToCacheWithAlmostFullCache() local
/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java370 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testSizeLimits() local
472 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testAgeLimits() local
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReshape.cpp37 int32_t blockSize = op->inputs[1]->value<int32_t>(); in spaceToDepthConstructor() local
92 int32_t blockSize = op->inputs[1]->value<int32_t>(); in depthToSpaceConstructor() local
/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.cpp54 void ChannelBuffer::initBuffers(unsigned int blockSize, unsigned int overlapSize, in initBuffers()
137 void DPFrequency::configure(size_t blockSize, size_t overlapSize, in configure()
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java739 int flags, int blockSize) throws IOException { in EntryFile()
778 public EntryFile(File file, int blockSize) { in EntryFile()
/frameworks/ml/nn/common/
DCpuExecutor.cpp872 int32_t blockSize = getScalarData<int32_t>(operands[ins[1]]); in executeOperation() local
936 int32_t blockSize = getScalarData<int32_t>(operands[ins[1]]); in executeOperation() local
1157 const RunTimeOperandInfo& blockSize = operands[ins[1]]; in executeOperation() local
1228 const RunTimeOperandInfo& blockSize = operands[ins[1]]; in executeOperation() local
DOperationsUtils.cpp422 bool depthToSpacePrepare(const Shape& input, int32_t blockSize, Shape* output) { in depthToSpacePrepare()
441 bool spaceToDepthPrepare(const Shape& input, int32_t blockSize, Shape* output) { in spaceToDepthPrepare()
/frameworks/base/media/native/midi/
Damidi.cpp405 size_t blockSize = AMIDI_BUFFER_SIZE; in AMidiInputPort_sendWithTimestamp() local
/frameworks/ml/nn/common/include/
DOperationsUtils.h347 int blockSize = 1; in transposeFirstTwoDimensions() local
/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp526 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper()
DC2Store.cpp142 size_t blockSize = getpagesize(); in UseComponentStoreForIonAllocator() local
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1709 @NonNull Size blockSize) { in PerformancePoint()
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp2272 size_t blockSize = 0; in findThumbnails() local