From 43b5926cd6217d097b344acb1412feff1222e4d2 Mon Sep 17 00:00:00 2001 From: Greg Hackmann Date: Wed, 3 Oct 2012 16:08:12 -0700 Subject: 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 --- include/exynos_gscaler.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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 @@ -358,6 +358,12 @@ int exynos_gsc_run_exclusive( exynos_gsc_img *src_img, 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. -- cgit v1.2.3