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.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
android | 4 months ago | |
autogen | 4 months ago | |
desktop | 4 months ago | |
itf | 4 months ago | |
objects | 4 months ago | |
ut | 4 months ago | |
Android.bp | 4 months ago | |
Configuration.h | 4 months ago | |
MPH.h | 4 months ago | |
MPH_to.c | 4 months ago | |
MPH_to.h | 4 months ago | |
OpenSLES_IID.cpp | 4 months ago | |
README.txt | 4 months ago | |
ThreadPool.cpp | 4 months ago | |
ThreadPool.h | 4 months ago | |
assert.cpp | 4 months ago | |
attr.h | 4 months ago | |
classes.cpp | 4 months ago | |
classes.h | 4 months ago | |
data.cpp | 4 months ago | |
data.h | 4 months ago | |
devices.cpp | 4 months ago | |
devices.h | 4 months ago | |
entry.cpp | 4 months ago | |
handler_bodies.cpp | 4 months ago | |
handlers.c | 4 months ago | |
handlers.h | 4 months ago | |
interfaces.cpp | 4 months ago | |
itfstruct.h | 4 months ago | |
libOpenMAXAL.map.txt | 4 months ago | |
libOpenSLES.map.txt | 4 months ago | |
locks.cpp | 4 months ago | |
locks.h | 4 months ago | |
platform.h | 4 months ago | |
sl_entry.cpp | 4 months ago | |
sl_iid.cpp | 4 months ago | |
sles.cpp | 4 months ago | |
sles_allinclusive.h | 4 months ago | |
sllog.cpp | 4 months ago | |
sllog.h | 4 months ago | |
sync.cpp | 4 months ago | |
trace.cpp | 4 months ago | |
trace.h | 4 months ago | |
xa_entry.cpp | 4 months ago | |
xa_iid.cpp | 4 months 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