Sign in
android
/
platform
/
frameworks
/
wilhelm
/
b00b93097f64b632d26242f7e753e4cec59c8a35
/
tests
/
mimeUri
2717c87
Convert wilhelm to Android.bp
by Colin Cross
· 8 years ago
97acf02
Merge "Make build warnings be errors" into nyc-dev
by Glenn Kasten
· 9 years ago
e222a57
Make build warnings be errors
by Glenn Kasten
· 9 years ago
a552c7c
Fix build warnings
by Glenn Kasten
· 9 years ago
14463a8
Fix unsigned warnings
by Glenn Kasten
· 10 years ago
5bb641d
Remove unnecessary libutils
by Glenn Kasten
· 10 years ago
086a6f5
Fix unused parameter warnings
by Glenn Kasten
· 10 years ago
0266296
Revert "For checkbuild, disable all Wilhelm tests in 64-bit"
by Glenn Kasten
· 11 years ago
4a762c2
For checkbuild, disable all Wilhelm tests in 64-bit
by Glenn Kasten
· 11 years ago
01f8573
AArch64: Minor changes related to 64-bit platform
by Ashok Bhat
· 12 years ago
85b1ba5
Line length 100
by Glenn Kasten
· 12 years ago
5321b36
Prepare to move system/media
by Glenn Kasten
· 13 years ago
3df2017
Update the URI slow-down (playback rate) test
by Glenn Kasten
· 14 years ago
c5479c4
Merge "Check result of GetFillLevel and GetPrefetchStatus"
by Glenn Kasten
· 13 years ago
b4bdbe2
Check result of GetFillLevel and GetPrefetchStatus
by Glenn Kasten
· 14 years ago
089a7c6
Return after prefetch error in get position test
by Glenn Kasten
· 14 years ago
68c8a1b
Metadata keys for PCM decoding
by Jean-Michel Trivi
· 14 years ago
56c5b9b
Miscellaneous loop test improvements
by Glenn Kasten
· 14 years ago
c685389
Use the documented header filenames
by Glenn Kasten
· 14 years ago
4b0e0b2
Implement GetPosition for players playing from a URI/FD
by Jean-Michel Trivi
· 14 years ago
58432eb
Better defaults and fix warnings
by Glenn Kasten
· 14 years ago
2b750ac
Stress test for OpenSL ES: create and delete many players
by Jean-Michel Trivi
· 14 years ago
4ee246c
Move support for SL URI and FD playback under GenericPlayer class
by Jean-Michel Trivi
· 14 years ago
262059f
Directory re-organization
by Glenn Kasten
· 14 years ago
1d081e4
Squashed commit of 9 cherry-picks from master
by Glenn Kasten
· 14 years ago
7126c25
Bug 3102561 - Tests and examples only
by Glenn Kasten
· 14 years ago
f536948
Notify when prefetching fails
by Jean-Michel Trivi
· 14 years ago
c2303eb
Test cleanup
by Glenn Kasten
· 14 years ago
8a1b7f2
Lock tweak between interface and object
by Jean-Michel Trivi
· 14 years ago
24430c9
Fix issues with SLPlaybackRateItf interface
by Jean-Michel Trivi
· 14 years ago
3ddf7a3
Fix bug 3004701 do not prefetch during Realize.
by Jean-Michel Trivi
· 14 years ago
d94d321
Support content looping for URI and FD data sources.
by Jean-Michel Trivi
· 14 years ago
ff037a1
Implement buffer cache fill level and status notification.
by Jean-Michel Trivi
· 14 years ago
01e9f5f
Android simple buffer queue locator and interface
by Glenn Kasten
· 14 years ago
453dd56
Remove the SLAndroidStreamTypeItf interface.
by Jean-Michel Trivi
· 14 years ago
43e7743
Fix bug where OutputMix is not fully initialized by CreateOutputMix()
by Jean-Michel Trivi
· 14 years ago
91bfd06
Improve test app portability for other platforms
by Glenn Kasten
· 15 years ago
fe96fa0
Fix bug with nested lock.
by Glenn Kasten
· 15 years ago
4c71179
Test reorganization
by Glenn Kasten
· 15 years ago
a05622c
Support SLPrefetchStatusItf on an AudioPlayer pulling from a BufferQueue
by Jean-Michel Trivi
· 15 years ago
095ce22
Permute is a tool used by seek torture test.
by Glenn Kasten
· 15 years ago
b78fe5f
Do not initialize effect descriptors if the audio player couldn't
by Jean-Michel Trivi
· 15 years ago
b9fa556
Add the seek torture test
by Glenn Kasten
· 15 years ago
ee21d26
Khronos recommendation: include "SLES/OpenSLES.h"
by Glenn Kasten
· 15 years ago
a64474b
Flatten the tests/mimeUri directory.
by Glenn Kasten
· 15 years ago
4b65ef9
Buffer queue and audio player maintenance.
by Glenn Kasten
· 15 years ago
8eabaa5
Port test apps to non-Android platform.
by Glenn Kasten
· 15 years ago
603d9ae
Since SLPrefetchStatusItf is explicit, fix the playUri test to
by Jean-Michel Trivi
· 15 years ago
ed46c29
Trace debug support.
by Glenn Kasten
· 15 years ago
1c1c2d6
Let SfPlayer handle the play state with regards to decoding.
by Jean-Michel Trivi
· 15 years ago
1c1c16f
Initial draft of multiplay command-line test app.
by Glenn Kasten
· 15 years ago
b98e6b7
Add a test for GetStreamType on SLAndroidStreamTypeItf.
by Jean-Michel Trivi
· 15 years ago
05ccff2
Declaration and implementation of a new OpenSL ES interface to set
by Jean-Michel Trivi
· 15 years ago
e5bf0d2
Gain and transport attributes at mutex unlock.
by Glenn Kasten
· 15 years ago
fa8629b
Fix test makefiles for OpenSL ES test apps.
by Jean-Michel Trivi
· 15 years ago
85bae78
New test / demo to exercise SLMuteSoloItf on an AudioPlayer.
by Jean-Michel Trivi
· 15 years ago
de16b4c
Introduction of Stagefright to replace MediaPlayer.
by Jean-Michel Trivi
· 15 years ago
2a00e11
Fix printf format bug.
by Glenn Kasten
· 15 years ago
85da61d
The library for the OpenSL ES implementation is supposed to be name
by Jean-Michel Trivi
· 15 years ago
b0dc406
New OpenSL ES test+demo application that uses the SLPrefetchStatusItf.
by Jean-Michel Trivi
· 15 years ago
8addfbc
Merge "OpenSL ES tests shouldn't be built in all builds." into kraken
by Jean-Michel Trivi
· 15 years ago
c0bee8e
OpenSL ES tests shouldn't be built in all builds.
by Jean-Michel Trivi
· 15 years ago
06a1b91
Modify implementation of SLPlayItf to only start prefetching data
by Jean-Michel Trivi
· 15 years ago
f8acf4b
For audio players with URI data source:
by Jean-Michel Trivi
· 15 years ago
dc181a4
Implement GetDuration and GetPosition in SLPlayItf
by Jean-Michel Trivi
· 15 years ago
daf6612
Move platform-specific code to separate files. Use sles_allinclusive.h to really mean all inclusive. MuteSolo check channel count.
by Glenn Kasten
· 15 years ago
1be90f9
Add command line test to play a URI, to exercise the OpenSL ES
by Jean-Michel Trivi
· 15 years ago