summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/SineSource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix the build by fixing more warnings.Andreas Huber2014-02-111-2/+2
| | | | Change-Id: Ied0ec39eb83b101582702d1e30c21643ccf6353e
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
| | | | Change-Id: I963a3b6f79a7292891973cbeeaf3378b38629f08
* A small sample tool to encode pcm audio data to amr, decode it again and ↵Andreas Huber2009-12-011-0/+1
| | | | play it. Some changes to OMXCodec to properly configure the AMR decoder(s).
* Change to a int64_t usecs representation for timestamps and duration ↵Andreas Huber2009-10-121-2/+2
| | | | throughout stagefright.
* Media MIME types now have corresponding constants in MediaDefs.h, new codec ↵Andreas Huber2009-09-101-1/+2
| | | | enumeration API.
* Some work to make audio encoding work.Andreas Huber2009-09-021-0/+100