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
267 C2SoftAomDec::~C2SoftAomDec() { in ~C2SoftAomDec()
271 c2_status_t C2SoftAomDec::onInit() { in onInit()
276 c2_status_t C2SoftAomDec::onStop() { in onStop()
282 void C2SoftAomDec::onReset() { in onReset()
292 void C2SoftAomDec::onRelease() { in onRelease()
296 c2_status_t C2SoftAomDec::onFlush_sm() { in onFlush_sm()
325 status_t C2SoftAomDec::initDecoder() { in initDecoder()
355 status_t C2SoftAomDec::destroyDecoder() { in destroyDecoder()
376 void C2SoftAomDec::finishWork(uint64_t index, in finishWork()
424 void C2SoftAomDec::process(const std::unique_ptr<C2Work>& work, in process()
505 bool C2SoftAomDec::outputBuffer( in outputBuffer()
611 c2_status_t C2SoftAomDec::drainInternal( in drainInternal()
639 c2_status_t C2SoftAomDec::drain(uint32_t drainMode, in drain()
654 new C2SoftAomDec(COMPONENT_NAME, id, in createComponent()
655 std::make_shared<C2SoftAomDec::IntfImpl>(mHelper)), in createComponent()
664 new SimpleInterface<C2SoftAomDec::IntfImpl>( in createInterface()
666 std::make_shared<C2SoftAomDec::IntfImpl>(mHelper)), in createInterface()