Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/librotator/
Dexynos_rotator.c266 unsigned int *new_h; in m_exynos_rotator_check_dst_size() local
272 new_h = w; in m_exynos_rotator_check_dst_size()
277 new_h = h; in m_exynos_rotator_check_dst_size()
299 *new_h = ALIGN(*new_h, 16); in m_exynos_rotator_check_dst_size()
306 *new_h = ALIGN(*new_h, 8); in m_exynos_rotator_check_dst_size()
325 *new_h = ALIGN(*new_h, 4); in m_exynos_rotator_check_dst_size()
/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c248 unsigned int *new_h; in m_exynos_gsc_check_dst_size() local
253 new_h = h; in m_exynos_gsc_check_dst_size()
278 *new_h = m_exynos_gsc_multiple_of_n(*new_h, 2); in m_exynos_gsc_check_dst_size()