Home
last modified time | relevance | path

Searched refs:AVSharedMemoryPool (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/media_foundation/tests/unittest/avshared_memory_pool/
H A Davshared_memory_pool_test.cpp46 std::shared_ptr<AVSharedMemoryPool> pool = std::make_shared<AVSharedMemoryPool>("releaseMemory"); in HWTEST_F()
61 std::shared_ptr<AVSharedMemoryPool> pool = std::make_shared<AVSharedMemoryPool>("doAcquireMemory"); in HWTEST_F()
74 std::shared_ptr<AVSharedMemoryPool> pool = std::make_shared<AVSharedMemoryPool>("checkSize"); in HWTEST_F()
89 std::shared_ptr<AVSharedMemoryPool> pool = std::make_shared<AVSharedMemoryPool>("acquireMemory"); in HWTEST_F()
/foundation/multimedia/media_foundation/src/common/
H A Davsharedmemorypool.cpp22 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_DOMAIN_FOUNDATION, "AVSharedMemoryPool" };
31 AVSharedMemoryPool::AVSharedMemoryPool(const std::string &name) : name_(name) in AVSharedMemoryPool() function in OHOS::Media::AVSharedMemoryPool
36 AVSharedMemoryPool::~AVSharedMemoryPool() in ~AVSharedMemoryPool()
42 int32_t AVSharedMemoryPool::Init(const InitializeOption &option) in Init()
68 AVSharedMemory *AVSharedMemoryPool::AllocMemory(int32_t size) in AllocMemory()
81 void AVSharedMemoryPool::ReleaseMemory(AVSharedMemory *memory) in ReleaseMemory()
108 bool AVSharedMemoryPool::DoAcquireMemory(int32_t size, AVSharedMemory **outMemory) in DoAcquireMemory()
151 bool AVSharedMemoryPool
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Davsharedmemorypool.h44 class AVSharedMemoryPool : public std::enable_shared_from_this<AVSharedMemoryPool>, public NoCopyable { class
46 explicit AVSharedMemoryPool(const std::string &name);
47 ~AVSharedMemoryPool();
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/std_stream_source/
H A Dstd_stream_source_plugin.cpp51 pool_ = std::make_shared<AVSharedMemoryPool>("pool"); in StdStreamSourcePlugin()
140 AVSharedMemoryPool::InitializeOption InitOption { in InitPool()
H A Dstd_stream_source_plugin.h54 std::shared_ptr<AVSharedMemoryPool> pool_;
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Ddata_stream_source_plugin.h51 std::shared_ptr<AVSharedMemoryPool> pool_;
H A Ddata_stream_source_plugin.cpp66 pool_ = std::make_shared<AVSharedMemoryPool>("pool"); in DataStreamSourcePlugin()
110 AVSharedMemoryPool::InitializeOption InitOption { in InitPool()

Completed in 4 milliseconds