Lines Matching refs:C2SoftDav1dDec
47 class C2SoftDav1dDec::IntfImpl : public SimpleInterface<void>::BaseParams {
443 C2SoftDav1dDec::C2SoftDav1dDec(const char* name, c2_node_id_t id, in C2SoftDav1dDec() function in android::C2SoftDav1dDec
450 C2SoftDav1dDec::~C2SoftDav1dDec() { in ~C2SoftDav1dDec()
454 c2_status_t C2SoftDav1dDec::onInit() { in onInit()
458 c2_status_t C2SoftDav1dDec::onStop() { in onStop()
465 void C2SoftDav1dDec::onReset() { in onReset()
477 void C2SoftDav1dDec::flushDav1d() { in flushDav1d()
502 void C2SoftDav1dDec::onRelease() { in onRelease()
506 c2_status_t C2SoftDav1dDec::onFlush_sm() { in onFlush_sm()
528 bool C2SoftDav1dDec::initDecoder() { in initDecoder()
565 void C2SoftDav1dDec::destroyDecoder() { in destroyDecoder()
589 void C2SoftDav1dDec::finishWork(uint64_t index, const std::unique_ptr<C2Work>& work, in finishWork()
621 void C2SoftDav1dDec::process(const std::unique_ptr<C2Work>& work, in process()
778 void C2SoftDav1dDec::getHDRStaticParams(const Dav1dPicture* picture, in getHDRStaticParams()
842 void C2SoftDav1dDec::getHDR10PlusInfoData(const Dav1dPicture* picture, in getHDR10PlusInfoData()
882 void C2SoftDav1dDec::getVuiParams(const Dav1dPicture* picture) { in getVuiParams()
925 void C2SoftDav1dDec::setError(const std::unique_ptr<C2Work>& work, c2_status_t error) { in setError()
931 bool C2SoftDav1dDec::allocTmpFrameBuffer(size_t size) { in allocTmpFrameBuffer()
943 bool C2SoftDav1dDec::outputBuffer(const std::shared_ptr<C2BlockPool>& pool, in outputBuffer()
1154 c2_status_t C2SoftDav1dDec::drainInternal(uint32_t drainMode, in drainInternal()
1176 c2_status_t C2SoftDav1dDec::drain(uint32_t drainMode, const std::shared_ptr<C2BlockPool>& pool) { in drain()
1190 new C2SoftDav1dDec(COMPONENT_NAME, id, in createComponent()
1191 std::make_shared<C2SoftDav1dDec::IntfImpl>(mHelper)), in createComponent()
1200 new SimpleInterface<C2SoftDav1dDec::IntfImpl>( in createInterface()
1201 COMPONENT_NAME, id, std::make_shared<C2SoftDav1dDec::IntfImpl>(mHelper)), in createInterface()