Home
last modified time | relevance | path

Searched refs:support_fast_mode (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_api.c54 cfg->support_fast_mode = 1; in hal_vp9d_init()
57 cfg->support_fast_mode = 1; in hal_vp9d_init()
60 cfg->support_fast_mode = 1; in hal_vp9d_init()
62 cfg->support_fast_mode = 0; in hal_vp9d_init()
65 cfg->support_fast_mode = 0; in hal_vp9d_init()
71 p->fast_mode = cfg->cfg->base.fast_parse && cfg->support_fast_mode; in hal_vp9d_init()
/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_api.c108 cfg->support_fast_mode = 1; in hal_avs2d_init()
115 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.c82 cfg->support_fast_mode = 0; in hal_av1d_init()
87 p_hal->fast_mode = cfg->cfg->base.fast_parse && cfg->support_fast_mode; in hal_av1d_init()
/rockchip-linux_mpp/mpp/hal/inc/
H A Dmpp_hal.h51 RK_S32 support_fast_mode; member
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec.c506 RK_U32 support_fast_mode = 0; in mpp_dec_init() local
585 support_fast_mode = hal_cfg.support_fast_mode; in mpp_dec_init()
587 if (dec_cfg->base.fast_parse && support_fast_mode) { in mpp_dec_init()
594 dec_cfg->status.hal_support_fast_mode = support_fast_mode; in mpp_dec_init()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_api.c81 cfg->support_fast_mode = 1; in hal_h265d_init()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c317 cfg->support_fast_mode = 1; in hal_h264d_init()