Home
last modified time | relevance | path

Searched defs:memory (Results 1 - 25 of 102) sorted by relevance

12345

/foundation/multimedia/media_foundation/test/unittest/
H A DTestPluginCommon.cpp32 std::shared_ptr<Memory> memory = audioBuffer->GetMemory(0); in HWTEST() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/fuzztest/avtranscallbacksetsharedmemory_fuzzer/
H A Davtranscallbacksetsharedmemory_fuzzer.cpp31 AVTransSharedMemory memory = AVTransSharedMemory{ fd, len, name }; in AVTransCallbackSetSharedMemoryFuzzTest() local
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dmemory_manager.cpp65 auto& memory = m_memorys[buffer]; in UnMapMemory() local
77 OH_NN_ReturnCode MemoryManager::GetMemory(const void* buffer, Memory& memory) in GetMemory() argument
[all...]
H A Dneural_network_runtime_compat.cpp144 NNRT_API void OH_NNExecutor_DestroyInputMemory(OH_NNExecutor *executor, uint32_t inputIndex, OH_NN_Memory **memory) in OH_NNExecutor_DestroyInputMemory() argument
169 OH_NNExecutor_DestroyOutputMemory(OH_NNExecutor *executor, uint32_t outputIndex, OH_NN_Memory **memory) OH_NNExecutor_DestroyOutputMemory() argument
194 OH_NNExecutor_SetInputWithMemory(OH_NNExecutor *executor, uint32_t inputIndex, const OH_NN_Tensor *tensor, const OH_NN_Memory *memory) OH_NNExecutor_SetInputWithMemory() argument
214 OH_NNExecutor_SetOutputWithMemory(OH_NNExecutor *executor, uint32_t outputIndex, const OH_NN_Memory *memory) OH_NNExecutor_SetOutputWithMemory() argument
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/memory_manager/
H A Dmemory_manager_test.cpp121 void* memory = nullptr; in HWTEST_F() local
133 void* memory = malloc(10); in HWTEST_F() local
173 Memory memory; in HWTEST_F() local
187 Memory memory; in HWTEST_F() local
217 Memory memory; HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/tests/unittest/avshared_memory_pool/
H A Davshared_memory_pool_test.cpp47 AVSharedMemory *memory = nullptr; in HWTEST_F() local
62 AVSharedMemory *memory = nullptr; in HWTEST_F() local
91 std::shared_ptr<AVSharedMemory> memory = pool->AcquireMemory(size, blocking); in HWTEST_F() local
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davsharedmemorybase_func_unit_test.cpp56 std::shared_ptr<AVSharedMemoryBase> memory = in HWTEST_F() local
69 std::shared_ptr<AVSharedMemoryBase> memory = in HWTEST_F() local
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/enviroment/
H A Dheap_memory_thread.cpp46 uint8_t *memory = new uint8_t[sizeof(OH_AVMemory)]; in HeapMemoryLoop() local
/foundation/multimedia/av_codec/services/services/common/
H A Davsharedmemory_ipc.cpp29 int32_t WriteAVSharedMemoryToParcel(const std::shared_ptr<AVSharedMemory> &memory, MessageParcel &parcel) in WriteAVSharedMemoryToParcel() argument
55 std::shared_ptr<AVSharedMemory> memory = Media::AVSharedMemoryBase::CreateFromRemote(fd, size, flags, name); in ReadAVSharedMemoryFromParcel() local
/foundation/multimedia/player_framework/services/services/common/
H A Davsharedmemory_ipc.cpp29 int32_t WriteAVSharedMemoryToParcel(const std::shared_ptr<AVSharedMemory> &memory, MessageParcel &parcel) in WriteAVSharedMemoryToParcel() argument
52 std::shared_ptr<AVSharedMemory> memory = AVSharedMemoryBase::CreateFromRemote(fd, size, flags, name); in ReadAVSharedMemoryFromParcel() local
70 std::shared_ptr<AVSharedMemory> memory = AVDataSrcMemory::CreateFromRemote(fd, size, flags, name); in ReadAVDataSrcMemoryFromParcel() local
[all...]
/foundation/multimedia/player_framework/services/utils/
H A Davdatasrcmemory.cpp35 std::shared_ptr<AVDataSrcMemory> memory = std::make_shared<AVDataSrcMemory>(size, flags, name); in CreateFromLocal() local
45 std::shared_ptr<AVDataSrcMemory> memory = std::make_shared<AVSharedMemoryBaseImpl>(fd, size, flags, name); in CreateFromRemote() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/inner_kits/
H A Dav_trans_control_center_callback_test.cpp100 AVTransSharedMemory memory; in HWTEST_F() local
H A Dav_trans_control_center_callback_stub_test.cpp87 AVTransSharedMemory memory; in HWTEST_F() local
46 SetSharedMemory( const AVTransSharedMemory &memory) SetSharedMemory() argument
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/ipc/
H A Dav_trans_control_center_callback_proxy.cpp65 int32_t AVTransControlCenterCallbackProxy::SetSharedMemory(const AVTransSharedMemory &memory) in SetSharedMemory() argument
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/inner_kits/src/
H A Dav_trans_control_center_callback.cpp35 int32_t AVTransControlCenterCallback::SetSharedMemory(const AVTransSharedMemory &memory) in SetSharedMemory() argument
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/
H A Dintf_device_vk.h160 GpuResourceMemoryVk memory; member
192 GpuResourceMemoryVk memory; member
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dperf_test.cpp41 static OH_AVMemory *memory = nullptr; member
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/fuzztest/avtransstubonremoterequest_fuzzer/
H A Davtransstubonremoterequest_fuzzer.cpp29 std::string MarshalSharedMemory(const AVTransSharedMemory &memory) in MarshalSharedMemory() argument
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/services/
H A Dav_trans_control_center_test.cpp448 AVTransSharedMemory memory; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dblur_draw_looper.cpp63 uint8_t* memory = static_cast<uint8_t*>(blurData->WritableData()); in Serialize() local
78 uint8_t* memory = reinterpret_cast<uint8_t*>(data->WritableData()); in Deserialize() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.h38 VulkanCleanupHelper(RsVulkanContext& vkContext, VkImage image, VkDeviceMemory memory, in VulkanCleanupHelper() argument
/foundation/multimedia/media_foundation/src/common/
H A Davsharedmemorypool.cpp58 auto memory = AllocMemory(option_.memSize); in Init() local
70 AVSharedMemoryBase *memory = new (std::nothrow) AVSharedMemoryBase(size, option_.flags, name_); in AllocMemory() local
81 ReleaseMemory(AVSharedMemory *memory) ReleaseMemory() argument
186 AVSharedMemory *memory = nullptr; AcquireMemory() local
[all...]
/foundation/multimedia/player_framework/services/services/media_data_source/ipc/
H A Dmedia_data_source_proxy.cpp41 int32_t WriteToParcel(const std::shared_ptr<AVSharedMemory> &memory, MessageParcel &parcel) in WriteToParcel() argument
H A Dmedia_data_source_stub.cpp34 int32_t ReadFromParcel(MessageParcel &parcel, std::shared_ptr<AVSharedMemory> &memory) in ReadFromParcel() argument
80 std::shared_ptr<AVSharedMemory> memory = nullptr; in OnRemoteRequest() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/test/unittest/
H A Dav_sync_utils_test.cpp61 AVTransSharedMemory memory = { in HWTEST_F() local
72 AVTransSharedMemory memory = { in HWTEST_F() local
91 AVTransSharedMemory memory = { in HWTEST_F() local

Completed in 13 milliseconds

12345