[android-porting] how to switch to software codec from hardware codec in stagefright??

2011-03-14 Thread bt android
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+un

[android-porting] CTS in android

2011-04-18 Thread bt android
Hai all, Can anybody suggest the procedure for performing CTS in android mobiles? I followed the below steps: build cts $ android $ make cts run cts $ cd $mydroid/out/host/linux-x86/bin/ $ ./cts cts_host > help This is done. Need clarifications on this: In the steps to be followed it is given

[android-porting] Fwd: CTS tests..

2011-04-20 Thread bt android
-- Forwarded message -- From: bt android Date: Thu, Apr 21, 2011 at 1:48 PM Subject: CTS tests.. To: android-disc...@googlegroups.com Hi all, Could anyone suggest how CTS is done in android target?? I followed the following steps make CTS $ cd $MYDROID $ . build/envsetup.sh

[android-porting] how 0xBA010000 is related to MPEG-4??

2011-04-20 Thread bt android
Hi all, Can anyone explain how 0xBA01 is related to MPEG-4?? Thanks in advance, bt4android -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Need help on ftyp's..

2011-04-26 Thread bt android
Hai all, I am working on MPEG-4 and need to know some details on some ftyp's. I searched for the same in http://www.ftyps.com/ and could not find information about "ftypskm2" and "ftypiso". Also found that "ftypisom" is a Main ftyp "isom": Files created by different tools without MPEG-4 Systems

[android-porting] Audioflinger Architecture...

2012-09-07 Thread bt android
Hi All, I was going through the Audioflinger code on JB version and saw there were lot of changes.. i could not figure out exactly why ? 1. what does AudioWatchdog timer does? 2. What is FastMixer? 3. Why NBAIO? 4. Purpose of AudioSteamOutSink? Please provide some links so that i can understand

[android-porting] why volatile for mReachedEOS...

2013-11-02 Thread bt android
Hi All, I was going through the AMRWriter.h file , the variable mReachedEOS is volatile bool mReachedEOS - from JB version. and bool mReachedEOS - in GingerBread Version. Please let me know what difference it will make by qualifying the variable to "Volatile". Regards, BT. -- -- unsubscri