sm7325-common: media_profiles: Edit profiles xml in accordance with schema
Export of Video Editor codec profiles & levels and configuration of Video editor capalibilies, these two entries are no longer needed hence removed. Original-Change-Id: I8252415f37f2b1089e7281eec32deda9fd6e98cf Change-Id: Ib8b4f52b4b83a0a31a66d118c75005ac9945a4e9
This commit is contained in:
parent
01d6eee6bc
commit
1b89a4955b
@ -63,9 +63,6 @@
|
|||||||
<!ATTLIST VideoEncoderCap maxFrameHeight CDATA #REQUIRED>
|
<!ATTLIST VideoEncoderCap maxFrameHeight CDATA #REQUIRED>
|
||||||
<!ATTLIST VideoEncoderCap minFrameRate CDATA #REQUIRED>
|
<!ATTLIST VideoEncoderCap minFrameRate CDATA #REQUIRED>
|
||||||
<!ATTLIST VideoEncoderCap maxFrameRate CDATA #REQUIRED>
|
<!ATTLIST VideoEncoderCap maxFrameRate CDATA #REQUIRED>
|
||||||
<!ATTLIST VideoEncoderCap maxHFRFrameWidth CDATA #REQUIRED>
|
|
||||||
<!ATTLIST VideoEncoderCap maxHFRFrameHeight CDATA #REQUIRED>
|
|
||||||
<!ATTLIST VideoEncoderCap maxHFRMode CDATA #REQUIRED>
|
|
||||||
<!ELEMENT AudioEncoderCap EMPTY>
|
<!ELEMENT AudioEncoderCap EMPTY>
|
||||||
<!ATTLIST AudioEncoderCap name (amrnb|amrwb|aac|wma|lpcm) #REQUIRED>
|
<!ATTLIST AudioEncoderCap name (amrnb|amrwb|aac|wma|lpcm) #REQUIRED>
|
||||||
<!ATTLIST AudioEncoderCap enabled (true|false) #REQUIRED>
|
<!ATTLIST AudioEncoderCap enabled (true|false) #REQUIRED>
|
||||||
@ -81,16 +78,6 @@
|
|||||||
<!ELEMENT AudioDecoderCap EMPTY>
|
<!ELEMENT AudioDecoderCap EMPTY>
|
||||||
<!ATTLIST AudioDecoderCap name (wma) #REQUIRED>
|
<!ATTLIST AudioDecoderCap name (wma) #REQUIRED>
|
||||||
<!ATTLIST AudioDecoderCap enabled (true|false) #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>
|
|
||||||
<!ATTLIST VideoEditorCap maxPrefetchYUVFrames 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
|
This file is used to declare the multimedia profiles and capabilities
|
||||||
@ -1837,7 +1824,6 @@
|
|||||||
minFrameWidth="176" maxFrameWidth="7680"
|
minFrameWidth="176" maxFrameWidth="7680"
|
||||||
minFrameHeight="144" maxFrameHeight="4320"
|
minFrameHeight="144" maxFrameHeight="4320"
|
||||||
minFrameRate="15" maxFrameRate="30"
|
minFrameRate="15" maxFrameRate="30"
|
||||||
maxHFRFrameWidth="1920" maxHFRFrameHeight="1080"
|
|
||||||
maxHFRMode="120" />
|
maxHFRMode="120" />
|
||||||
|
|
||||||
<VideoEncoderCap name="hevc" enabled="true"
|
<VideoEncoderCap name="hevc" enabled="true"
|
||||||
@ -1845,7 +1831,6 @@
|
|||||||
minFrameWidth="176" maxFrameWidth="7680"
|
minFrameWidth="176" maxFrameWidth="7680"
|
||||||
minFrameHeight="144" maxFrameHeight="4320"
|
minFrameHeight="144" maxFrameHeight="4320"
|
||||||
minFrameRate="15" maxFrameRate="30"
|
minFrameRate="15" maxFrameRate="30"
|
||||||
maxHFRFrameWidth="0" maxHFRFrameHeight="0"
|
|
||||||
maxHFRMode="0" />
|
maxHFRMode="0" />
|
||||||
|
|
||||||
<AudioEncoderCap name="aac" enabled="true"
|
<AudioEncoderCap name="aac" enabled="true"
|
||||||
@ -1887,32 +1872,4 @@
|
|||||||
-->
|
-->
|
||||||
<VideoDecoderCap name="wmv" enabled="true"/>
|
<VideoDecoderCap name="wmv" enabled="true"/>
|
||||||
<AudioDecoderCap name="wma" enabled="true"/>
|
<AudioDecoderCap name="wma" enabled="true"/>
|
||||||
|
|
||||||
<!--
|
|
||||||
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 30MB(3MB per 1080p frame x 10
|
|
||||||
frames) memory.
|
|
||||||
-->
|
|
||||||
<VideoEditorCap maxInputFrameWidth="1920"
|
|
||||||
maxInputFrameHeight="1088" maxOutputFrameWidth="1920"
|
|
||||||
maxOutputFrameHeight="1088" maxPrefetchYUVFrames="10"/>
|
|
||||||
<!--
|
|
||||||
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 4096 means OMX_VIDEO_AVCLevel41.
|
|
||||||
Please note that the values are in decimal.
|
|
||||||
These values are for video encoder.
|
|
||||||
-->
|
|
||||||
<!--
|
|
||||||
Codec = h.264, Baseline profile, level 4.0
|
|
||||||
-->
|
|
||||||
<ExportVideoProfile name="h264" profile= "1" level="2048"/>
|
|
||||||
</MediaSettings>
|
</MediaSettings>
|
||||||
|
|
||||||
|
@ -63,9 +63,6 @@
|
|||||||
<!ATTLIST VideoEncoderCap maxFrameHeight CDATA #REQUIRED>
|
<!ATTLIST VideoEncoderCap maxFrameHeight CDATA #REQUIRED>
|
||||||
<!ATTLIST VideoEncoderCap minFrameRate CDATA #REQUIRED>
|
<!ATTLIST VideoEncoderCap minFrameRate CDATA #REQUIRED>
|
||||||
<!ATTLIST VideoEncoderCap maxFrameRate CDATA #REQUIRED>
|
<!ATTLIST VideoEncoderCap maxFrameRate CDATA #REQUIRED>
|
||||||
<!ATTLIST VideoEncoderCap maxHFRFrameWidth CDATA #REQUIRED>
|
|
||||||
<!ATTLIST VideoEncoderCap maxHFRFrameHeight CDATA #REQUIRED>
|
|
||||||
<!ATTLIST VideoEncoderCap maxHFRMode CDATA #REQUIRED>
|
|
||||||
<!ELEMENT AudioEncoderCap EMPTY>
|
<!ELEMENT AudioEncoderCap EMPTY>
|
||||||
<!ATTLIST AudioEncoderCap name (amrnb|amrwb|aac|wma|lpcm) #REQUIRED>
|
<!ATTLIST AudioEncoderCap name (amrnb|amrwb|aac|wma|lpcm) #REQUIRED>
|
||||||
<!ATTLIST AudioEncoderCap enabled (true|false) #REQUIRED>
|
<!ATTLIST AudioEncoderCap enabled (true|false) #REQUIRED>
|
||||||
@ -81,16 +78,6 @@
|
|||||||
<!ELEMENT AudioDecoderCap EMPTY>
|
<!ELEMENT AudioDecoderCap EMPTY>
|
||||||
<!ATTLIST AudioDecoderCap name (wma) #REQUIRED>
|
<!ATTLIST AudioDecoderCap name (wma) #REQUIRED>
|
||||||
<!ATTLIST AudioDecoderCap enabled (true|false) #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>
|
|
||||||
<!ATTLIST VideoEditorCap maxPrefetchYUVFrames 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
|
This file is used to declare the multimedia profiles and capabilities
|
||||||
@ -1732,17 +1719,13 @@
|
|||||||
minBitRate="64000" maxBitRate="42000000"
|
minBitRate="64000" maxBitRate="42000000"
|
||||||
minFrameWidth="176" maxFrameWidth="4096"
|
minFrameWidth="176" maxFrameWidth="4096"
|
||||||
minFrameHeight="144" maxFrameHeight="2160"
|
minFrameHeight="144" maxFrameHeight="2160"
|
||||||
minFrameRate="15" maxFrameRate="30"
|
minFrameRate="15" maxFrameRate="30" />
|
||||||
maxHFRFrameWidth="1920" maxHFRFrameHeight="1080"
|
|
||||||
maxHFRMode="120" />
|
|
||||||
|
|
||||||
<VideoEncoderCap name="h263" enabled="true"
|
<VideoEncoderCap name="h263" enabled="true"
|
||||||
minBitRate="64000" maxBitRate="2000000"
|
minBitRate="64000" maxBitRate="2000000"
|
||||||
minFrameWidth="176" maxFrameWidth="800"
|
minFrameWidth="176" maxFrameWidth="800"
|
||||||
minFrameHeight="144" maxFrameHeight="480"
|
minFrameHeight="144" maxFrameHeight="480"
|
||||||
minFrameRate="15" maxFrameRate="30"
|
minFrameRate="15" maxFrameRate="30" />
|
||||||
maxHFRFrameWidth="0" maxHFRFrameHeight="0"
|
|
||||||
maxHFRMode="0" />
|
|
||||||
|
|
||||||
<AudioEncoderCap name="aac" enabled="true"
|
<AudioEncoderCap name="aac" enabled="true"
|
||||||
minBitRate="8000" maxBitRate="96000"
|
minBitRate="8000" maxBitRate="96000"
|
||||||
@ -1783,31 +1766,4 @@
|
|||||||
-->
|
-->
|
||||||
<VideoDecoderCap name="wmv" enabled="true"/>
|
<VideoDecoderCap name="wmv" enabled="true"/>
|
||||||
<AudioDecoderCap name="wma" enabled="true"/>
|
<AudioDecoderCap name="wma" enabled="true"/>
|
||||||
|
|
||||||
<!--
|
|
||||||
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 30MB(3MB per 1080p frame x 10
|
|
||||||
frames) memory.
|
|
||||||
-->
|
|
||||||
<VideoEditorCap maxInputFrameWidth="1920"
|
|
||||||
maxInputFrameHeight="1088" maxOutputFrameWidth="1920"
|
|
||||||
maxOutputFrameHeight="1088" maxPrefetchYUVFrames="10"/>
|
|
||||||
<!--
|
|
||||||
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 4096 means OMX_VIDEO_AVCLevel41.
|
|
||||||
Please note that the values are in decimal.
|
|
||||||
These values are for video encoder.
|
|
||||||
-->
|
|
||||||
<!--
|
|
||||||
Codec = h.264, Baseline profile, level 4.0
|
|
||||||
-->
|
|
||||||
<ExportVideoProfile name="h264" profile= "1" level="2048"/>
|
|
||||||
</MediaSettings>
|
</MediaSettings>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user