Searched defs:allocBufferType (Results 1 – 4 of 4) sorted by relevance
77 std::shared_ptr<Memory> AllocMemoryInner(MemoryInfo &allocMemInfo, BufferType allocBufferType) in AllocMemoryInner()116 BufferType allocBufferType = BufferType::DMA_BUFFER; // default alloc dma buffer in AllocMemory() local
94 OH_NN_ReturnCode HDIDeviceTest::PrepareModel(int32_t allocBufferType, int32_t prepareType) in PrepareModel()765 int32_t allocBufferType = HDF_SUCCESS; variable796 int32_t allocBufferType = HDF_SUCCESS; variable809 int32_t allocBufferType = HDF_FAILURE; variable
183 OH_NN_ReturnCode HDIDeviceTest::PrepareModel(int32_t allocBufferType, int32_t prepareType) in PrepareModel()209 OH_NN_ReturnCode HDIDeviceTest::PrepareModelv2(int32_t allocBufferType, int32_t prepareType) in PrepareModelv2()908 int32_t allocBufferType = HDF_SUCCESS; variable939 int32_t allocBufferType = HDF_SUCCESS; variable952 int32_t allocBufferType = HDF_FAILURE; variable2280 int32_t allocBufferType = HDF_SUCCESS; variable2311 int32_t allocBufferType = HDF_SUCCESS; variable2324 int32_t allocBufferType = HDF_FAILURE; variable
193 std::shared_ptr<MemoryData> AllocMemory(BufferType allocBufferType, EffectBuffer *buffer) in AllocMemory()