Home
last modified time | relevance | path

Searched defs:BlockingBlockPool (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Component.cpp142 class SimpleC2Component::BlockingBlockPool : public C2BlockPool { class in android::SimpleC2Component
144 BlockingBlockPool(const std::shared_ptr<C2BlockPool> &base) : mBase{base} {} in BlockingBlockPool() function in android::SimpleC2Component::BlockingBlockPool
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Component.h246 class BlockingBlockPool; variable
/aosp_15_r20/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Component.h323 class BlockingBlockPool; variable
/aosp_15_r20/frameworks/av/media/codec2/components/base/
H A DSimpleC2Component.cpp855 class SimpleC2Component::BlockingBlockPool : public C2BlockPool { class in android::SimpleC2Component
857 BlockingBlockPool(const std::shared_ptr<C2BlockPool>& base): mBase{base} {} in BlockingBlockPool() function in android::SimpleC2Component::BlockingBlockPool