Просмотр исходного кода

Support front camera 4K30fps video

Bug: 233588413
Test: GCA
Change-Id: I22be04e236f58fabe3542221c2cf9733d71cf0a9
timothywang 2 лет назад
Родитель
Сommit
4f8795f405
1 измененных файлов с 13 добавлено и 0 удалено
  1. 13 0
      media_profiles_lynx.xml

+ 13 - 0
media_profiles_lynx.xml

@@ -305,6 +305,19 @@
 
     <CamcorderProfiles cameraId="1">
 
+       <EncoderProfile quality="2160p" fileFormat="mp4" duration="60">
+            <Video codec="h264"
+                   bitRate="48000000"
+                   width="3840"
+                   height="2160"
+                   frameRate="30" />
+
+            <Audio codec="aac"
+                   bitRate="96000"
+                   sampleRate="48000"
+                   channels="1" />
+        </EncoderProfile>
+
         <EncoderProfile quality="1080p" fileFormat="mp4" duration="60">
             <Video codec="h264"
                    bitRate="33000000"