Searched refs:gsc (Results 1 – 1 of 1) sorted by relevance
36 CGscaler *gsc = new CGscaler(GSC_M2M_MODE); in exynos_gsc_create() local37 if (!gsc) { in exynos_gsc_create()41 if (gsc->m_gsc_find_and_create(gsc) == false) { in exynos_gsc_create()43 delete gsc; in exynos_gsc_create()47 return reinterpret_cast<void *>(gsc); in exynos_gsc_create()64 CGscaler *gsc = new CGscaler(mode, out_mode, dev_num, allow_drm); in exynos_gsc_create_exclusive() local65 if (!gsc) { in exynos_gsc_create_exclusive()70 gsc->scaler = exynos_sc_create_exclusive(dev_num - HW_SCAL0, in exynos_gsc_create_exclusive()72 if (!gsc->scaler) { in exynos_gsc_create_exclusive()73 delete(gsc); in exynos_gsc_create_exclusive()[all …]