Home
last modified time | relevance | path

Searched defs:AllocateBuffer (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dexecutor_mock_device.cpp25 void* HDIDeviceV1_0::AllocateBuffer(size_t length) in AllocateBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
H A Dcompilation_mock_idevice.cpp193 void* HDIDeviceV1_0::AllocateBuffer(size_t length) in AllocateBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dexecutor_mock_device.cpp25 void* HDIDeviceV2_0::AllocateBuffer(size_t length) in AllocateBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
H A Dcompilation_mock_idevice.cpp193 void* HDIDeviceV2_0::AllocateBuffer(size_t length) in AllocateBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dbuffer_pool.h100 std::shared_ptr<T> AllocateBuffer() in AllocateBuffer() function
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/
H A Dnnrt_device_impl.h110 int32_t AllocateBuffer(uint32_t length, SharedBuffer& buffer) in AllocateBuffer() function
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h267 …int32_t (*AllocateBuffer)(struct CodecComponentType *self, uint32_t portIndex, struct OmxCodecBuff… member
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v1_0.cpp338 void* HDIDeviceV1_0::AllocateBuffer(size_t length) in AllocateBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
361 OH_NN_ReturnCode HDIDeviceV1_0::AllocateBuffer(size_t length, int& fd) in AllocateBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
H A Dhdi_device_v2_0.cpp379 void* HDIDeviceV2_0::AllocateBuffer(size_t length) in AllocateBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
401 OH_NN_ReturnCode HDIDeviceV2_0::AllocateBuffer(size_t length, int& fd) in AllocateBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
H A Dhdi_device_v2_1.cpp374 void* HDIDeviceV2_1::AllocateBuffer(size_t length) in AllocateBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_1
396 OH_NN_ReturnCode HDIDeviceV2_1::AllocateBuffer(size_t length, int& fd) in AllocateBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_1
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/
H A Ddevice_registrar_test.cpp153 void *AllocateBuffer(size_t length) override in AllocateBuffer() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/
H A Ddevice_registrar_test.cpp153 void *AllocateBuffer(size_t length) override in AllocateBuffer() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp171 int32_t CodecComponentService::AllocateBuffer(uint32_t portIndex, const OmxCodecBuffer &inBuffer, in AllocateBuffer() function in OHOS::HDI::Codec::V3_0::CodecComponentService
H A Dcomponent_node.cpp449 int32_t ComponentNode::AllocateBuffer(uint32_t portIndex, OmxCodecBuffer &buffer) in AllocateBuffer() function in OHOS::Codec::Omx::ComponentNode
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp185 int32_t NnrtDeviceService::AllocateBuffer(uint32_t length, SharedBuffer& buffer) in AllocateBuffer() function in OHOS::HDI::Nnrt::V1_0::NnrtDeviceService
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp219 int32_t NnrtDeviceService::AllocateBuffer(uint32_t length, SharedBuffer& buffer) in AllocateBuffer() function in OHOS::HDI::Nnrt::V2_0::NnrtDeviceService
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp361 int32_t ComponentNode::AllocateBuffer(uint32_t portIndex, struct OmxCodecBuffer &buffer) in AllocateBuffer() function in OHOS::Codec::Omx::ComponentNode
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp426 BENCHMARK_F(CodecBenchmarkOmxTest, AllocateBuffer)(benchmark::State &state) in BENCHMARK_F() argument
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c1853 static void *AllocateBuffer(size_t size) in AllocateBuffer() function