xie
2024-11-23 3fdfdea0721fe7a36f6aaa509075f01a194f6748
android/device/softwinner/ceres-c3/configs/media_profiles.xml
....@@ -79,7 +79,33 @@
7979 <!-- Each camcorder profile defines a set of predefined configuration parameters -->
8080 <!-- Back Camera -->
8181 <!-- Front Camera -->
82
+ <!-- External Camera -->
8283 <CamcorderProfiles cameraId="0" >
84
+ <EncoderProfile quality="720p" fileFormat="mp4" duration="30">
85
+ <Video codec="h264"
86
+ bitRate="1500000"
87
+ width="1280"
88
+ height="720"
89
+ frameRate="30" />
90
+
91
+ <Audio codec="aac"
92
+ bitRate="12200"
93
+ sampleRate="8000"
94
+ channels="1" />
95
+ </EncoderProfile>
96
+ <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="30">
97
+ <Video codec="h264"
98
+ bitRate="1500000"
99
+ width="1280"
100
+ height="720"
101
+ frameRate="30" />
102
+
103
+ <Audio codec="aac"
104
+ bitRate="12200"
105
+ sampleRate="8000"
106
+ channels="1" />
107
+ </EncoderProfile>
108
+
83109 <EncoderProfile quality="480p" fileFormat="mp4" duration="30">
84110 <Video codec="h264"
85111 bitRate="1500000"
....@@ -148,6 +174,38 @@
148174
149175 </CamcorderProfiles>
150176
177
+ <CamcorderProfiles cameraId="2" >
178
+ <EncoderProfile quality="480p" fileFormat="mp4" duration="30">
179
+ <Video codec="h264"
180
+ bitRate="1500000"
181
+ width="1280"
182
+ height="720"
183
+ frameRate="30" />
184
+
185
+ <Audio codec="aac"
186
+ bitRate="12200"
187
+ sampleRate="8000"
188
+ channels="1" />
189
+ </EncoderProfile>
190
+ <EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30">
191
+ <Video codec="h264"
192
+ bitRate="1500000"
193
+ width="1280"
194
+ height="720"
195
+ frameRate="30" />
196
+
197
+ <Audio codec="aac"
198
+ bitRate="12200"
199
+ sampleRate="8000"
200
+ channels="1" />
201
+ </EncoderProfile>
202
+
203
+ <ImageEncoding quality="90" />
204
+ <ImageEncoding quality="80" />
205
+ <ImageEncoding quality="70" />
206
+ <ImageDecoding memCap="20000000" />
207
+ </CamcorderProfiles>
208
+
151209 <EncoderOutputFileFormat name="mp4" />
152210
153211 <!--