Home
last modified time | relevance | path

Searched defs:allocBufferType (Results 1 – 4 of 4) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/effect/manager/memory_manager/
Deffect_memory_manager.cpp77 std::shared_ptr<Memory> AllocMemoryInner(MemoryInfo &allocMemInfo, BufferType allocBufferType) in AllocMemoryInner()
116 BufferType allocBufferType = BufferType::DMA_BUFFER; // default alloc dma buffer in AllocMemory() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
Dhdi_device_test.cpp94 OH_NN_ReturnCode HDIDeviceTest::PrepareModel(int32_t allocBufferType, int32_t prepareType) in PrepareModel()
765 int32_t allocBufferType = HDF_SUCCESS; variable
796 int32_t allocBufferType = HDF_SUCCESS; variable
809 int32_t allocBufferType = HDF_FAILURE; variable
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
Dhdi_device_test.cpp183 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; variable
939 int32_t allocBufferType = HDF_SUCCESS; variable
952 int32_t allocBufferType = HDF_FAILURE; variable
2280 int32_t allocBufferType = HDF_SUCCESS; variable
2311 int32_t allocBufferType = HDF_SUCCESS; variable
2324 int32_t allocBufferType = HDF_FAILURE; variable
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
Defilter.cpp193 std::shared_ptr<MemoryData> AllocMemory(BufferType allocBufferType, EffectBuffer *buffer) in AllocMemory()