Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp206 T w_orig = w, h_orig = h; in align_crop_and_center() local
212 crop->top = (h - h_orig) / 2; in align_crop_and_center()
214 crop->bottom = crop->top + h_orig; in align_crop_and_center()
/hardware/ti/omap4xxx/camera/
DCameraHal.cpp247 int w_orig, h_orig; in setParameters() local