summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-05Link to liblogHEADmasterBernhard Rosenkränzer
Change-Id: I4f7408ed50ce8a5e2887ce2126a2aa035f081299 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-11-03Use -no-integrated-as when building with clangBernhard Rosenkränzer
Tremolo relies on the adlr pseudo-instruction, which currently isn't supported by clang's integrated assembler. https://llvm.org/bugs/show_bug.cgi?id=24350 Change-Id: I8ad79d2ea124b8158f01ba63f2ada08632f73c0e Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2015-06-28linaro-android-userspace-tests.sh: changed to use md5sum command instead of md5Yongqin Liu
md5sum is supported by busybox on Lollipop version, and md5sum is supported by toybox on master version Change-Id: I9274d603b7454356793905a521773c4341e9d5ec Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-02-04amrnbdec_test: fix AOSP master build errorAmit Pundir
Add missing header file for malloc and free function declarations, otherwise we run into following build error on AOSP master snapshot: -----8<----- target thumb C++: libstagefright_amrnbdec_test_linaro <= external/linaro-android-userspace-test/speech-codec/amrnb/amrnbdec_test.cpp external/linaro-android-userspace-test/speech-codec/amrnb/amrnbdec_test.cpp: In function 'int main(int, char**)': external/linaro-android-userspace-test/speech-codec/amrnb/amrnbdec_test.cpp:93:45: error: 'malloc' was not declared in this scope void *inputBuf = malloc(kInputBufferSize); ^ external/linaro-android-userspace-test/speech-codec/amrnb/amrnbdec_test.cpp:142:18: error: 'free' was not declared in this scope free(inputBuf); ^ make: *** [out/target/product/juno/obj_arm/EXECUTABLES/libstagefright_amrnbdec_test_linaro_intermediates/amrnbdec_test.o] Error 1 make: *** Waiting for unfinished jobs.... ----->8----- Change-Id: Ie4a6a91845141087523fa5bf3a4222a92ace8acd Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-12-08Test script: Update the md5sum for Android LParamanand SINGH
WAV files in Android L have a smaller header (14 bytes less) compared to that on Android K. Hence the md5sum corresponding to output WAV files is updated accordingly. This patch fixes md5sum for AMRNB/AMRWB codecs. Change-Id: Iffe7af3abcdef1013eb8e39987654abcd3acdf62 Signed-off-by Paramanand Singh <paramanand.singh@linaro.org>
2014-12-04Test script: Update the md5sum for Android LParamanand SINGH
WAV files in Android L have a smaller header (14 bytes less) compared to that on Android K. Hence the md5sum corresponding to output WAV files is updated accordingly. This is currently done for mp3 and tremolo codecs. Change-Id: Iffe7af3abcdef1013eb8e3928e2a676738acdf62 Signed-off-by Paramanand Singh <paramanand.singh@linaro.org>
2014-11-03Makefiles: fix LOCAL_PATH in Android.mkParamanand SINGH
Names of various source files given by LOCAL_SRC_FILES were given relative to current directory. These have been fixed relative to LOCAL_PATH variable and the LOCAL_PATH refers to a suitable directory. This ensures that the intermediate files generated during compilation are put in the right folder hierarchy under out/target/product. Change-Id: Iffe7af36b4cce9933eb8e3928e2a676738acdf62 Signed-off-by Paramanand Singh <paramanand.singh@linaro.org>
2014-10-16linaro-android-userspace-tests.sh: fix problem of shell function nameYongqin Liu
since we changed to append _linaro to amrnb test name, we need to append the _linaro to the function name as well Change-Id: Iffe7af36b4cce9933eb8e3928e2a67876cee6f62 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2014-10-15speech-codec: amrnb: rename amrnb enc and dec testsAmit Pundir
There are these new set of amr enc and dec tests landed in AOSP in frameworks/av, I'm not sure if they are the one which we tried to upstream. Meanwhile I'm just renaming our tests untill someone actually take a look and compare both set of tests Change-Id: Icb6b351446d23c53e6f39a3cbc0c0669819ca04d Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-08-05Video Codec: add tests for H.263, and H.264 codecsEdmund Szeto
- H.263 decoder test: Pulled from https://android-review.googlesource.com/#/c/98020/ - H.263 encoder test: Pulled from https://android-review.googlesource.com/#/c/99420/ - H.264 decoder test: Build from existing sample code - H.264 encoder test: Pulled from https://android-review.googlesource.com/#/c/99282/ - linaro-android-userspace-tests.sh: updated script to include new video codec tests - Media files for tests mentioned above included Change-Id: If1d05acbebd8d8a37e0de3789a744a09cb73e785
2014-07-18Speech Codec: add tests for AMR NB, and AMR WB codecsEdmund Szeto
- AMR NB decoder test: Pulled from https://android-review.googlesource.com/#/c/95320/ - AMR NB encoder test: Pulled from https://android-review.googlesource.com/97984 - AMR WB decoder test: Pulled from https://android-review.googlesource.com/95321 - AMR WB encoder test: Pulled from https://android-review.googlesource.com/98021 - linaro-android-userspace-audio-codec-tests.sh: updated script to include new speech codec tests, and to return proper value when tests fail - Media files for tests mentioned above included Change-Id: I492b3a3f478e18aa2587d2c153e07f5f8b820a23
2014-07-11Audio Codec: add tests for AAC, FLAC, MP3, and Tremolo codecsEdmund Szeto
- AAC encoder test: simple test program that accepts a PCM WAV file, encodes, and writes to an AAC file. Output format is fixed at 128000 sample rate, stereo, ADTS format, AAC-LC - FLAC encoder/decoder test: port of the libFLAC unit test from libFLAC 1.2.1, with minor changes to support Android filesystem - MP3 decoder test: Pulled from https://android-review.googlesource.com/#/c/94863/, with minor changes for verification of output file - Tremolo decoder test: a simple test program based off of the ivorbisfile example from Tremolo v0.08, modified to output to a PCM WAV file. The test program accepts an OGG audio file, decodes it to PCM, and writes it to a WAV - All tests are configured to be built as 32-bit static executables - linaro-android-userspace-audio-codec-tests.sh: script for automated audio codec testing - Media files for AAC, MP3, and Tremolo tests included Change-Id: I8166267e732ec3fb41e9133bfca7677e9a8276e0