Home | History | Annotate | Download | only in libhwc

Lines Matching defs:dest_h

384     int dest_w, dest_h;
387 dest_h = WIDTH(layer.displayFrame);
390 dest_h = HEIGHT(layer.displayFrame);
394 align_crop_and_center(dest_w, dest_h, NULL,
408 src_h < dest_h * max_downscale &&
409 dest_h <= src_h * max_upscale &&