Home
last modified time | relevance | path

Searched refs:dst_x_offset (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/platform/sti/bdisp/
Dbdisp-hw.c472 int dst_x_offset; in bdisp_hw_build_node() local
486 dst_x_offset = (src_x_offset * dst_width) / ctx->src.crop.width; in bdisp_hw_build_node()
487 dst_rect.left += dst_x_offset; in bdisp_hw_build_node()
548 dst_x_offset /= 2; in bdisp_hw_build_node()
554 node->txy |= cfg->hflip ? (dst_width - dst_x_offset - 1) : in bdisp_hw_build_node()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_mixer.c542 unsigned int src_x_offset, src_y_offset, dst_x_offset, dst_y_offset; in mixer_graph_buffer() local
574 dst_x_offset = plane->crtc_x; in mixer_graph_buffer()
620 val = MXR_GRP_DXY_DX(dst_x_offset); in mixer_graph_buffer()