|
Loading...
|
android-porting@googlegroups.com
[Prev] Thread [Next] | [Prev] Date [Next]
[android-porting] Re: OMX.google.aac.decoder ERROR (0x80001001, 10) Glenn Kasten Wed Feb 22 10:01:47 2012
Can you post a link to an example AAC file that fails on ICS? (provided that the license permits you to do so ... please do not post a link to copyrighted material that has a license not suitable for sharing) On Feb 16, 1:41 am, Ritesh Solanki <[EMAIL PROTECTED]> wrote: > Yes it is the software decoder. > It is giving the error with many file which plays fine on gingerbread. > I am not aware about the AAC internal but when I replace the aac decode > code in ics with that of gingerbread it is playing. > > Thanks and regards > Ritesh > > > > > > > > On Wed, Feb 15, 2012 at 9:22 PM, Glenn Kasten <[EMAIL PROTECTED]> wrote: > > I think that's the software AAC decoder, so source code should be > > present in AOSP under frameworks/base/media/libstagefright. Add some > > logs in software AAC to see where it is passing that error code up to > > OMXCodec. > > > Another idea is to use a host-based media analyzer tool to examine the > > headers for the audio portion of the content -- maybe it's an > > unsupported AAC variant, a corrupt AAC frame, etc. > > > On Feb 13, 10:46 pm, Ritesh Solanki <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > > I am trying to play some video on the ICS emulator, it plays most of the > > > video but for some video it does not play and gives below error. > > > > D/MediaPlayer( 1899): getMetadata > > > E/OMXCodec( 1080): [OMX.google.aac.decoder] ERROR(0x80001001, 10) > > > > can anyone please help me in this. > > > > Thanks and regards > > > Ritesh > > > -- > > unsubscribe: [EMAIL PROTECTED] > > website:http://groups.google.com/group/android-porting -- unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting
- [android-porting] OMX.google.aac.decoder ERROR (0x80001001, 10) Ritesh Solanki 2012/02/14
- [android-porting] Re: OMX.google.aac.decoder ERROR (0x80001001, 10) Glenn Kasten 2012/02/15
- Re: [android-porting] Re: OMX.google.aac.decoder ERROR (0x80001001, 10) Ritesh Solanki 2012/02/16
- [android-porting] Re: OMX.google.aac.decoder ERROR (0x80001001, 10) Glenn Kasten 2012/02/22 <=