diff options
author | rogersb11 <brettrogers11@gmail.com> | 2015-10-23 09:38:12 -0400 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-11-02 05:55:26 -0800 |
commit | 1b729b23e629491d25dd8e987ad9343f3098eaa2 (patch) | |
tree | de9e7d6b240ae17f69f9e789e3e0218c3510acc4 /configs | |
parent | 3e4ba9e3cc639283571030e9f36c4466a239fbff (diff) | |
download | device_samsung_smdk4412-common-1b729b23e629491d25dd8e987ad9343f3098eaa2.zip device_samsung_smdk4412-common-1b729b23e629491d25dd8e987ad9343f3098eaa2.tar.gz device_samsung_smdk4412-common-1b729b23e629491d25dd8e987ad9343f3098eaa2.tar.bz2 |
M updates
Remove video from profiles and fixup init rc file
More in t0lte
Change-Id: Ieb1d1a5521c7438c51252c912b7e1d38077320c2
Diffstat (limited to 'configs')
-rw-r--r-- | configs/media_profiles.xml | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/configs/media_profiles.xml b/configs/media_profiles.xml index 4dc5f0d..d01cafe 100644 --- a/configs/media_profiles.xml +++ b/configs/media_profiles.xml @@ -71,15 +71,6 @@ <!ELEMENT AudioDecoderCap EMPTY> <!ATTLIST AudioDecoderCap name (wma) #REQUIRED> <!ATTLIST AudioDecoderCap enabled (true|false) #REQUIRED> - <!ELEMENT VideoEditorCap EMPTY> - <!ATTLIST VideoEditorCap maxInputFrameWidth CDATA #REQUIRED> - <!ATTLIST VideoEditorCap maxInputFrameHeight CDATA #REQUIRED> - <!ATTLIST VideoEditorCap maxOutputFrameWidth CDATA #REQUIRED> - <!ATTLIST VideoEditorCap maxOutputFrameHeight CDATA #REQUIRED> - <!ELEMENT ExportVideoProfile EMPTY> - <!ATTLIST ExportVideoProfile name (h264|h263|m4v) #REQUIRED> - <!ATTLIST ExportVideoProfile profile CDATA #REQUIRED> - <!ATTLIST ExportVideoProfile level CDATA #REQUIRED> ]> <!-- This file is used to declare the multimedia profiles and capabilities @@ -337,38 +328,5 @@ --> <VideoDecoderCap name="wmv" enabled="false"/> <AudioDecoderCap name="wma" enabled="false"/> - <!-- - The VideoEditor Capability configuration: - - maxInputFrameWidth: maximum video width of imported video clip. - - maxInputFrameHeight: maximum video height of imported video clip. - - maxOutputFrameWidth: maximum video width of exported video clip. - - maxOutputFrameHeight: maximum video height of exported video clip. - - maxPrefetchYUVFrames: maximum prefetch YUV frames for encoder, - used to limit the amount of memory for prefetched YUV frames. - For this platform, it allows maximum 8MB(1.3MB per 720p frame x 6 - frames) memory. - --> - <VideoEditorCap maxInputFrameWidth="1280" - maxInputFrameHeight="720" maxOutputFrameWidth="1280" - maxOutputFrameHeight="720" maxPrefetchYUVFrames="6"/> - <!-- - The VideoEditor Export codec profile and level values - correspond to the values in OMX_Video.h. - E.g. for h264, profile value 1 means OMX_VIDEO_AVCProfileBaseline - and level 2048 means OMX_VIDEO_AVCLevel4. - Please note that the values are in decimal. - These values are for video encoder. - --> - <!-- - Codec = h.264, Baseline profile, level 4 - --> - <ExportVideoProfile name="h264" profile= "1" level="2048"/> - <!-- - Codec = h.263, Baseline profile, level 0 - --> - <ExportVideoProfile name="h263" profile= "1" level="1"/> - <!-- - Codec = mpeg4, Simple profile, level 5 - --> - <ExportVideoProfile name="m4v" profile= "1" level="128"/> + </MediaSettings> |