Home | History | Annotate | Download | only in grouper

Lines Matching full:profile

80   <!ATTLIST ExportVideoProfile profile CDATA #REQUIRED>
88 <!-- Each camcorder profile defines a set of predefined configuration parameters -->
139 The Audio part of the profile will not be used since time lapse mode
156 The Audio part of the profile will not be used since time lapse mode
173 The Audio part of the profile will not be used since time lapse mode
255 The VideoEditor Export codec profile and level values
257 E.g. for h264, profile value 1 means OMX_VIDEO_AVCProfileBaseline
263 Codec = h.263, Baseline profile, level 1
265 <ExportVideoProfile name="h263" profile="1" level="1" />
267 Codec = h.264, Baseline profile, level 4
269 <ExportVideoProfile name="h264" profile="1" level="2048" />
271 Codec = mpeg4, Simple profile, level 5
273 <ExportVideoProfile name="m4v" profile="1" level="128" />