Lines Matching refs:C2SoftAvcDec

47 class C2SoftAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
337 C2SoftAvcDec::C2SoftAvcDec( in C2SoftAvcDec() function in android::C2SoftAvcDec
355 C2SoftAvcDec::~C2SoftAvcDec() { in ~C2SoftAvcDec()
359 c2_status_t C2SoftAvcDec::onInit() { in onInit()
364 c2_status_t C2SoftAvcDec::onStop() { in onStop()
370 void C2SoftAvcDec::onReset() { in onReset()
374 void C2SoftAvcDec::onRelease() { in onRelease()
385 c2_status_t C2SoftAvcDec::onFlush_sm() { in onFlush_sm()
417 status_t C2SoftAvcDec::createDecoder() { in createDecoder()
445 status_t C2SoftAvcDec::setNumCores() { in setNumCores()
465 status_t C2SoftAvcDec::setParams(size_t stride, IVD_VIDEO_DECODE_MODE_T dec_mode) { in setParams()
492 void C2SoftAvcDec::getVersion() { in getVersion()
515 status_t C2SoftAvcDec::initDecoder() { in initDecoder()
528 bool C2SoftAvcDec::setDecodeArgs(ivd_video_decode_ip_t *ps_decode_ip, in setDecodeArgs()
584 bool C2SoftAvcDec::getVuiParams() { in getVuiParams()
633 status_t C2SoftAvcDec::setFlushMode() { in setFlushMode()
652 status_t C2SoftAvcDec::resetDecoder() { in resetDecoder()
675 void C2SoftAvcDec::resetPlugin() { in resetPlugin()
683 status_t C2SoftAvcDec::deleteDecoder() { in deleteDecoder()
717 void C2SoftAvcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
780 c2_status_t C2SoftAvcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState()
811 void C2SoftAvcDec::process( in process()
977 c2_status_t C2SoftAvcDec::drainInternal( in drainInternal()
1024 c2_status_t C2SoftAvcDec::drain( in drain()
1041 new C2SoftAvcDec(COMPONENT_NAME, in createComponent()
1043 std::make_shared<C2SoftAvcDec::IntfImpl>(mHelper)), in createComponent()
1053 new SimpleInterface<C2SoftAvcDec::IntfImpl>( in createInterface()
1054 COMPONENT_NAME, id, std::make_shared<C2SoftAvcDec::IntfImpl>(mHelper)), in createInterface()