/frameworks/ml/nn/common/operations/ |
D | Reshape.cpp | 43 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/ |
D | DownloadManagerStressTest.java | 159 int blockSize = fs.getBlockSize(); in testDownloadToCacheWithAlmostFullCache() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | DropBoxTest.java | 370 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/ |
D | Reshape.cpp | 37 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/ |
D | DPFrequency.cpp | 54 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/ |
D | DropBoxManagerService.java | 739 int flags, int blockSize) throws IOException { in EntryFile() 778 public EntryFile(File file, int blockSize) { in EntryFile()
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 872 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
|
D | OperationsUtils.cpp | 422 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/ |
D | amidi.cpp | 405 size_t blockSize = AMIDI_BUFFER_SIZE; in AMidiInputPort_sendWithTimestamp() local
|
/frameworks/ml/nn/common/include/ |
D | OperationsUtils.h | 347 int blockSize = 1; in transposeFirstTwoDimensions() local
|
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorIon.cpp | 526 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper()
|
D | C2Store.cpp | 142 size_t blockSize = getpagesize(); in UseComponentStoreForIonAllocator() local
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 1709 @NonNull Size blockSize) { in PerformancePoint()
|
/frameworks/av/media/extractors/mkv/ |
D | MatroskaExtractor.cpp | 2272 size_t blockSize = 0; in findThumbnails() local
|