Searched defs:dest_w (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp361 static bool dst_crop_w_aligned(int dest_w) argument
368 return (dest_w % dst_crop_w_alignement) == 0;
384 int dest_w, dest_h; local
386 dest_w = HEIGHT(layer.displayFrame);
389 dest_w = WIDTH(layer.displayFrame);
394 align_crop_and_center(dest_w, dest_h, NULL,
401 dst_crop_w_aligned(dest_w) &&
404 src_w < dest_w * max_downscale &&
405 dest_w <= src_w * max_upscale &&

Completed in 22 milliseconds