Home
last modified time | relevance | path

Searched refs:hw_offset (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c56 VepuOffsetCfg hw_offset; member
202 VepuOffsetCfg *hw_offset = &ctx->hw_offset; in hal_h264e_vepu1_get_task_v2() local
233 hw_offset->fmt = prep->format; in hal_h264e_vepu1_get_task_v2()
234 hw_offset->width = prep->width; in hal_h264e_vepu1_get_task_v2()
235 hw_offset->height = prep->height; in hal_h264e_vepu1_get_task_v2()
236 hw_offset->hor_stride = prep->hor_stride; in hal_h264e_vepu1_get_task_v2()
237 hw_offset->ver_stride = prep->ver_stride; in hal_h264e_vepu1_get_task_v2()
238 hw_offset->offset_x = mpp_frame_get_offset_x(task->frame); in hal_h264e_vepu1_get_task_v2()
239 hw_offset->offset_y = mpp_frame_get_offset_y(task->frame); in hal_h264e_vepu1_get_task_v2()
241 get_vepu_offset_cfg(hw_offset); in hal_h264e_vepu1_get_task_v2()
[all …]
H A Dhal_h264e_vepu2_v2.c56 VepuOffsetCfg hw_offset; member
203 VepuOffsetCfg *hw_offset = &ctx->hw_offset; in hal_h264e_vepu2_get_task_v2() local
234 hw_offset->fmt = prep->format; in hal_h264e_vepu2_get_task_v2()
235 hw_offset->width = prep->width; in hal_h264e_vepu2_get_task_v2()
236 hw_offset->height = prep->height; in hal_h264e_vepu2_get_task_v2()
237 hw_offset->hor_stride = prep->hor_stride; in hal_h264e_vepu2_get_task_v2()
238 hw_offset->ver_stride = prep->ver_stride; in hal_h264e_vepu2_get_task_v2()
239 hw_offset->offset_x = mpp_frame_get_offset_x(task->frame); in hal_h264e_vepu2_get_task_v2()
240 hw_offset->offset_y = mpp_frame_get_offset_y(task->frame); in hal_h264e_vepu2_get_task_v2()
242 get_vepu_offset_cfg(hw_offset); in hal_h264e_vepu2_get_task_v2()
[all …]
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c1363 VepuOffsetCfg hw_offset; in hal_vp8e_enc_strm_code() local
1377 hw_offset.fmt = prep->format; in hal_vp8e_enc_strm_code()
1379 hw_offset.width = prep->width; in hal_vp8e_enc_strm_code()
1380 hw_offset.height = prep->height; in hal_vp8e_enc_strm_code()
1381 hw_offset.hor_stride = prep->hor_stride; in hal_vp8e_enc_strm_code()
1382 hw_offset.ver_stride = prep->ver_stride; in hal_vp8e_enc_strm_code()
1383 hw_offset.offset_x = mpp_frame_get_offset_x(task->frame); in hal_vp8e_enc_strm_code()
1384 hw_offset.offset_y = mpp_frame_get_offset_y(task->frame); in hal_vp8e_enc_strm_code()
1386 get_vepu_offset_cfg(&hw_offset); in hal_vp8e_enc_strm_code()
1395 hw_cfg->input_lum_offset = hw_offset.offset_byte[0]; in hal_vp8e_enc_strm_code()
[all …]