Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c525 if (0 < gsc_handle->gsc_fd) in m_exynos_gsc_destroy()
526 close(gsc_handle->gsc_fd); in m_exynos_gsc_destroy()
527 gsc_handle->gsc_fd = 0; in m_exynos_gsc_destroy()
557 gsc_handle->gsc_fd = m_exynos_gsc_m2m_create(i); in m_exynos_gsc_find_and_trylock_and_create()
558 if (gsc_handle->gsc_fd < 0) { in m_exynos_gsc_find_and_trylock_and_create()
559 gsc_handle->gsc_fd = 0; in m_exynos_gsc_find_and_trylock_and_create()
725 gsc_handle->gsc_fd = 0; in exynos_gsc_create()
819 gsc_handle->gsc_fd = -1; in exynos_gsc_reserve()
905 gsc_handle->gsc_fd = -1; in exynos_gsc_create_exclusive()
944 gsc_handle->gsc_fd = m_exynos_gsc_m2m_create(dev_num); in exynos_gsc_create_exclusive()
[all …]
Dexynos_gsc_utils.h122 int gsc_fd; member