Searched refs:dst_x_offset (Results 1 – 6 of 6) sorted by relevance
767 int dst_x_offset; in bdisp_hw_build_node() local781 dst_x_offset = (src_x_offset * dst_width) / ctx->src.crop.width; in bdisp_hw_build_node()782 dst_rect.left += dst_x_offset; in bdisp_hw_build_node()843 dst_x_offset /= 2; in bdisp_hw_build_node()849 node->txy |= cfg->hflip ? (dst_width - dst_x_offset - 1) : in bdisp_hw_build_node()
40 uint32_t dst_x_offset: 13; member
1190 uint32_t dst_x_offset; in hubp1_cursor_set_position() local1227 dst_x_offset = (src_x_offset >= 0) ? src_x_offset : 0; in hubp1_cursor_set_position()1228 dst_x_offset *= param->ref_clk_khz; in hubp1_cursor_set_position()1229 dst_x_offset /= param->pixel_clk_khz; in hubp1_cursor_set_position()1234 dst_x_offset = dc_fixpt_floor(dc_fixpt_div( in hubp1_cursor_set_position()1235 dc_fixpt_from_int(dst_x_offset), in hubp1_cursor_set_position()1265 CURSOR_DST_X_OFFSET, dst_x_offset); in hubp1_cursor_set_position()
984 uint32_t dst_x_offset; in hubp2_cursor_set_position() local1021 dst_x_offset = (src_x_offset >= 0) ? src_x_offset : 0; in hubp2_cursor_set_position()1022 dst_x_offset *= param->ref_clk_khz; in hubp2_cursor_set_position()1023 dst_x_offset /= param->pixel_clk_khz; in hubp2_cursor_set_position()1028 dst_x_offset = dc_fixpt_floor(dc_fixpt_div( in hubp2_cursor_set_position()1029 dc_fixpt_from_int(dst_x_offset), in hubp2_cursor_set_position()1059 CURSOR_DST_X_OFFSET, dst_x_offset); in hubp2_cursor_set_position()1067 hubp->pos.dst_offset.bits.dst_x_offset = dst_x_offset; in hubp2_cursor_set_position()
610 unsigned int dst_x_offset, dst_y_offset; in mixer_graph_buffer() local647 dst_x_offset = state->crtc.x; in mixer_graph_buffer()672 val = MXR_GRP_DXY_DX(dst_x_offset); in mixer_graph_buffer()
2555 uint32_t dst_x_offset: 13; member