Lines Matching refs:C2SoftAvcDec
41 class C2SoftAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
331 C2SoftAvcDec::C2SoftAvcDec( in C2SoftAvcDec() function in android::C2SoftAvcDec
349 C2SoftAvcDec::~C2SoftAvcDec() { in ~C2SoftAvcDec()
353 c2_status_t C2SoftAvcDec::onInit() { in onInit()
358 c2_status_t C2SoftAvcDec::onStop() { in onStop()
364 void C2SoftAvcDec::onReset() { in onReset()
368 void C2SoftAvcDec::onRelease() { in onRelease()
379 c2_status_t C2SoftAvcDec::onFlush_sm() { in onFlush_sm()
409 status_t C2SoftAvcDec::createDecoder() { in createDecoder()
436 status_t C2SoftAvcDec::setNumCores() { in setNumCores()
456 status_t C2SoftAvcDec::setParams(size_t stride, IVD_VIDEO_DECODE_MODE_T dec_mode) { in setParams()
479 void C2SoftAvcDec::getVersion() { in getVersion()
502 status_t C2SoftAvcDec::initDecoder() { in initDecoder()
515 bool C2SoftAvcDec::setDecodeArgs(ivd_video_decode_ip_t *ps_decode_ip, in setDecodeArgs()
571 bool C2SoftAvcDec::getVuiParams() { in getVuiParams()
620 status_t C2SoftAvcDec::setFlushMode() { in setFlushMode()
639 status_t C2SoftAvcDec::resetDecoder() { in resetDecoder()
662 void C2SoftAvcDec::resetPlugin() { in resetPlugin()
668 status_t C2SoftAvcDec::deleteDecoder() { in deleteDecoder()
702 void C2SoftAvcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
765 c2_status_t C2SoftAvcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState()
796 void C2SoftAvcDec::process( in process()
960 c2_status_t C2SoftAvcDec::drainInternal( in drainInternal()
1005 c2_status_t C2SoftAvcDec::drain( in drain()
1022 new C2SoftAvcDec(COMPONENT_NAME, in createComponent()
1024 std::make_shared<C2SoftAvcDec::IntfImpl>(mHelper)), in createComponent()
1034 new SimpleInterface<C2SoftAvcDec::IntfImpl>( in createInterface()
1035 COMPONENT_NAME, id, std::make_shared<C2SoftAvcDec::IntfImpl>(mHelper)), in createInterface()