Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
Dcolor_buffer_utils.cpp68 uint64_t getClientUsage(const std::shared_ptr<C2BlockPool> &pool) { in getClientUsage()
138 uint64_t getClientUsage(const std::shared_ptr<C2BlockPool> &pool) { in getClientUsage()
/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/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/vpxdec/
DC2GoldfishVpxDec.cpp591 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()
/device/google/cuttlefish/host/frontend/webrtc/
Dcvd_video_frame_buffer.cpp34 std::multimap<int, std::vector<uint8_t>> pool; variable