Searched refs:src_x_offset (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/platform/sti/bdisp/
H A Dbdisp-hw.c455 * @src_x_offset: x offset in the source image
465 enum bdisp_target_plan t_plan, int src_x_offset) bdisp_hw_build_node()
481 /* Adjust src and dst areas wrt src_x_offset */ bdisp_hw_build_node()
482 src_rect.left += src_x_offset; bdisp_hw_build_node()
483 src_rect.width -= src_x_offset; bdisp_hw_build_node()
486 dst_x_offset = (src_x_offset * dst_width) / ctx->src.crop.width; bdisp_hw_build_node()
701 int src_x_offset = 0; bdisp_hw_build_all_nodes() local
718 src_x_offset); bdisp_hw_build_all_nodes()
726 BDISP_CBCR, src_x_offset); bdisp_hw_build_all_nodes()
732 src_x_offset += MAX_SRC_WIDTH; bdisp_hw_build_all_nodes()
733 if (src_x_offset >= ctx->src.crop.width) bdisp_hw_build_all_nodes()
462 bdisp_hw_build_node(struct bdisp_ctx *ctx, struct bdisp_op_cfg *cfg, struct bdisp_node *node, enum bdisp_target_plan t_plan, int src_x_offset) bdisp_hw_build_node() argument
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c542 unsigned int src_x_offset, src_y_offset, dst_x_offset, dst_y_offset; mixer_graph_buffer() local
581 src_x_offset = 0; mixer_graph_buffer()
615 val = MXR_GRP_SXY_SX(src_x_offset); mixer_graph_buffer()

Completed in 62 milliseconds