Lines Matching refs:C2SoftVpxDec
38 class C2SoftVpxDec::IntfImpl : public SimpleInterface<void>::BaseParams {
268 C2SoftVpxDec::C2SoftVpxDec( in C2SoftVpxDec() function in android::C2SoftVpxDec
277 C2SoftVpxDec::~C2SoftVpxDec() { in ~C2SoftVpxDec()
281 c2_status_t C2SoftVpxDec::onInit() { in onInit()
286 c2_status_t C2SoftVpxDec::onStop() { in onStop()
293 void C2SoftVpxDec::onReset() { in onReset()
304 void C2SoftVpxDec::onRelease() { in onRelease()
308 c2_status_t C2SoftVpxDec::onFlush_sm() { in onFlush_sm()
341 status_t C2SoftVpxDec::initDecoder() { in initDecoder()
381 status_t C2SoftVpxDec::destroyDecoder() { in destroyDecoder()
403 void C2SoftVpxDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work, in finishWork()
450 void C2SoftVpxDec::process( in process()
553 bool C2SoftVpxDec::outputBuffer( in outputBuffer()
623 c2_status_t C2SoftVpxDec::drainInternal( in drainInternal()
646 c2_status_t C2SoftVpxDec::drain( in drain()
663 new C2SoftVpxDec(COMPONENT_NAME, id, in createComponent()
664 std::make_shared<C2SoftVpxDec::IntfImpl>(mHelper)), in createComponent()
674 new SimpleInterface<C2SoftVpxDec::IntfImpl>( in createInterface()
676 std::make_shared<C2SoftVpxDec::IntfImpl>(mHelper)), in createInterface()