Searched refs:src_x_offset (Results 1 – 4 of 4) sorted by relevance
760 enum bdisp_target_plan t_plan, int src_x_offset) in bdisp_hw_build_node() argument777 src_rect.left += src_x_offset; in bdisp_hw_build_node()778 src_rect.width -= src_x_offset; in bdisp_hw_build_node()781 dst_x_offset = (src_x_offset * dst_width) / ctx->src.crop.width; in bdisp_hw_build_node()996 int src_x_offset = 0; in bdisp_hw_build_all_nodes() local1013 src_x_offset); in bdisp_hw_build_all_nodes()1021 BDISP_CBCR, src_x_offset); in bdisp_hw_build_all_nodes()1027 src_x_offset += MAX_SRC_WIDTH; in bdisp_hw_build_all_nodes()1028 if (src_x_offset >= ctx->src.crop.width) in bdisp_hw_build_all_nodes()
443 int src_x_offset = x_pos - pos->x_hotspot; in dpp1_set_cursor_position() local456 src_x_offset = x_pos - (cursor_width - x_hotspot); in dpp1_set_cursor_position()460 src_x_offset = x_pos - x_hotspot; in dpp1_set_cursor_position()466 src_x_offset = x_pos - (cursor_width - x_hotspot); in dpp1_set_cursor_position()471 if (src_x_offset >= (int)param->viewport.width) in dpp1_set_cursor_position()474 if (src_x_offset + cursor_width <= 0) in dpp1_set_cursor_position()
1186 int src_x_offset = x_pos - pos->x_hotspot; in hubp1_cursor_set_position() local1212 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp1_cursor_set_position()1216 src_x_offset = x_pos - x_hotspot; in hubp1_cursor_set_position()1222 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp1_cursor_set_position()1227 dst_x_offset = (src_x_offset >= 0) ? src_x_offset : 0; in hubp1_cursor_set_position()1238 if (src_x_offset >= (int)param->viewport.width) in hubp1_cursor_set_position()1241 if (src_x_offset + cursor_width <= 0) in hubp1_cursor_set_position()
980 int src_x_offset = x_pos - pos->x_hotspot; in hubp2_cursor_set_position() local1006 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp2_cursor_set_position()1010 src_x_offset = x_pos - x_hotspot; in hubp2_cursor_set_position()1016 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp2_cursor_set_position()1021 dst_x_offset = (src_x_offset >= 0) ? src_x_offset : 0; in hubp2_cursor_set_position()1032 if (src_x_offset >= (int)param->viewport.width) in hubp2_cursor_set_position()1035 if (src_x_offset + cursor_width <= 0) in hubp2_cursor_set_position()1073 if (src_x_offset < 0) in hubp2_cursor_set_position()1074 src_x_offset = 0; in hubp2_cursor_set_position()1078 hubp->cur_rect.x = src_x_offset + param->viewport.x; in hubp2_cursor_set_position()