Lines Matching refs:dst_h
482 int src_w, src_h, dst_w, dst_h;
522 dst_h = c->hvsrc.output_picture_size >> 16;
523 seq_printf(s, "\t%dx%d", dst_w, dst_h);
542 if (dst_h > src_h)
543 seq_printf(s, " %d/1", dst_h / src_h);
545 seq_printf(s, " 1/%d", src_h / dst_h);
720 * @dst_h: destination height
737 int dst_w, int dst_h)
745 inv_zy = DIV_ROUND_UP(src_h, dst_h);
1032 int dst_x, dst_y, dst_w, dst_h;
1047 dst_h = clamp_val(new_plane_state->crtc_h, 0, mode->vdisplay - dst_y);
1056 dst_w, dst_h)) {
1071 dst_h = ALIGN(dst_h, 2);
1076 (dst_h > MAX_HEIGHT) || (dst_h < MIN_HEIGHT)) {
1079 dst_w, dst_h);
1110 dst_w, dst_h, dst_x, dst_y,
1128 int dst_x, dst_y, dst_w, dst_h;
1157 dst_h = clamp_val(newstate->crtc_h, 0, mode->vdisplay - dst_y);
1203 dst_h = ALIGN(dst_h, 2);
1207 cmd->hvsrc.output_picture_size = dst_h << 16 | dst_w;
1232 scale_v = SCALE_FACTOR * dst_h / src_h;