Lines Matching refs:C2SoftAomDec
37 class C2SoftAomDec::IntfImpl : public SimpleInterface<void>::BaseParams {
253 C2SoftAomDec::C2SoftAomDec(const char* name, c2_node_id_t id, in C2SoftAomDec() function in android::C2SoftAomDec
268 C2SoftAomDec::~C2SoftAomDec() { in ~C2SoftAomDec()
272 c2_status_t C2SoftAomDec::onInit() { in onInit()
277 c2_status_t C2SoftAomDec::onStop() { in onStop()
283 void C2SoftAomDec::onReset() { in onReset()
293 void C2SoftAomDec::onRelease() { in onRelease()
297 c2_status_t C2SoftAomDec::onFlush_sm() { in onFlush_sm()
326 status_t C2SoftAomDec::initDecoder() { in initDecoder()
356 status_t C2SoftAomDec::destroyDecoder() { in destroyDecoder()
377 void C2SoftAomDec::finishWork(uint64_t index, in finishWork()
425 void C2SoftAomDec::process(const std::unique_ptr<C2Work>& work, in process()
626 bool C2SoftAomDec::outputBuffer( in outputBuffer()
735 c2_status_t C2SoftAomDec::drainInternal( in drainInternal()
763 c2_status_t C2SoftAomDec::drain(uint32_t drainMode, in drain()
778 new C2SoftAomDec(COMPONENT_NAME, id, in createComponent()
779 std::make_shared<C2SoftAomDec::IntfImpl>(mHelper)), in createComponent()
788 new SimpleInterface<C2SoftAomDec::IntfImpl>( in createInterface()
790 std::make_shared<C2SoftAomDec::IntfImpl>(mHelper)), in createInterface()