summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorPreviewController.h
diff options
context:
space:
mode:
authorDheeraj Sharma <dheerajs@google.com>2011-01-24 15:02:18 -0800
committerDheeraj Sharma <dheerajs@google.com>2011-01-24 23:00:04 -0800
commit9ec356a232336f80a048c71554ce79474ae1a784 (patch)
treed0b156b3c1d299b62310ed97665634f003cbea92 /libvideoeditor/lvpp/VideoEditorPreviewController.h
parentd6dbc5850ca49d7c8b3bc8a6802fa7c85c5b1613 (diff)
downloadframeworks_av-9ec356a232336f80a048c71554ce79474ae1a784.zip
frameworks_av-9ec356a232336f80a048c71554ce79474ae1a784.tar.gz
frameworks_av-9ec356a232336f80a048c71554ce79474ae1a784.tar.bz2
VideoEditor:Fix for Clear Surface API Bug of not able to create empty project
bug - 3370622 Change-Id: Icb18b3d8afbdb077a93dc5e599ccc20da64703f2
Diffstat (limited to 'libvideoeditor/lvpp/VideoEditorPreviewController.h')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorPreviewController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorPreviewController.h b/libvideoeditor/lvpp/VideoEditorPreviewController.h
index 637ddb2..5828c5f 100755
--- a/libvideoeditor/lvpp/VideoEditorPreviewController.h
+++ b/libvideoeditor/lvpp/VideoEditorPreviewController.h
@@ -74,6 +74,9 @@ public:
M4OSA_ERR renderPreviewFrame(const sp<Surface> &surface,
VideoEditor_renderPreviewFrameStr* pFrameInfo);
+ M4OSA_ERR clearSurface(const sp<Surface> &surface,
+ VideoEditor_renderPreviewFrameStr* pFrameInfo);
+
M4OSA_Void setJniCallback(void* cookie,
jni_progress_callback_fct callbackFct);