summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Havlena <havlenapetr@gmail.com>2012-11-15 14:23:02 +0530
committerChirayu Desai <cdesai@cyanogenmod.org>2012-11-16 18:30:09 +0530
commit41b00c3b143ef1dfdd4704fa2154ad5fd0385fbf (patch)
treefb8d6cf50e89d9448b74172eb6f98ce52d93db2b
parent5b604fa3f40a6ae2e36d99301612f8e33133d153 (diff)
downloadandroid_hardware_samsung-41b00c3b143ef1dfdd4704fa2154ad5fd0385fbf.tar.gz
android_hardware_samsung-41b00c3b143ef1dfdd4704fa2154ad5fd0385fbf.tar.bz2
android_hardware_samsung-41b00c3b143ef1dfdd4704fa2154ad5fd0385fbf.zip
exynos3: fimc: fix
- remove conflicting prototypes from s5p_fimc.h, libhdmi needs another version of fimc. Change-Id: I22a6b016c7a9a701bf9b70d63db84b0c8258495b
-rwxr-xr-xexynos3/s5pc110/include/s5p_fimc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/exynos3/s5pc110/include/s5p_fimc.h b/exynos3/s5pc110/include/s5p_fimc.h
index d2c760c..43e7ebf 100755
--- a/exynos3/s5pc110/include/s5p_fimc.h
+++ b/exynos3/s5pc110/include/s5p_fimc.h
@@ -141,13 +141,4 @@ typedef struct _s5p_fimc_t {
unsigned int hw_ver;
}s5p_fimc_t;
-//------------------------ functions for v4l2 ------------------------------//
-int fimc_v4l2_set_src(int fd, unsigned int hw_ver, s5p_fimc_img_info *src);
-int fimc_v4l2_set_dst(int fd, s5p_fimc_img_info *dst, int rotation, unsigned int addr);
-int fimc_v4l2_stream_on(int fd, enum v4l2_buf_type type);
-int fimc_v4l2_queue(int fd, struct fimc_buf *fimc_buf);
-int fimc_v4l2_dequeue(int fd);
-int fimc_v4l2_stream_off(int fd);
-int fimc_v4l2_clr_buf(int fd);
-int fimc_handle_oneshot(int fd, struct fimc_buf *fimc_buf);
#endif