Searched refs:hw_prep (Results 1 – 2 of 2) sorted by relevance
52 HalH264eVepuPrep hw_prep; member199 HalH264eVepuPrep *hw_prep = &ctx->hw_prep; in hal_h264e_vepu1_get_task_v2() local211 if (h264e_vepu_prep_setup(hw_prep, prep)) in hal_h264e_vepu1_get_task_v2()223 h264e_vepu_prep_get_addr(hw_prep, task->input, &hw_addr->orig); in hal_h264e_vepu1_get_task_v2()290 HalH264eVepuPrep *hw_prep = &ctx->hw_prep; in hal_h264e_vepu1_gen_regs_v2() local307 if (hw_prep->rotation) { in hal_h264e_vepu1_gen_regs_v2()346 | VEPU_REG_INPUT_SWAP16_(hw_prep->swap_16_in) in hal_h264e_vepu1_gen_regs_v2()349 | VEPU_REG_INPUT_SWAP32_(hw_prep->swap_32_in) in hal_h264e_vepu1_gen_regs_v2()351 | VEPU_REG_INPUT_SWAP8_(hw_prep->swap_8_in); in hal_h264e_vepu1_gen_regs_v2()376 RK_U32 overfill_r = (hw_prep->src_w & 0x0f) ? in hal_h264e_vepu1_gen_regs_v2()[all …]
52 HalH264eVepuPrep hw_prep; member200 HalH264eVepuPrep *hw_prep = &ctx->hw_prep; in hal_h264e_vepu2_get_task_v2() local212 if (h264e_vepu_prep_setup(hw_prep, prep)) in hal_h264e_vepu2_get_task_v2()224 h264e_vepu_prep_get_addr(hw_prep, task->input, &hw_addr->orig); in hal_h264e_vepu2_get_task_v2()340 HalH264eVepuPrep *hw_prep = &ctx->hw_prep; in hal_h264e_vepu2_gen_regs_v2() local357 if (hw_prep->rotation) { in hal_h264e_vepu2_gen_regs_v2()417 RK_U32 overfill_r = (hw_prep->src_w & 0x0f) ? in hal_h264e_vepu2_gen_regs_v2()418 ((16 - (hw_prep->src_w & 0x0f)) / 4) : 0; in hal_h264e_vepu2_gen_regs_v2()420 RK_U32 overfill_b = (hw_prep->src_h & 0x0f) ? in hal_h264e_vepu2_gen_regs_v2()421 (16 - (hw_prep->src_h & 0x0f)) : 0; in hal_h264e_vepu2_gen_regs_v2()[all …]