Home | History | Annotate | Download | only in media

Lines Matching full:your

44 your hardware-based codec as an OpenMax IL (Integration Layer) component.</p>
63 and you can implement your own hardware codec by using the OpenMax integration layer standard. For more
70 named <code>libstagefrighthw.so</code>. This plugin links your custom codec components to Stagefright.
71 Your custom codecs must be implemented according to the OpenMAX IL component standard.
79 <p>Stagefright comes with built-in software codecs for common media formats, but you can also add your
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>
87 <li>Create your components according to the OpenMAX IL component standard. The component interface is located in the
90 <li>Create a OpenMAX plugin that links your components with the Stagefright service.
94 <li>Build your plugin as a shared library with the name <code>libstagefrighthw.so</code> in your product Makefile. For example:
97 <p>In your device's Makefile, ensure that you declare the module as a product package:</p>
111 and copy this over to the system image's <code>system/etc</code> directory in your device's Makefile.