summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/amrnb/dec/test/amrnbdec_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includes.Elliott Hughes2015-01-281-0/+1
| | | | Change-Id: Ib697ce44243e7cb07aee60944238e0854d82e9de
* Remove the executable bit from source filesMartin Storsjo2014-11-071-0/+0
| | | | Change-Id: I3c105b7e2736ade22de0bb12f396859816b3adf7
* Add test for AMR-NB decoderAshok Bhat2014-06-161-0/+149
The test accepts a .amr file as input and dumps output PCM in a wav file. To run the test, use following command libstagefright_amrnbdec_test <input amr> <output wav> Change-Id: I2492c2ed4e670c9fd8cb4213201ccbd0cb9bf8fe Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>