Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/manager/memory_manager/
H A 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
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
H A 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
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A 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()
907 int32_t allocBufferType = HDF_SUCCESS; variable
938 int32_t allocBufferType = HDF_SUCCESS; variable
951 int32_t allocBufferType = HDF_FAILURE; variable
2279 int32_t allocBufferType = HDF_SUCCESS; variable
2310 int32_t allocBufferType = HDF_SUCCESS; variable
2323 int32_t allocBufferType = HDF_FAILURE; variable
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter.cpp141 std::shared_ptr<MemoryData> AllocMemory(BufferType allocBufferType, EffectBuffer *buffer) in AllocMemory()