Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
Dcolor_buffer_utils.cpp69 uint64_t getClientUsage(const std::shared_ptr<C2BlockPool> &pool) { in getClientUsage()
139 uint64_t getClientUsage(const std::shared_ptr<C2BlockPool> &pool) { in getClientUsage()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp720 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()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp666 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()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp600 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()
/device/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator.h101 static UniqueResourceAllocator& Create(const std::vector<T>& pool) { in Create()
107 const std::vector<T>& pool) { in New()
/device/google/cuttlefish/host/frontend/webrtc/
Dcvd_video_frame_buffer.cpp34 std::multimap<int, std::vector<uint8_t>> pool; variable