That's not a scenario we plan to support. At the very least, you need a thin Java app that interacts with all the API's that are not available in native code. If you want a pure native app, you are going to end up writing a lot of native shims to talk to Java code.
On Jan 7, 2:51 am, Girish <[email protected]> wrote: > Dear all, > > In my requirement i have to access OpenCORE MMFW from my native c code > for decoding video data . Is it possible to access this way ? > > Is OpenCORE MMFW exposes any APIs for accessing these decoder APIs ? > like initdecoder, decode_one_frame , deinitdecoder ? which file > exposes this kind of APIs. Please give some clues. > > Even i want to display the decoded data on to UI . Is this possible? > > Regards > Girish --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
