summaryrefslogtreecommitdiff
path: root/include/cam_animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cam_animation.h')
-rw-r--r--include/cam_animation.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/include/cam_animation.h b/include/cam_animation.h
new file mode 100644
index 0000000..f6a3d92
--- /dev/null
+++ b/include/cam_animation.h
@@ -0,0 +1,28 @@
+/*
+ * Copyright 2012 Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://floralicense.org/license/
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+#include "cam.h"
+#include "cam_app.h"
+#ifdef ENABLE_CAPTURE_ANIMATION
+gboolean cam_app_create_start_animation(void *data);
+gboolean cam_app_create_screennail_and_start_animation(void *user_data);
+gboolean cam_app_create_shutter_screen(void *data);
+void cam_animation_create_rect_image(void *data);
+void cam_app_stop_shutter_animation(void *data);
+
+
+#endif