Lines Matching refs:C2SoftAvcDec
39 class C2SoftAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
321 C2SoftAvcDec::C2SoftAvcDec( in C2SoftAvcDec() function in android::C2SoftAvcDec
337 C2SoftAvcDec::~C2SoftAvcDec() { in ~C2SoftAvcDec()
341 c2_status_t C2SoftAvcDec::onInit() { in onInit()
346 c2_status_t C2SoftAvcDec::onStop() { in onStop()
352 void C2SoftAvcDec::onReset() { in onReset()
356 void C2SoftAvcDec::onRelease() { in onRelease()
367 c2_status_t C2SoftAvcDec::onFlush_sm() { in onFlush_sm()
397 status_t C2SoftAvcDec::createDecoder() { in createDecoder()
424 status_t C2SoftAvcDec::setNumCores() { in setNumCores()
444 status_t C2SoftAvcDec::setParams(size_t stride, IVD_VIDEO_DECODE_MODE_T dec_mode) { in setParams()
467 void C2SoftAvcDec::getVersion() { in getVersion()
490 status_t C2SoftAvcDec::initDecoder() { in initDecoder()
503 bool C2SoftAvcDec::setDecodeArgs(ivd_video_decode_ip_t *ps_decode_ip, in setDecodeArgs()
549 bool C2SoftAvcDec::getVuiParams() { in getVuiParams()
598 status_t C2SoftAvcDec::setFlushMode() { in setFlushMode()
617 status_t C2SoftAvcDec::resetDecoder() { in resetDecoder()
640 void C2SoftAvcDec::resetPlugin() { in resetPlugin()
646 status_t C2SoftAvcDec::deleteDecoder() { in deleteDecoder()
680 void C2SoftAvcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
703 c2_status_t C2SoftAvcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState()
737 void C2SoftAvcDec::process( in process()
882 c2_status_t C2SoftAvcDec::drainInternal( in drainInternal()
927 c2_status_t C2SoftAvcDec::drain( in drain()
944 new C2SoftAvcDec(COMPONENT_NAME, in createComponent()
946 std::make_shared<C2SoftAvcDec::IntfImpl>(mHelper)), in createComponent()
956 new SimpleInterface<C2SoftAvcDec::IntfImpl>( in createInterface()
957 COMPONENT_NAME, id, std::make_shared<C2SoftAvcDec::IntfImpl>(mHelper)), in createInterface()