Lines Matching full:hardware
31 <p>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 decode media, you must implement your hardware-based codec as an OpenMax IL (Integration Layer) component.</p>
45 APIs to interact with the multimedia hardware.</dd>
52 and you can implement your own hardware codec by using the OpenMax integration layer standard. For more
57 <dd>The OpenMAX IL provides a standardized way for Stagefright to recognize and use custom hardware-based
69 own custom hardware codecs as OpenMAX components. To do this, you need to create OMX components and also an
71 the <code>hardware/ti/omap4xxx/domx/</code> for example components and <code>hardware/ti/omap4xx/libstagefrighthw</code>
80 See the <code>frameworks/native/include/media/hardware/OMXPluginBase.h</code> and <code>HardwareAPI.h</code> header