diff options
author | Andreas Huber <andih@google.com> | 2010-02-09 16:59:18 -0800 |
---|---|---|
committer | Andreas Huber <andih@google.com> | 2010-02-10 10:20:34 -0800 |
commit | 6ed937ebe99088b5671a645060340a558b02fefb (patch) | |
tree | 12f5b743bfee5433ebdde83ce8fb3c93c205fe49 /media/tests | |
parent | 5b5f8652dac5416461332c1b23dc3d5ba315b074 (diff) | |
download | frameworks_base-6ed937ebe99088b5671a645060340a558b02fefb.zip frameworks_base-6ed937ebe99088b5671a645060340a558b02fefb.tar.gz frameworks_base-6ed937ebe99088b5671a645060340a558b02fefb.tar.bz2 |
Implementation of stagefright-enabled MediaPlayerService::decode functionality
related-to-bug: 2359268
Diffstat (limited to 'media/tests')
-rw-r--r-- | media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java b/media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java index 6b3093f..1434d3f 100644 --- a/media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java +++ b/media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java @@ -43,10 +43,9 @@ public class SoundPoolTest extends Activity private TestThread mThread; private static final int[] mTestFiles = new int[] { - // FIXME: Restore when Stagefright bug is fixed R.raw.organ441, R.raw.sine441, - //R.raw.test1, + R.raw.test1, R.raw.test2, R.raw.test3, R.raw.test4, |