Home
last modified time | relevance | path

Searched refs:AVSharedMemoryBaseImpl (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/services/utils/
H A Davdatasrcmemory.cpp26 struct AVSharedMemoryBaseImpl : public AVDataSrcMemory { struct
28 AVSharedMemoryBaseImpl(int32_t fd, int32_t size, uint32_t flags, const std::string &name) in AVSharedMemoryBaseImpl() function
45 std::shared_ptr<AVDataSrcMemory> memory = std::make_shared<AVSharedMemoryBaseImpl>(fd, size, flags, name); in CreateFromRemote()
/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/
H A Davsharedmemorybase.cpp31 struct AVSharedMemoryBaseImpl : public AVSharedMemoryBase { struct
33 AVSharedMemoryBaseImpl(int32_t fd, int32_t size, uint32_t flags, const std::string &name) in AVSharedMemoryBaseImpl() function
53 std::shared_ptr<AVSharedMemoryBase> memory = std::make_shared<AVSharedMemoryBaseImpl>(fd, size, flags, name); in CreateFromRemote()

Completed in 2 milliseconds