Home
last modified time | relevance | path

Searched refs:dest_w (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp361 static bool dst_crop_w_aligned(int dest_w) in dst_crop_w_aligned() argument
368 return (dest_w % dst_crop_w_alignement) == 0; in dst_crop_w_aligned()
384 int dest_w, dest_h; in exynos5_supports_gscaler() local
386 dest_w = HEIGHT(layer.displayFrame); in exynos5_supports_gscaler()
389 dest_w = WIDTH(layer.displayFrame); in exynos5_supports_gscaler()
394 align_crop_and_center(dest_w, dest_h, NULL, in exynos5_supports_gscaler()
401 dst_crop_w_aligned(dest_w) && in exynos5_supports_gscaler()
404 src_w < dest_w * max_downscale && in exynos5_supports_gscaler()
405 dest_w <= src_w * max_upscale && in exynos5_supports_gscaler()
/hardware/intel/img/psb_video/src/
Dpsb_output.c1287 unsigned short dest_w, in psb__LinkSubpictIntoSurface() argument
1359 surface_subpic->subpic_dstw = dest_w; in psb__LinkSubpictIntoSurface()
1700 unsigned short dest_w, in psb__AssociateSubpicture() argument
1748 dest_x, dest_y, dest_w, dest_h, 1); in psb__AssociateSubpicture()