Lines Matching full:codecs
31 Stagefright that comes built-in with software-based codecs for several popular
33 integration with OpenMAX codecs, session management, time-synchronized
41 <p>In addition, Stagefright supports integration with custom hardware codecs
42 that you provide. There actually isn't a HAL to implement for custom codecs,
62 audio and video recording and playback. Stagefright comes with a default list of supported software codecs
69 multimedia codecs called components. You must provide an OpenMAX plugin in the form of a shared library
71 Your custom codecs must be implemented according to the OpenMAX IL component standard.
76 <h2 id="codecs">
77 Implementing Custom Codecs
79 <p>Stagefright comes with built-in software codecs for common media formats, but you can also add your
80 own custom hardware codecs as OpenMAX components. To do this, you need to create OMX components and also an
81 OMX plugin that hooks together your custom codecs with the Stagefright framework. For an example, see
85 <p>To add your own codecs:</p>
106 <h2 id="expose">Exposing Codecs to the Framework</h2>
108 to expose the supported codecs and profiles on the device to app developers via the <code>android.media.MediaCodecList</code> and
123 <p class="note"><strong>Note:</strong> The <code><Quirk></code> element for media codecs is no longer supported