[android-developers] Is raw AAC supported in combo with video .

2012-05-17 Thread RockNCode
Hi. I'm trying to play a clip which has AVC video in MP4 container which has AAC audio on ICS. The behavior is that that it plays a few video frames but eventually the playback fails and we see this error: E/OMXCodec( 820): [OMX.google.aac.decoder] ERROR(0x80001001, 10) It looks like in this

[android-developers] Re: Problem with Playing sound in my cuckoo clock widget

2010-11-04 Thread RockNCode
Hello. I suggest you go to frameworks/base/libs/audioflinger/AudioFlinger.cpp and add LOGE prints to functions createTrack and createTrack_l. Could you check in createTrack_l if you are entering to this condtion ?: Mutex::Autolock _l(mLock); track = new Track(this, client,

[android-developers] Gallery Audio bounce effect on seekTo

2010-09-03 Thread RockNCode
Hi. I'm currently working on one issue in Froyo. Basically, the problem is that whenever I tap the progress bar in the Gallery app to do a seek, you can hear an audio frame play two or even three times after repositioning. After some debugging, I found out that this is due to a condition located

[android-developers] Re: SIGSEGV on Droid X (libskia.so)

2010-07-18 Thread RockNCode
You can use addr2line tool that is in the arm toolchain, using the PC given by the backtrace logs. This can help you to find the exact line where the segmentation fault is so that you can debug further. You might need to rebuild libskia with -g option. It is odd that it only happens on some

[android-developers] Re: How to let OpenCore can make files under AVI parser node folder

2010-07-18 Thread RockNCode
Hi I think you just need to add the paths to your makefiles under opencore_dynamic and also to your aviparser node to external/opencore/ Android.mk and rebuild. - Alex On Jul 17, 3:59 am, sunshine_uyl sunshine_...@yahoo.com.tw wrote: Dear Sir,        I create aviparsernode folder by coping

[android-developers] Re: Porting Android to omap 3530

2010-07-14 Thread RockNCode
I think it has been done already (beagle board has a 3530 processor). Probably you'll find a better response in the android porting forums. - Alex. On Jul 13, 3:38 pm, Mehrsa bizhan.gholikham...@gmail.com wrote: Hi All, Please if this not the right forum for this question let me know where to

[android-developers] Mp3 data has glitches, but the ARM codec seems to get rid of them ?

2010-02-24 Thread RockNCode
Hi. I'm currently debugging an issue on MP3. Basically, our decoder shows glitches sometimes when doing seeks in the music player. At Openmax level, I've dumped the input buffers into a file, and it seems the audio data comes already corrupted from the mp3 parser (the frame seems to be complete).