Home
last modified time | relevance | path

Searched defs:blockSize (Results 1 – 15 of 15) 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/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/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/base/services/core/java/com/android/server/
DDropBoxManagerService.java808 int flags, int blockSize) throws IOException { in EntryFile()
847 public EntryFile(File file, int blockSize) { in EntryFile()
/frameworks/ml/nn/common/
DCpuExecutor.cpp870 int32_t blockSize = getScalarData<int32_t>(operands[ins[1]]); in executeOperation() local
934 int32_t blockSize = getScalarData<int32_t>(operands[ins[1]]); in executeOperation() local
1158 const RunTimeOperandInfo& blockSize = operands[ins[1]]; in executeOperation() local
1229 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.cpp490 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper()
DC2Store.cpp153 size_t blockSize = getpagesize(); in UseComponentStoreForIonAllocator() local
/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp102 BlockSize blockSize = -1; member
/frameworks/base/services/incremental/
DIncrementalService.cpp66 static constexpr auto blockSize = 4096; member
1615 const auto blockSize = std::min<long>(constants().blockSize, remainingData.size()); in extractZipFile() local
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1749 @NonNull Size blockSize) { in PerformancePoint()
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp2282 size_t blockSize = 0; in findThumbnails() local