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

/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp247 int w_orig, h_orig; local
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp222 T w_orig = w, h_orig = h; local
227 crop->left = (w - w_orig) / 2;
229 crop->right = crop->left + w_orig;

Completed in 54 milliseconds