summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/exynos_gscaler.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/exynos_gscaler.h b/include/exynos_gscaler.h
index 05bc770..50a4586 100644
--- a/include/exynos_gscaler.h
+++ b/include/exynos_gscaler.h
@@ -359,6 +359,12 @@ int exynos_gsc_run_exclusive(
exynos_gsc_img *dst_img);
/*
+ * Blocks until the current frame is done processing.
+ */
+int exynos_gsc_wait_frame_done_exclusive
+(void *handle);
+
+/*
*api for GSC stop.
It stops the GSC OUT streaming.
*/