Lines Matching refs:dev_num
186 bool exynos_sc_copy_pixels(exynos_sc_pxinfo *pxinfo, int dev_num) in exynos_sc_copy_pixels() argument
191 CScalerM2M1SHOT sc(dev_num); in exynos_sc_copy_pixels()
261 void *exynos_sc_create(int dev_num) in exynos_sc_create() argument
263 CScalerNonStream *sc = new CScalerNonStream(dev_num); in exynos_sc_create()
266 SC_LOGE("Failed to allocate a Scaler handle for instance %d", dev_num); in exynos_sc_create()
271 SC_LOGE("Failed to create a Scaler handle for instance %d", dev_num); in exynos_sc_create()
466 int dev_num, in exynos_sc_create_exclusive() argument
472 sc = new CScalerV4L2(dev_num, allow_drm); in exynos_sc_create_exclusive()
474 SC_LOGE("Failed to allocate a Scaler handle for instance %d", dev_num); in exynos_sc_create_exclusive()
479 SC_LOGE("Failed to create a Scaler handle for instance %d", dev_num); in exynos_sc_create_exclusive()
484 SC_LOGD("Scaler %d is successfully created", dev_num); in exynos_sc_create_exclusive()
645 int dev_num, in exynos_sc_create_blend_exclusive() argument
651 sc = new CScalerBlendV4L2(dev_num, allow_drm); in exynos_sc_create_blend_exclusive()
653 SC_LOGE("Failed to allocate a Scaler blend handle for instance %d", dev_num); in exynos_sc_create_blend_exclusive()
658 SC_LOGE("Failed to create a Scaler blend handle for instance %d", dev_num); in exynos_sc_create_blend_exclusive()
663 SC_LOGD("Scaler blend %d is successfully created", dev_num); in exynos_sc_create_blend_exclusive()