summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/audioloop.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove filename based writer constructorsMarco Nelissen2014-12-101-1/+10
| | | | | | | MediaPlayerService can't open files (it needs an already opened file descriptor), so these were just wasting space. Change-Id: I323044a6c1814a7bff952ed71b5c7792df2abf03
* Fix audioloop test programAndy Hung2014-05-051-62/+108
| | | | | Change-Id: Ic31966095d719cf2b33322675d7d0a2e6a203268 Signed-off-by: Andy Hung <hunga@google.com>
* audio_channel_in/out_mask_from_countGlenn Kasten2012-03-151-3/+1
| | | | | | | and avoid ambiguous term "channels" where it might be confusing as to whether it is a channel mask or channel count Change-Id: I744fa08ccb6001a98c97bd638d2c9d56836c4234
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-4/+4
| | | | Change-Id: I963a3b6f79a7292891973cbeeaf3378b38629f08
* update for new audio.h header locationDima Zavin2011-05-121-1/+1
| | | | | Change-Id: Ic4c62c4037800802427eb7d3c7f5eb8b25d18876 Signed-off-by: Dima Zavin <dima@android.com>
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-2/+4
| | | | | Change-Id: Ibc637918637329e4f2b62f4ac7781102fbc269f5 Signed-off-by: Dima Zavin <dima@android.com>
* Initial checkin of AudioSource and AMRWriter, a pair of classes supporting ↵Andreas Huber2010-01-251-2/+22
| | | | | | pure-audio recording in stagefright. related-to-bug: 2295449
* Change OMXCodec::Create to return an sp<MediaSource> instead of an ↵Andreas Huber2009-12-071-2/+2
| | | | sp<OMXCodec>, this is more general and does not sacrifice any functionality as the remaining OMXCodec APIs are not meant to be public anyway.
* A small sample tool to encode pcm audio data to amr, decode it again and ↵Andreas Huber2009-12-011-0/+81
play it. Some changes to OMXCodec to properly configure the AMR decoder(s).