Searched refs:gsc_handle (Results 1 – 1 of 1) sorted by relevance
304 struct GSC_HANDLE *gsc_handle, in m_exynos_gsc_output_create() argument325 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() argument478 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 …]