Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c304 struct GSC_HANDLE *gsc_handle, in m_exynos_gsc_output_create() argument
325 gsc_handle->out_mode = out_mode; in m_exynos_gsc_output_create()
402 gsc_handle->gsc_sd_entity = gsc_sd_entity; in m_exynos_gsc_output_create()
403 gsc_handle->gsc_vd_entity = gsc_vd_entity; in m_exynos_gsc_output_create()
404 gsc_handle->sink_sd_entity = sink_sd_entity; in m_exynos_gsc_output_create()
405 gsc_handle->media0 = media0; in m_exynos_gsc_output_create()
471 static bool m_exynos_gsc_out_destroy(struct GSC_HANDLE *gsc_handle) in m_exynos_gsc_out_destroy() argument
478 if (gsc_handle == NULL) { in m_exynos_gsc_out_destroy()
483 if (gsc_handle->src.stream_on == true) { in m_exynos_gsc_out_destroy()
484 if (exynos_gsc_out_stop((void *)gsc_handle) < 0) in m_exynos_gsc_out_destroy()
[all …]