Look at OMXCodec.cpp in /frameworks/base/media/libstagefright. You can
see the list of codecs in kDecoderInfo[]. Take the software codecs(for
example for aac it should be called "AACDecoder" and in opencore
"PV.aacdec")  to the front of hardware codecs(something like
"OMX.TI.AAC.decode"). Their order is the important case in this
question.

On Mar 15, 4:03 am, bt android <bt4andr...@gmail.com> wrote:
> Hai all,
>
> I am facing a problem with Hardware codec as it is not working properly and
> hence wanted to switch over to software codec in stagefright. Can anyone
> suggest me how it can be done and where do I need to change the code??
>
> Thanks in advance,
>
> bt4android.

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to