Searched defs:pool (Results 1 – 5 of 5) sorted by relevance
68 uint64_t getClientUsage(const std::shared_ptr<C2BlockPool> &pool) { in getClientUsage()138 uint64_t getClientUsage(const std::shared_ptr<C2BlockPool> &pool) { in getClientUsage()
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()
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()
591 void C2GoldfishVpxDec::checkContext(const std::shared_ptr<C2BlockPool> &pool) { in checkContext()724 const std::shared_ptr<C2BlockPool> &pool) { in process()890 C2GoldfishVpxDec::outputBuffer(const std::shared_ptr<C2BlockPool> &pool, in outputBuffer()1032 const std::shared_ptr<C2BlockPool> &pool, in drainInternal()1054 const std::shared_ptr<C2BlockPool> &pool) { in drain()
34 std::multimap<int, std::vector<uint8_t>> pool; variable