camera: move 720p camcorder profile to front camera

This cl reverts the camcorder quality changes for back
camera (cameraId=0)and added a 720p profile to front camera
(cameraId=1).

BUG: 67849370
Test: Manual
Change-Id: If8fe2fcbca5afcfe445c212fa33e020691438806
diff --git a/camera/media_profiles.xml b/camera/media_profiles.xml
index 39ad7fa..932d564 100644
--- a/camera/media_profiles.xml
+++ b/camera/media_profiles.xml
@@ -81,9 +81,9 @@
 
         <EncoderProfile quality="qvga" fileFormat="mp4" duration="60">
             <Video codec="h264"
-                   bitRate="12000000"
-                   width="1280"
-                   height="720"
+                   bitRate="128000"
+                   width="320"
+                   height="240"
                    frameRate="24" />
             <Audio codec="amrnb"
                    bitRate="12200"
@@ -125,6 +125,18 @@
                    channels="1" />
         </EncoderProfile>
 
+        <EncoderProfile quality="720p" fileFormat="mp4" duration="60">
+            <Video codec="h264"
+                   bitRate="12000000"
+                   width="1280"
+                   height="720"
+                   frameRate="24" />
+            <Audio codec="amrnb"
+                   bitRate="12200"
+                   sampleRate="8000"
+                   channels="1" />
+        </EncoderProfile>
+
         <EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30">
             <Video codec="h264"
                    bitRate="192000"