Home
last modified time | relevance | path

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

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