Lines Matching refs:mDecCfg
132 p->mDecCfg = NULL; in mpp_ctx_create()
141 mpp_dec_cfg_init(&p->mDecCfg); in mpp_ctx_create()
142 mpp_dec_cfg_set_u32(p->mDecCfg, "base:enable_vproc", MPP_VPROC_MODE_DEINTELACE); in mpp_ctx_create()
226 mpp_dec_cfg_set_u32(mpp->mDecCfg, "base:disable_thread", mpp->mDisableThread); in mpp_ctx_init()
231 mpp->mDecCfg, in mpp_ctx_init()
383 if (mpp->mDecCfg) { in mpp_clear()
384 mpp_dec_cfg_deinit(mpp->mDecCfg); in mpp_clear()
385 mpp->mDecCfg = NULL; in mpp_clear()
1484 ret = mpp_dec_set_cfg_by_cmd(mpp->mDecCfg, cmd, param); in mpp_control_dec()
1502 ret = (MPP_RET)kmpp_obj_update(mpp->mDecCfg, param); in mpp_control_dec()
1509 ret = (MPP_RET)kmpp_obj_copy_entry(param, mpp->mDecCfg); in mpp_control_dec()