- 21 Jul, 2011 4 commits
-
-
Glenn Kasten authored
Change-Id: I0cccee0d59fe3eefc6ef94b22bb6100d96bccdff
-
Glenn Kasten authored
-
Eric Laurent authored
-
Glenn Kasten authored
Change-Id: I1afa4af018c372448a456824c78e3e1ab1c13b42
-
- 20 Jul, 2011 10 commits
-
-
Glenn Kasten authored
-
Glenn Kasten authored
-
Marius Renn authored
-
Glenn Kasten authored
Change-Id: I9ae27ed4e977568a9687b9dd18eb998651569b24
-
Jean-Michel Trivi authored
-
Glenn Kasten authored
-
Glenn Kasten authored
-
Glenn Kasten authored
-
Glenn Kasten authored
-
Jean-Michel Trivi authored
When decoding a URI or FD with OpenSL ES to a PCM buffer queue, you cannot rely on the information given by the extractor, or the OMXCodec before the latter has decoded one buffer. The fix consists in two parts: 1/ where to retrieve the PCM format from: the information first retrieved from the extractor if available, but then overwritten by the OMXCodec values as soon as it issues INFO_FORMAT_CHANGED 2/ when can the application retrieve the information: the information is available when the first buffer of decoded data is returned to the application via the buffer queue callback. The test app is updated to reflect this, and verify that the query can safely happen during the callback. Change-Id: Ic034c7ff9412c94e9df2aaa3c1d61e9d3bf507d9
-
- 19 Jul, 2011 8 commits
-
-
Glenn Kasten authored
That last fix introduced a regression; one assert no longer true found during more testing. Change-Id: I4c3f8d6f7158fc364473606d1c8f78fe81fbb7e5
-
Glenn Kasten authored
Change-Id: I266810fc1c0c477e997b39478b9e77694f9fc49b
-
Glenn Kasten authored
Both Khronos and we say to use < > in our docs Change-Id: Ibf1d2b83036582a605aa6b9043210c89a4eb0e1e
-
Glenn Kasten authored
Change-Id: I82c8a66886bd3b853fac88594370545ed23a0400
-
Glenn Kasten authored
On uniprocessor, the main thread reached Engine::Destroy before the worker threads had even started, so they did not see the shutdown. On SMP, the worker threads were started (and blocked), so it was OK. This new code also has the advantage of shutting down quicker if there are pending callback requests in the queue. Change-Id: Iff8cca042ebffe48ce7cc5d798e7b3b9911fb64b
-
Glenn Kasten authored
-
Jean-Michel Trivi authored
-
Glenn Kasten authored
Change-Id: I71c5e016147002fa84a56fc703da52e7b5c8417a
-
- 18 Jul, 2011 2 commits
-
-
Glenn Kasten authored
Change-Id: Id06193de5ba82bebe36515c0ca18702b3a5c3222
-
Jean-Michel Trivi authored
Add support for the OpenMAX AL XAVideoDecoderCapabilitiesItf engine interface. Implement the Android support of this interface in VideoCodec_to_android.*. This functionality relies on OMXCodec::QueryCodecs() feature, and does only expose hardware codec capabilities (see full note in VideoCodec_to_android.h). Add sample code to list the platform's video decoders and their profile / level combinations. Change-Id: Iff6a42542c1db67ca1dcf539449ca96aa5944f6d
-
- 15 Jul, 2011 2 commits
-
-
Jean-Baptiste Queru authored
* commit '91a9a6b1be0a58b3d2d3865001c0f54a4f02b550': opensles: fix 86 compilation.
-
Jean-Baptiste Queru authored
Change-Id: Ib547f2729a2f3aab6a595680c8e042aa6a8d1342
-
- 14 Jul, 2011 3 commits
-
-
Wei Hua authored
-
Andreas Huber authored
-
David 'Digit' Turner authored
* commit '0dc351beb3357f71ef4a04c088eb69c38dd98d8d': opensles: fix 86 compilation.
-
- 13 Jul, 2011 2 commits
-
-
Andreas Huber authored
Change-Id: I893738d1aa1e91300c966a5ac3a7cc3ce1202152
-
Marius Renn authored
-
- 12 Jul, 2011 8 commits
-
-
Jean-Michel Trivi authored
-
Jean-Michel Trivi authored
Updated the asynchronous callback queue system to support 'piipp' callback signatures. Applied this update to make the StreamInformation property change event notification asynchronous. Made the XA_PLAYEVENT_HEADATEND also use the callback queue. Change-Id: I6fd8dee5eefa1d09006661f69de302a8b7fff0f5
-
Eino-Ville Talvala authored
-
Jeff Brown authored
-
Eino-Ville Talvala authored
-
Jean-Michel Trivi authored
-
Jean-Michel Trivi authored
The play interface was only in place for routing calls to an AudioPlayer in OpenSL ES, not in OpenMAX AL for a MediaPlayer. Change-Id: Icf514be428396264252874faf1060c76ddee9545
-
Jeff Brown authored
Bug: 5010576 Change-Id: I59e3c37c05c1114648172d9aba7abf035986bede
-
- 11 Jul, 2011 1 commit
-
-
Glenn Kasten authored
-