- 24 Aug, 2011 5 commits
-
-
Glenn Kasten authored
Also fix a bug in decode from fd to PCM buffer queue, where we were closing the application's fd. Change-Id: I220cd1c242f2f5e240b4dd1b9e8d79c88878bdcd
-
Eino-Ville Talvala authored
-
Eino-Ville Talvala authored
-
Glenn Kasten authored
-
Glenn Kasten authored
-
- 23 Aug, 2011 10 commits
-
-
Glenn Kasten authored
-
Wei Hua authored
-
Glenn Kasten authored
-
Glenn Kasten authored
-
Glenn Kasten authored
Also add comments to Android.mk, and add SL_LOGF not yet used. Change-Id: I1e051c040b667e2e70b6df0c03648c309efef7d6
-
Glenn Kasten authored
Change-Id: I426c870f803df0a7052f17be955ba797a814b4cc
-
Eino-Ville Talvala authored
-
Glenn Kasten authored
Change-Id: I2c78508fa1efac765ff5812c22e3a4c2cfc33b73
-
Glenn Kasten authored
Change-Id: Ibb04fbf727997281bb77fd22c51cd90bd044e505
-
Glenn Kasten authored
-
- 22 Aug, 2011 4 commits
-
-
Glenn Kasten authored
Fix uninitialized field frameRate. QueryMediaContainerInformation returns XA_RESULT_PARAMETER_INVALID if info is NULL, otherwise it copies the information via the info pointer, and returns XA_RESULT_SUCCESS. QueryStreamName returns XA_RESULT_FEATURE_UNSUPPORTED. Simplify RegisterStreamChangeCallback. Change-Id: I261ac0c053be0de7bac5fc80661b979f7f9c84b6
-
Glenn Kasten authored
Change-Id: I09d9292685d82b88cddd243e6e7f5410ffaa2248
-
Glenn Kasten authored
Change-Id: I9160336a9e74b2f2f501cb94d1f24047b2979b76
-
Eric Laurent authored
-
- 21 Aug, 2011 2 commits
-
-
Ruei-sung Lin authored
-
Glenn Kasten authored
-
- 19 Aug, 2011 5 commits
-
-
Eino-Ville Talvala authored
-
Glenn Kasten authored
-
Glenn Kasten authored
-
Glenn Kasten authored
Change-Id: I70ce7e10f0b465250b9f4d7644d21f5c4b4c99fa
-
Glenn Kasten authored
-
- 18 Aug, 2011 5 commits
-
-
Glenn Kasten authored
Change-Id: Icc8d678484f454860b32d8823d4a274d3d14d991
-
Eino-Ville Talvala authored
-
Glenn Kasten authored
-
Glenn Kasten authored
-
Glenn Kasten authored
Change-Id: Ic34f35226fee07945925cad8cfbc10c756092fee
-
- 16 Aug, 2011 1 commit
-
-
Eric Laurent authored
-
- 15 Aug, 2011 1 commit
-
-
Eino-Ville Talvala authored
-
- 14 Aug, 2011 1 commit
-
-
Jean-Michel Trivi authored
-
- 13 Aug, 2011 1 commit
-
-
Glenn Kasten authored
Use the utility method IMediaDeathNotifier::getMediaPlayerService() to get a reference to media player service. It retries after errors, and keeps a single global per-process reference to the service rather than one per object. If we still can't contact the media player service after retries, handle it like an unsuccessful prepare. Miscellaneous: - Remove unused field Parcel metadatafilter Change-Id: I451a64bd76b4a7f157774abe967448ec081f1014
-
- 12 Aug, 2011 3 commits
-
-
Glenn Kasten authored
Change-Id: I56f5fd038d63d033954d794168df4cbcdade26f3
-
Glenn Kasten authored
Fixed two deadlocks related to AudioTrack prefetch event callbacks: - if PrefetchStatus interface was initialized on an AudioPlayer, there was a deadlock at the point where it checked whether to do a callback - prefetch status callbacks are now called with the object unlocked, so they are permitted to do APIs on the object Miscellaneous fixes: - SMP-safe locks for GetPrefetchStatus, GetFillLevel, GetCallbackEventsMask, SetFillUpdatePeriod, GetFillUpdatePeriod - SetCallbackEventsMask error handling for invalid bitmask - Enqueue sets prefetch fill level to 1000 Change-Id: Ic8b2c440aeb4efa3446a4a73d3422d934ceb0578
-
Jean-Michel Trivi authored
Implement AAC ADTS decode with buffers of compressed data being passed to the framework through an AndroidBufferQueue, and decoded PCM buffers being passed to the application through a BufferQueue (just like existing decode from URI/FD). Change-Id: Id992a44a5ca7e404088b929f2b0afe9ca1f85223
-
- 10 Aug, 2011 2 commits
-
-
Eino-Ville Talvala authored
-
Marius Renn authored
-