Searched refs:hw_offset (Results 1 – 3 of 3) sorted by relevance
56 VepuOffsetCfg hw_offset; member202 VepuOffsetCfg *hw_offset = &ctx->hw_offset; in hal_h264e_vepu1_get_task_v2() local233 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 …]
56 VepuOffsetCfg hw_offset; member203 VepuOffsetCfg *hw_offset = &ctx->hw_offset; in hal_h264e_vepu2_get_task_v2() local234 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 …]
1363 VepuOffsetCfg hw_offset; in hal_vp8e_enc_strm_code() local1377 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 …]