Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h232 class BlockingBlockPool; variable
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp138 class SimpleC2Component::BlockingBlockPool : public C2BlockPool { class in android::SimpleC2Component
140 BlockingBlockPool(const std::shared_ptr<C2BlockPool>& base): mBase{base} {} in BlockingBlockPool() function in android::SimpleC2Component::BlockingBlockPool