Searched refs:curBufferLength (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nnexecutor.cpp | 477 …d::shared_ptr<NNTensor> inputTensor, const void* buffer, size_t dataLength, size_t curBufferLength) in SetInputTensorWithCurrentBuffer() argument 489 inputTensor->SetBuffer(curBuffer, curBufferLength); in SetInputTensorWithCurrentBuffer() 601 size_t curBufferLength = 0; in SetInput() local 603 curBufferLength = m_inputTensors[index].tensor->GetBufferLength(); in SetInput() 608 if (dataLength <= curBufferLength) { in SetInput() 609 … ret = SetInputTensorWithCurrentBuffer(index, inputTensor, buffer, dataLength, curBufferLength); in SetInput() 753 size_t curBufferLength = m_outputTensors[index].tensor->GetBufferLength(); in SetOutput() local 754 if (length <= curBufferLength) { in SetOutput()
|
H A D | nnexecutor.h | 90 … const void* buffer, size_t dataLength, size_t curBufferLength);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | audio_dump_pcm.cpp | 331 size_t curBufferLength = 0; in GetCurMemoryCondition() local 339 (*it)->GetCurUsedMemory(curDataLength, curBufferLength, curStructLength); in GetCurMemoryCondition() 341 bufferLength += curBufferLength; in GetCurMemoryCondition()
|