Searched refs:AVSharedMemoryBaseImpl (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/services/utils/ |
H A D | avdatasrcmemory.cpp | 26 struct AVSharedMemoryBaseImpl : public AVDataSrcMemory { struct 28 AVSharedMemoryBaseImpl(int32_t fd, int32_t size, uint32_t flags, const std::string &name) in AVSharedMemoryBaseImpl() argument 45 …std::shared_ptr<AVDataSrcMemory> memory = std::make_shared<AVSharedMemoryBaseImpl>(fd, size, flags… in CreateFromRemote()
|
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/ |
H A D | avsharedmemorybase.cpp | 32 struct AVSharedMemoryBaseImpl : public AVSharedMemoryBase { struct 34 AVSharedMemoryBaseImpl(int32_t fd, int32_t size, uint32_t flags, const std::string &name) in AVSharedMemoryBaseImpl() function 54 …std::shared_ptr<AVSharedMemoryBase> memory = std::make_shared<AVSharedMemoryBaseImpl>(fd, size, fl… in CreateFromRemote()
|