violet: Update Mpeg4 encoder max supported resolution

Set Mpeg4 encoder max supported resolution to 1280*720 in
media_profiles.xml to reflect in the camera app settings.

Change-Id: I5947ffacb9e7d0413feeb8729a8abb2869d2aaf7
This commit is contained in:
Priyanka Gujjula
2019-05-20 12:37:39 +05:30
committed by Atman Shah
parent ed134040a8
commit b7f8aa7273

View File

@@ -4,6 +4,7 @@
Copyrgiht (C) 2019 LineageOS
Not a contribution.
Copyright (C) 2012-2019 The Linux Foundation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1532,8 +1533,8 @@
<VideoEncoderCap name="m4v" enabled="true"
minBitRate="64000" maxBitRate="20000000"
minFrameWidth="176" maxFrameWidth="1920"
minFrameHeight="144" maxFrameHeight="1088"
minFrameWidth="176" maxFrameWidth="1280"
minFrameHeight="144" maxFrameHeight="720"
minFrameRate="15" maxFrameRate="30"
maxHFRFrameWidth="0" maxHFRFrameHeight="0"
maxHFRMode="0" />