Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_api.c51 cfg->support_fast_mode = 1; in hal_vp9d_init()
54 cfg->support_fast_mode = 1; in hal_vp9d_init()
59 cfg->support_fast_mode = 0; in hal_vp9d_init()
65 p->fast_mode = cfg->cfg->base.fast_parse && cfg->support_fast_mode; in hal_vp9d_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_api.c72 cfg->support_fast_mode = 0; in hal_av1d_init()
77 p_hal->fast_mode = cfg->cfg->base.fast_parse && cfg->support_fast_mode; in hal_av1d_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dmpp_hal.h51 RK_S32 support_fast_mode; member
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec.cpp600 RK_U32 support_fast_mode = 0; in mpp_dec_init() local
671 support_fast_mode = hal_cfg.support_fast_mode; in mpp_dec_init()
673 if (dec_cfg->base.fast_parse && support_fast_mode) { in mpp_dec_init()
680 dec_cfg->status.hal_support_fast_mode = support_fast_mode; in mpp_dec_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_api.c69 cfg->support_fast_mode = 1; in hal_h265d_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c166 cfg->support_fast_mode = 1; in hal_h264d_init()