Home
last modified time | relevance | path

Searched refs:fast_parse (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec.cpp69 if (!p->parser_fast_mode && base->fast_parse) { in mpp_dec_update_cfg()
71 base->fast_parse = 0; in mpp_dec_update_cfg()
75 p->parser_fast_mode = base->fast_parse; in mpp_dec_update_cfg()
504 dst_base->fast_parse = src_base->fast_parse; in mpp_dec_set_cfg()
673 if (dec_cfg->base.fast_parse && support_fast_mode) { in mpp_dec_init()
677 dec_cfg->base.fast_parse = 0; in mpp_dec_init()
1017 cfg->fast_parse = (param) ? (*((RK_U32 *)param)) : (0); in mpp_dec_set_cfg_by_cmd()
1019 dec_dbg_func("fast parse mode %d\n", cfg->fast_parse); in mpp_dec_set_cfg_by_cmd()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_dec_cfg.cpp117 …ENTRY(base, fast_parse, U32, RK_U32, MPP_DEC_CFG_CHANGE_FAST_PARSE, base, fast…
267 cfg->base.fast_parse = 1; in mpp_dec_cfg_set_default()
/OK3568_Linux_fs/external/mpp/mpp/inc/
H A Dmpp_dec_cfg.h70 RK_U32 fast_parse; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_api.c118 p_hal->fast_mode = cfg->cfg->base.fast_parse; in hal_avs2d_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_api.c65 p->fast_mode = cfg->cfg->base.fast_parse && cfg->support_fast_mode; in hal_vp9d_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_api.c74 p->fast_mode = cfg->cfg->base.fast_parse; in hal_h265d_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_api.c77 p_hal->fast_mode = cfg->cfg->base.fast_parse && cfg->support_fast_mode; in hal_av1d_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c208 p_hal->fast_mode = cfg->cfg->base.fast_parse; in hal_h264d_init()