Home | History | Annotate | Download | only in devices

Lines Matching full:codecs

29   software-based codecs for several popular media formats. Stagefright features for audio and video playback
30 include integration with OpenMAX codecs, session management, time-synchronized rendering, transport control,
31 and DRM. In addition, Stagefright supports integration with custom hardware codecs that you provide.
32 There actually isn't a HAL to implement for custom codecs, but to provide a hardware path to encode and
52 audio and video recording and playback. Stagefright comes with a default list of supported software codecs
59 multimedia codecs called components. You must provide an OpenMAX plugin in the form of a shared library
61 Your custom codecs must be implemented according to the OpenMAX IL component standard.
66 <h2 id="codecs">
67 Implementing Custom Codecs
69 <p>Stagefright comes with built-in software codecs for common media formats, but you can also add your
70 own custom hardware codecs as OpenMAX components. To do this, you need to create OMX components and also an
71 OMX plugin that hooks together your custom codecs with the Stagefright framework. For an example, see
75 <p>To add your own codecs:</p>
96 <h2 id="expose">Exposing Codecs to the Framework</h2>
98 to expose the supported codecs and profiles on the device to app developers via the <code>android.media.MediaCodecList</code> and
113 <p class="note"><strong>Note:</strong> The <code>&lt;Quirk&gt;</code> element for media codecs is no longer supported