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()907 int32_t allocBufferType = HDF_SUCCESS; variable938 int32_t allocBufferType = HDF_SUCCESS; variable951 int32_t allocBufferType = HDF_FAILURE; variable2279 int32_t allocBufferType = HDF_SUCCESS; variable2310 int32_t allocBufferType = HDF_SUCCESS; variable2323 int32_t allocBufferType = HDF_FAILURE; variable
141 std::shared_ptr<MemoryData> AllocMemory(BufferType allocBufferType, EffectBuffer *buffer) in AllocMemory()