Searched refs:hw_prep (Results 1 – 2 of 2) sorted by relevance
51 HalH264eVepuPrep hw_prep; member198 HalH264eVepuPrep *hw_prep = &ctx->hw_prep; in hal_h264e_vepu1_get_task_v2() local210 h264e_vepu_prep_setup(hw_prep, prep); in hal_h264e_vepu1_get_task_v2()221 h264e_vepu_prep_get_addr(hw_prep, task->input, &hw_addr->orig); in hal_h264e_vepu1_get_task_v2()288 HalH264eVepuPrep *hw_prep = &ctx->hw_prep; in hal_h264e_vepu1_gen_regs_v2() local305 if (hw_prep->rotation) { in hal_h264e_vepu1_gen_regs_v2()344 | VEPU_REG_INPUT_SWAP16_(hw_prep->swap_16_in) in hal_h264e_vepu1_gen_regs_v2()347 | VEPU_REG_INPUT_SWAP32_(hw_prep->swap_32_in) in hal_h264e_vepu1_gen_regs_v2()349 | VEPU_REG_INPUT_SWAP8_(hw_prep->swap_8_in); in hal_h264e_vepu1_gen_regs_v2()374 RK_U32 overfill_r = (hw_prep->src_w & 0x0f) ? in hal_h264e_vepu1_gen_regs_v2()[all …]
51 HalH264eVepuPrep hw_prep; member199 HalH264eVepuPrep *hw_prep = &ctx->hw_prep; in hal_h264e_vepu2_get_task_v2() local211 h264e_vepu_prep_setup(hw_prep, prep); in hal_h264e_vepu2_get_task_v2()222 h264e_vepu_prep_get_addr(hw_prep, task->input, &hw_addr->orig); in hal_h264e_vepu2_get_task_v2()338 HalH264eVepuPrep *hw_prep = &ctx->hw_prep; in hal_h264e_vepu2_gen_regs_v2() local355 if (hw_prep->rotation) { in hal_h264e_vepu2_gen_regs_v2()415 RK_U32 overfill_r = (hw_prep->src_w & 0x0f) ? in hal_h264e_vepu2_gen_regs_v2()416 ((16 - (hw_prep->src_w & 0x0f)) / 4) : 0; in hal_h264e_vepu2_gen_regs_v2()418 RK_U32 overfill_b = (hw_prep->src_h & 0x0f) ? in hal_h264e_vepu2_gen_regs_v2()419 (16 - (hw_prep->src_h & 0x0f)) : 0; in hal_h264e_vepu2_gen_regs_v2()[all …]