Searched defs:pool (Results 1 – 6 of 6) sorted by relevance
69 uint64_t getClientUsage(const std::shared_ptr<C2BlockPool> &pool) { in getClientUsage()139 uint64_t getClientUsage(const std::shared_ptr<C2BlockPool> &pool) { in getClientUsage()
720 C2GoldfishAvcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState()749 void C2GoldfishAvcDec::checkMode(const std::shared_ptr<C2BlockPool> &pool) { in checkMode()903 const std::shared_ptr<C2BlockPool> &pool) { in process()1071 const std::shared_ptr<C2BlockPool> &pool, in drainInternal()1128 const std::shared_ptr<C2BlockPool> &pool) { in drain()
666 C2GoldfishHevcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState()695 void C2GoldfishHevcDec::checkMode(const std::shared_ptr<C2BlockPool> &pool) { in checkMode()850 const std::shared_ptr<C2BlockPool> &pool) { in process()1023 const std::shared_ptr<C2BlockPool> &pool, in drainInternal()1080 const std::shared_ptr<C2BlockPool> &pool) { in drain()
600 void C2GoldfishVpxDec::checkContext(const std::shared_ptr<C2BlockPool> &pool) { in checkContext()729 const std::shared_ptr<C2BlockPool> &pool) { in process()888 C2GoldfishVpxDec::outputBuffer(const std::shared_ptr<C2BlockPool> &pool, in outputBuffer()1029 const std::shared_ptr<C2BlockPool> &pool, in drainInternal()1051 const std::shared_ptr<C2BlockPool> &pool) { in drain()
101 static UniqueResourceAllocator& Create(const std::vector<T>& pool) { in Create()107 const std::vector<T>& pool) { in New()
34 std::multimap<int, std::vector<uint8_t>> pool; variable