Home
last modified time | relevance | path

Searched refs:hw_type (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_api.c70 RK_S32 hw_type = -1; in hal_jpegd_init() local
83 hw_type = base->hw_type; in hal_jpegd_init()
85 if (hw_type > 0) { in hal_jpegd_init()
86 if (hw_flag & (1 << hw_type)) { in hal_jpegd_init()
87 mpp_log("init with %s hw\n", strof_client_type(hw_type)); in hal_jpegd_init()
88 client_type = hw_type; in hal_jpegd_init()
91 hw_type, hw_flag); in hal_jpegd_init()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c255 RK_S32 hw_type = -1; in hal_h264d_init() local
269 hw_type = base->hw_type; in hal_h264d_init()
271 if (hw_type > 0) { in hal_h264d_init()
272 if (vcodec_type & (1 << hw_type)) { in hal_h264d_init()
273 mpp_log("init with %s hw\n", strof_client_type(hw_type)); in hal_h264d_init()
274 client_type = hw_type; in hal_h264d_init()
277 hw_type, vcodec_type); in hal_h264d_init()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_dec_cfg.c30 ENTRY(prefix, u32, rk_u32, hw_type, FLAG_INCR, base, hw_type) \
65 cfg->base.hw_type = -1; in mpp_dec_cfg_set_default()
/rockchip-linux_mpp/mpp/inc/
H A Dmpp_dec_cfg.h81 RK_S32 hw_type; member