summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2012-10-03 16:08:12 -0700
committerGreg Hackmann <ghackmann@google.com>2012-10-03 16:32:28 -0700
commit43b5926cd6217d097b344acb1412feff1222e4d2 (patch)
treec08dcbcb68617b7bedd306d136c2b63bcd13404f /include
parentefd9853a27a57c13b90fd9c2871aea206d4d6338 (diff)
downloadexynos5-43b5926cd6217d097b344acb1412feff1222e4d2.tar.gz
libgscaler: split stop operation into discrete wait and stop operations
To support keeping Gscaler streaming on between frames Bug: 7202379 Change-Id: I831e48391a62196dcdd78b86dc2c588cae118f8c Signed-off-by: Greg Hackmann <ghackmann@google.com>
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.
*/