Basically, what you need to do is create a OMX node for QCELP encoder and make it be registered in OpenCore, at this moment, many files are referred, e.g. pv_omxcore.cpp, pv_omxregistry.cpp and so on. And as outputting is concerned, pvmf_fileoutput_inport.cpp, pvmf_fileoutput_node.cpp should also be modified to support qcelp. All in one word, you can do it by simulating AMR. And by tracing the log, try, try and try... While, no composer is needed at this moment.
To test video encoding, one selection is to use the existing App which is one of the attachments of Mms. david 2009/5/4 chuan <[email protected]> > > Hi David, > I'm trying to test audio encoder in opencore 2.02, and i think you > may help me out with this. > Similar to you, I need to test qcelp encoder in opencore 2.02, by > you experience, what need to be done with this? > Need i implement a composer if i only want it recorded in qcp file? > or i only need to modify some codes in the opencore framework ?(omx > qcelp encoder is already done ) > > And, how did you do video recording work ? using which app? > > > On Apr 26, 4:31 pm, david <[email protected]> wrote: > > hi all, > > > > I just experienced the video recording on G1 based on the system.img > > of android-1.0. The process just lasts about 3 seconds, then blocks. > > And the generated file is empty. What's the matter? Doesn't this > > version support video recording, yet? If not, will the OpenCore-2.01 > > or 2.02 in Android-1.5 support it? Thanks a lot. > > > > (I've post this message at android-developers, and I'm advised to move > > it here.) > > > > david > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
