Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_dec_cfg.c34 ENTRY(prefix, u32, rk_u32, fast_parse, FLAG_INCR, base, fast_parse) \
66 cfg->base.fast_parse = 1; in mpp_dec_cfg_set_default()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec.c58 if (!p->parser_fast_mode && base->fast_parse) { in mpp_dec_update_cfg()
60 base->fast_parse = 0; in mpp_dec_update_cfg()
64 p->parser_fast_mode = base->fast_parse; in mpp_dec_update_cfg()
587 if (dec_cfg->base.fast_parse && support_fast_mode) { in mpp_dec_init()
591 dec_cfg->base.fast_parse = 0; in mpp_dec_init()
936 dec_dbg_func("fast parse mode %d\n", base->fast_parse); in mpp_dec_set_cfg_by_cmd()
/rockchip-linux_mpp/mpp/inc/
H A Dmpp_dec_cfg.h86 RK_U32 fast_parse; member
/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_api.c115 p_hal->fast_mode = cfg->cfg->base.fast_parse && cfg->support_fast_mode; in hal_avs2d_init()
/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dhal_av1d_api_v2.c87 p_hal->fast_mode = cfg->cfg->base.fast_parse && cfg->support_fast_mode; in hal_av1d_init()
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_api.c71 p->fast_mode = cfg->cfg->base.fast_parse && cfg->support_fast_mode; in hal_vp9d_init()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_api.c86 p->fast_mode = cfg->cfg->base.fast_parse; in hal_h265d_init()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c345 p_hal->fast_mode = cfg->cfg->base.fast_parse; in hal_h264d_init()