You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| android | 3 years ago | |
| autogen | 3 years ago | |
| desktop | 3 years ago | |
| itf | 3 years ago | |
| objects | 3 years ago | |
| ut | 3 years ago | |
| Android.bp | 3 years ago | |
| Configuration.h | 3 years ago | |
| MPH.h | 3 years ago | |
| MPH_to.c | 3 years ago | |
| MPH_to.h | 3 years ago | |
| OpenSLES_IID.cpp | 3 years ago | |
| README.txt | 3 years ago | |
| ThreadPool.cpp | 3 years ago | |
| ThreadPool.h | 3 years ago | |
| assert.cpp | 3 years ago | |
| attr.h | 3 years ago | |
| classes.cpp | 3 years ago | |
| classes.h | 3 years ago | |
| data.cpp | 3 years ago | |
| data.h | 3 years ago | |
| devices.cpp | 3 years ago | |
| devices.h | 3 years ago | |
| entry.cpp | 3 years ago | |
| handler_bodies.cpp | 3 years ago | |
| handlers.c | 3 years ago | |
| handlers.h | 3 years ago | |
| interfaces.cpp | 3 years ago | |
| itfstruct.h | 3 years ago | |
| libOpenMAXAL.map.txt | 3 years ago | |
| libOpenSLES.map.txt | 3 years ago | |
| locks.cpp | 3 years ago | |
| locks.h | 3 years ago | |
| platform.h | 3 years ago | |
| sl_entry.cpp | 3 years ago | |
| sl_iid.cpp | 3 years ago | |
| sles.cpp | 3 years ago | |
| sles_allinclusive.h | 3 years ago | |
| sllog.cpp | 3 years ago | |
| sllog.h | 3 years ago | |
| sync.cpp | 3 years ago | |
| trace.cpp | 3 years ago | |
| trace.h | 3 years ago | |
| xa_entry.cpp | 3 years ago | |
| xa_iid.cpp | 3 years ago | |
README.txt
This is the source code for the Wilhelm project, an implementation of native audio and multimedia for Android based on Khronos Group OpenSL ES and OpenMAX AL 1.0.1. Top-level: * Makefile * Initial entry points * Common glue code Subdirectories: android/ Android platform-specific code, other than interfaces autogen/ Automagically generated files, do not edit by hand desktop/ Experimental desktop PC platform-specific code itf/ OpenSL ES and OpenMAX AL interfaces, including Android-specific extensions objects/ OpenSL ES and OpenMAX AL objects aka classes ut/ Private utility toolkit