diff options
author | Jeongmo Yang <jm80.yang@samsung.com> | 2012-02-08 20:41:16 +0900 |
---|---|---|
committer | Jeongmo Yang <jm80.yang@samsung.com> | 2012-02-08 20:41:16 +0900 |
commit | 8a67608027b62c36c9fe0e4260f75bd7813bb53d (patch) | |
tree | 610106d3f8bcb4ddd00494880b57d7f227dd41d2 | |
parent | 8d39373915cefb37a60d325ec63cf9423cf68dcd (diff) | |
download | mmfw-sysconf-8a67608027b62c36c9fe0e4260f75bd7813bb53d.tar.gz mmfw-sysconf-8a67608027b62c36c9fe0e4260f75bd7813bb53d.tar.bz2 mmfw-sysconf-8a67608027b62c36c9fe0e4260f75bd7813bb53d.zip |
[ALL/camera] Remove unused and add something new
7 files changed, 33 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog index 53ffeef..1cf1c3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mmfw-sysconf (0.1.17-0) unstable; urgency=low + + * [ALL/camera] Remove unused and add something new + * Git: pkgs/m/mmfw-sysconf + * Tag: mmfw-sysconf_0.1.17-0 + + -- Jeongmo Yang <jm80.yang@samsung.com> Wed, 08 Feb 2012 20:39:47 +0900 + mmfw-sysconf (0.1.16-0) unstable; urgency=low * Initial release diff --git a/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_camcorder.ini b/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_camcorder.ini index 70937e3..b58555e 100644 --- a/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_camcorder.ini +++ b/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_camcorder.ini @@ -71,9 +71,6 @@ JPEG = secjpeg_enc | 0,0 UseEncodebin = 0 UseCaptureMode = 0 VideoscaleElement = videoscale | 1,0 | method,1 -; RecommandPreviewFormat -;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED -RecommendPreviewFormat = 4 [Record] UseAudioEncoderQueue = 1 @@ -94,9 +91,6 @@ RecordsinkElement = filesink | 1,0 | async,0 UseNoiseSuppressor = 0 DropVideoFrame = 0 PassFirstVideoFrame = 0 -; RecommandPreviewFormat -;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED -RecommendPreviewFormat = 0 [Mux] ;3GP = ffmux_3gp_ext | 0,0 diff --git a/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_camcorder_dev_video_pri.ini b/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_camcorder_dev_video_pri.ini index 01734f0..5b61dbc 100644 --- a/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_camcorder_dev_video_pri.ini +++ b/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_camcorder_dev_video_pri.ini @@ -33,6 +33,12 @@ Overlay = 0,1 || 1 ; Recommend display rotation ;;; 0:NONE, 1:90, 2:180, 3:270 RecommendDisplayRotation = 3 +; Recommand preview format for capture +;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY +RecommendPreviewFormatCapture = 4 +; Recommand preview format for record +;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY +RecommendPreviewFormatRecord = 0 [Strobe] diff --git a/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_camcorder_dev_video_sec.ini b/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_camcorder_dev_video_sec.ini index 2759d15..85e3779 100644 --- a/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_camcorder_dev_video_sec.ini +++ b/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_camcorder_dev_video_sec.ini @@ -33,6 +33,12 @@ Overlay = 0,1 || 1 ; Recommend display rotation ;;; 0:NONE, 1:90, 2:180, 3:270 RecommendDisplayRotation = 3 +; Recommand preview format for capture +;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY +RecommendPreviewFormatCapture = 4 +; Recommand preview format for record +;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY +RecommendPreviewFormatRecord = 0 [Strobe] diff --git a/mmfw-sysconf-simulator/opt/etc/mmfw_camcorder.ini b/mmfw-sysconf-simulator/opt/etc/mmfw_camcorder.ini index 0648755..b643593 100644 --- a/mmfw-sysconf-simulator/opt/etc/mmfw_camcorder.ini +++ b/mmfw-sysconf-simulator/opt/etc/mmfw_camcorder.ini @@ -64,8 +64,7 @@ THEORA = theoraenc | 1,0 | num-bufs,4 [AudioEncoder] AMR = amrnbenc | 0,0 -MP3 = lame | 0,0 -AAC = ari_aacenc | 0,0 +AAC = faac | 0,0 WAVE = wavenc | 0,0 VORBIS = vorbisenc | 0,0 @@ -78,9 +77,6 @@ PNG = pngenc | 0,0 UseEncodebin = 1 UseCaptureMode = 0 VideoscaleElement = videoscale | 1,0 | method,1 -; RecommandPreviewFormat -;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED -RecommendPreviewFormat = 7 [Record] UseAudioEncoderQueue = 1 @@ -101,9 +97,6 @@ RecordsinkElement = filesink | 1,0 | async,0 UseNoiseSuppressor = 0 DropVideoFrame = 0 PassFirstVideoFrame = 0 -; RecommandPreviewFormat -;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED -RecommendPreviewFormat = 7 [Mux] ;3GP = ffmux_3gp_ext | 0,0 diff --git a/mmfw-sysconf-simulator/opt/etc/mmfw_camcorder_dev_video_pri.ini b/mmfw-sysconf-simulator/opt/etc/mmfw_camcorder_dev_video_pri.ini index 328275a..d8b9ab3 100644 --- a/mmfw-sysconf-simulator/opt/etc/mmfw_camcorder_dev_video_pri.ini +++ b/mmfw-sysconf-simulator/opt/etc/mmfw_camcorder_dev_video_pri.ini @@ -30,6 +30,12 @@ FPS = 30 || 30 ;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED PictureFormat = 4,7,8 || 4 Overlay = 0,1 || 1 +; Recommand preview format for capture +;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY +RecommendPreviewFormatCapture = 7 +; Recommand preview format for record +;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY +RecommendPreviewFormatRecord = 7 [Strobe] diff --git a/mmfw-sysconf-simulator/opt/etc/mmfw_camcorder_dev_video_sec.ini b/mmfw-sysconf-simulator/opt/etc/mmfw_camcorder_dev_video_sec.ini index 873bb71..712fda9 100644 --- a/mmfw-sysconf-simulator/opt/etc/mmfw_camcorder_dev_video_sec.ini +++ b/mmfw-sysconf-simulator/opt/etc/mmfw_camcorder_dev_video_sec.ini @@ -30,6 +30,12 @@ FPS = 30 || 30 ;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED PictureFormat = 4,7,8 || 4 Overlay = 0,1 || 1 +; Recommand preview format for capture +;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY +RecommendPreviewFormatCapture = 7 +; Recommand preview format for record +;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY +RecommendPreviewFormatRecord = 7 [Strobe] |