Lines Matching refs:C2SoftVpxDec
40 class C2SoftVpxDec::IntfImpl : public SimpleInterface<void>::BaseParams {
309 C2SoftVpxDec::ConverterThread::ConverterThread( in ConverterThread()
313 bool C2SoftVpxDec::ConverterThread::threadLoop() { in threadLoop()
337 C2SoftVpxDec::C2SoftVpxDec( in C2SoftVpxDec() function in android::C2SoftVpxDec
348 C2SoftVpxDec::~C2SoftVpxDec() { in ~C2SoftVpxDec()
352 c2_status_t C2SoftVpxDec::onInit() { in onInit()
357 c2_status_t C2SoftVpxDec::onStop() { in onStop()
364 void C2SoftVpxDec::onReset() { in onReset()
375 void C2SoftVpxDec::onRelease() { in onRelease()
379 c2_status_t C2SoftVpxDec::onFlush_sm() { in onFlush_sm()
412 status_t C2SoftVpxDec::initDecoder() { in initDecoder()
464 status_t C2SoftVpxDec::destroyDecoder() { in destroyDecoder()
501 void C2SoftVpxDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work, in finishWork()
548 void C2SoftVpxDec::process( in process()
752 status_t C2SoftVpxDec::outputBuffer( in outputBuffer()
885 c2_status_t C2SoftVpxDec::drainInternal( in drainInternal()
908 c2_status_t C2SoftVpxDec::drain( in drain()
925 new C2SoftVpxDec(COMPONENT_NAME, id, in createComponent()
926 std::make_shared<C2SoftVpxDec::IntfImpl>(mHelper)), in createComponent()
936 new SimpleInterface<C2SoftVpxDec::IntfImpl>( in createInterface()
938 std::make_shared<C2SoftVpxDec::IntfImpl>(mHelper)), in createInterface()