Lines Matching refs:width
337 src_w = ctx->src.crop.width; in bdisp_hw_get_hv_inc()
339 dst_w = ctx->dst.crop.width; in bdisp_hw_get_hv_inc()
369 if (src->width > MAX_SRC_WIDTH * MAX_VERTICAL_STRIDES) { in bdisp_hw_get_op_cfg()
374 c->wide = src->width > MAX_SRC_WIDTH; in bdisp_hw_get_op_cfg()
473 s32 dst_width = dst->crop.width; in bdisp_hw_build_node()
483 src_rect.width -= src_x_offset; in bdisp_hw_build_node()
484 src_rect.width = min_t(__s32, MAX_SRC_WIDTH, src_rect.width); in bdisp_hw_build_node()
486 dst_x_offset = (src_x_offset * dst_width) / ctx->src.crop.width; in bdisp_hw_build_node()
488 dst_rect.width = (src_rect.width * dst_width) / ctx->src.crop.width; in bdisp_hw_build_node()
545 dst_rect.width /= 2; in bdisp_hw_build_node()
557 node->tsz = dst_rect.height << 16 | dst_rect.width; in bdisp_hw_build_node()
576 node->s2sz = src_rect.height << 16 | src_rect.width; in bdisp_hw_build_node()
583 src_rect.width /= 2; in bdisp_hw_build_node()
598 node->s2sz = src_rect.height << 16 | src_rect.width; in bdisp_hw_build_node()
733 if (src_x_offset >= ctx->src.crop.width) in bdisp_hw_build_all_nodes()