Searched refs:hw_flag (Results 1 – 7 of 7) sorted by relevance
82 RK_U32 hw_flag = 0; in hal_jpegd_init() local91 hw_flag = mpp_get_vcodec_type(); in hal_jpegd_init()97 if (hw_flag & (1 << hw_type)) { in hal_jpegd_init()102 hw_type, hw_flag); in hal_jpegd_init()106 if (hw_flag & HAVE_VDPU2) in hal_jpegd_init()108 if (hw_flag & HAVE_VDPU1) in hal_jpegd_init()110 if (hw_flag & HAVE_JPEG_DEC) in hal_jpegd_init()
51 RK_U32 hw_flag = 0; in hal_vpu_mpg4d_init() local59 hw_flag = mpp_get_vcodec_type(); in hal_vpu_mpg4d_init()60 mpp_assert(hw_flag & (HAVE_VDPU2 | HAVE_VDPU1)); in hal_vpu_mpg4d_init()62 if (hw_flag & HAVE_VDPU2) in hal_vpu_mpg4d_init()64 if (hw_flag & HAVE_VDPU1) in hal_vpu_mpg4d_init()
59 RK_U32 hw_flag = 0; in hal_m2vd_init() local69 hw_flag = mpp_get_vcodec_type(); in hal_m2vd_init()70 if (hw_flag & HAVE_VDPU1) in hal_m2vd_init()72 if (hw_flag & HAVE_VDPU2) in hal_m2vd_init()
68 RK_U32 hw_flag = 0; in hal_h263d_init() local78 hw_flag = mpp_get_vcodec_type(); in hal_h263d_init()79 if (hw_flag & HAVE_VDPU2) in hal_h263d_init()81 if (hw_flag & HAVE_VDPU1) in hal_h263d_init()
53 RK_U32 hw_flag = mpp_get_vcodec_type(); in hal_vp8e_init() local54 if (hw_flag & HAVE_VEPU2) { in hal_vp8e_init()57 } else if (hw_flag & HAVE_VEPU1) { in hal_vp8e_init()61 mpp_err_f("Failed to init due to unsupported hard mode, hw_flag = %d\n", hw_flag); in hal_vp8e_init()
102 RK_U32 hw_flag = 0; in hal_vp8d_init() local110 hw_flag = mpp_get_vcodec_type(); in hal_vp8d_init()111 if (hw_flag & HAVE_VDPU1) in hal_vp8d_init()113 if (hw_flag & HAVE_VDPU2) in hal_vp8d_init()
50 RK_U32 hw_flag = HAVE_VDPU1 | HAVE_VDPU2 | HAVE_VDPU1_PP | HAVE_VDPU2_PP; in init_hard_platform() local52 if (!(vcodec_type & hw_flag )) in init_hard_platform()54 coding, vcodec_type, hw_flag); in init_hard_platform()