Home
last modified time | relevance | path

Searched defs:BufferPool (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dbuffer_pool.h31 class BufferPool : public std::enable_shared_from_this<BufferPool<T>> { class
33 explicit BufferPool<T>(size_t poolSize) : poolSize_(poolSize), isActive_(true), allocInProgress(false) in BufferPool() function in OHOS::Media::BufferPool
[all...]

Completed in 1 milliseconds