Searched refs:hw_offset (Results 1 – 4 of 4) sorted by relevance
55 VepuOffsetCfg hw_offset; member201 VepuOffsetCfg *hw_offset = &ctx->hw_offset; in hal_h264e_vepu1_get_task_v2() local231 hw_offset->fmt = prep->format; in hal_h264e_vepu1_get_task_v2()232 hw_offset->width = prep->width; in hal_h264e_vepu1_get_task_v2()233 hw_offset->height = prep->height; in hal_h264e_vepu1_get_task_v2()234 hw_offset->hor_stride = prep->hor_stride; in hal_h264e_vepu1_get_task_v2()235 hw_offset->ver_stride = prep->ver_stride; in hal_h264e_vepu1_get_task_v2()236 hw_offset->offset_x = mpp_frame_get_offset_x(task->frame); in hal_h264e_vepu1_get_task_v2()237 hw_offset->offset_y = mpp_frame_get_offset_y(task->frame); in hal_h264e_vepu1_get_task_v2()239 get_vepu_offset_cfg(hw_offset); in hal_h264e_vepu1_get_task_v2()[all …]
55 VepuOffsetCfg hw_offset; member202 VepuOffsetCfg *hw_offset = &ctx->hw_offset; in hal_h264e_vepu2_get_task_v2() local232 hw_offset->fmt = prep->format; in hal_h264e_vepu2_get_task_v2()233 hw_offset->width = prep->width; in hal_h264e_vepu2_get_task_v2()234 hw_offset->height = prep->height; in hal_h264e_vepu2_get_task_v2()235 hw_offset->hor_stride = prep->hor_stride; in hal_h264e_vepu2_get_task_v2()236 hw_offset->ver_stride = prep->ver_stride; in hal_h264e_vepu2_get_task_v2()237 hw_offset->offset_x = mpp_frame_get_offset_x(task->frame); in hal_h264e_vepu2_get_task_v2()238 hw_offset->offset_y = mpp_frame_get_offset_y(task->frame); in hal_h264e_vepu2_get_task_v2()240 get_vepu_offset_cfg(hw_offset); in hal_h264e_vepu2_get_task_v2()[all …]
1357 VepuOffsetCfg hw_offset; in hal_vp8e_enc_strm_code() local1371 hw_offset.fmt = prep->format; in hal_vp8e_enc_strm_code()1373 hw_offset.width = prep->width; in hal_vp8e_enc_strm_code()1374 hw_offset.height = prep->height; in hal_vp8e_enc_strm_code()1375 hw_offset.hor_stride = prep->hor_stride; in hal_vp8e_enc_strm_code()1376 hw_offset.ver_stride = prep->ver_stride; in hal_vp8e_enc_strm_code()1377 hw_offset.offset_x = mpp_frame_get_offset_x(task->frame); in hal_vp8e_enc_strm_code()1378 hw_offset.offset_y = mpp_frame_get_offset_y(task->frame); in hal_vp8e_enc_strm_code()1380 get_vepu_offset_cfg(&hw_offset); in hal_vp8e_enc_strm_code()1389 hw_cfg->input_lum_offset = hw_offset.offset_byte[0]; in hal_vp8e_enc_strm_code()[all …]
229 u32 dw_count, *host_addr, hw_offset; in qed_memcpy_hw() local239 hw_offset = qed_ptt_get_bar_addr(p_ptt); in qed_memcpy_hw()241 hw_offset = hw_addr + done; in qed_memcpy_hw()246 reg_addr = (u32 __iomem *)REG_ADDR(p_hwfn, hw_offset); in qed_memcpy_hw()