e31a69fcbe27894a597176d05a08e04c06092021 |
|
13-Apr-2011 |
Glenn Kasten <gkasten@google.com> |
Fix various bugs found with unit tests ISeek::SetLoop was returning undefined status. Khronos Bug 7614 - sizeof(long) != 32 bits on x86_64. Fix bug in IID hashing due to the above. Fix bug in GenericMediaPlayer::onLoop; was using mPlayer without checking for NULL. Fix wrong API level in tests/sandbox/object.c. Decrease log level from I to V in MediaPlayerNotificationClient::notify and GenericPlayer::~GenericPlayer. Fix memory leak in tests/sandbox/engine.c. Comment out overly verbose log in tests/sandbox/streamSource/slesTestPlayStream.cpp. Change-Id: I322fa9e19ee95ea1e18870a20f6a3c03b8f21208
/frameworks/wilhelm/include/OMXAL/OpenMAXAL_Platform.h
|
ebc8fd365b402e498d499fa8737a7591c290347c |
|
16-Dec-2010 |
Glenn Kasten <gkasten@google.com> |
Clean up the API macros SL_API and XA_API declare a symbol to be exported by .so. SLAPIENTRY and XAAPIENTRY are for calling conventions, and are currently unused. Also unified the 64-bit int types between SL and XA. Remove obsolete symlinks. Change-Id: I248f624f3e974f130c62cfc27ce9ad8eb40c0b56
/frameworks/wilhelm/include/OMXAL/OpenMAXAL_Platform.h
|
eae4df541ba1d46f65d37e959baf2127aa632c93 |
|
10-Dec-2010 |
Jean-Michel Trivi <jmtrivi@google.com> |
Start support for XAAndroidBufferQueueItf in OpenMAX AL Added an Android OpenMAX AL header for the Android interfaces Registered the AndroidBufferQueueItf as an explicit interface on MediaPlayer. Updated the Java+Native example to register a callback from which OpenMAX AL can retrieve the data to play Started unifying the player object used by OpenMAX AL and OpenSL ES so they use a common class. Change-Id: I73cec8c802f74767545c91278e5e73c8c7995218
/frameworks/wilhelm/include/OMXAL/OpenMAXAL_Platform.h
|
8db0b106cdce5f5216b1535492de7930ad738aed |
|
29-Nov-2010 |
Glenn Kasten <gkasten@google.com> |
Continued work on OpenMAX AL engine APIs Added xaCreateEngine as synonym for slCreateEngine, but not yet reference counted to share same object with slCreateEngine. Added the beginnings of a XA_IID_ENGINE engine interface but still needs more work. Added simple xa test app. New extension: ANDROID_SDK_LEVEL_10 (not NDK per digit). Split up sles.c: - Move data source, sink, locator, format code to data.c - Move global entry points to entry.c - Collect all engine-related code into CEngine.c - Collect all device-related code into devices.c Change-Id: I9fdeed1e29f698869f409014a39401999ac84e5f
/frameworks/wilhelm/include/OMXAL/OpenMAXAL_Platform.h
|