History log of /frameworks/wilhelm/tests/sandbox/xa.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
34ea74827da9a7401d779f7dab9bc63b8253baa4 08-Jul-2016 Glenn Kasten <gkasten@google.com> Update the Wilhelm unit tests

Some of the unit tests had experienced bit rot, so fixed the tests to
run again. Except "xa" is not completely fixed yet.

Change-Id: I97ebc87cd859bd2b9893f0b315d94b1a09c85c09
/frameworks/wilhelm/tests/sandbox/xa.c
850727b9b82f7a5fec7707addd501776b1f34229 30-Jan-2015 Elliott Hughes <enh@google.com> am 017a13bb: am bcb2ea56: Merge "Add missing includes."

* commit '017a13bbe4bbbce97f424c9c62ddd6d38ebd603a':
Add missing includes.
b93695922547aecaf67b4e9c0bf1306257ffd54d 30-Jan-2015 Elliott Hughes <enh@google.com> Add missing includes.

Change-Id: If374206e6bee008823af7b3b5df1ee0a1992e2f0
/frameworks/wilhelm/tests/sandbox/xa.c
086a6f51a7b12880ed114962136972f89ed70da2 03-Jan-2015 Glenn Kasten <gkasten@google.com> Fix unused parameter warnings

Change-Id: I5fe531745c58bfab9f6c0373190c49ec881b18c2
/frameworks/wilhelm/tests/sandbox/xa.c
c6853892c94800e72c0bd676d5d2136d48cea76e 19-Jul-2011 Glenn Kasten <gkasten@google.com> Use the documented header filenames

Both Khronos and we say to use < > in our docs

Change-Id: Ibf1d2b83036582a605aa6b9043210c89a4eb0e1e
/frameworks/wilhelm/tests/sandbox/xa.c
58432eb9cea995c69b4f905e68b38c1b8216edeb 13-Jun-2011 Glenn Kasten <gkasten@google.com> Better defaults and fix warnings

Use better defaults for slesTestFeedback rxBufCount and channel count.
Fix build warnings.

Change-Id: Ieef4750cbc454029e61524cc8011a6c774088762
/frameworks/wilhelm/tests/sandbox/xa.c
b8738cd33a43cf03f67534dd7ea567d1354cfcce 11-Jan-2011 Glenn Kasten <gkasten@google.com> Shared engine between OpenSL ES and OpenMAX AL

Change-Id: Idaee7eeb37be1c00ab8c0cf7976163831eb0fb23
/frameworks/wilhelm/tests/sandbox/xa.c
94a37e8117fb72790882dfb815f99e2365754c74 03-Dec-2010 Glenn Kasten <gkasten@google.com> Continue implementation of MediaPlayer object

Add CMediaPlayer.c for the various hooks.
Start implementing Play::SetPlayState for MediaPlayer.
CheckDataSource and Sink now takes a mask of allowed data locator types.
Data source and sink error logs now include the name of the source or sink.

Change-Id: I3702c977dd367a788ce78575e1e2891dafd2c983
/frameworks/wilhelm/tests/sandbox/xa.c
8b8875067dd02b79361abb00c5d65b02a8ae72b0 01-Dec-2010 Glenn Kasten <gkasten@google.com> Start implementing CreateMediaPlayer

Add CMediaPlayer class.
Add IEngine_CreateMediaPlayer handler.
Add OpenMAX AL native display data locator and raw image data format.
Add OpenMAX AL I/O devices: camera and radio.

Change-Id: Ie99c09110ac9fdcd98bf0bfc487c6e3fcde58f19
/frameworks/wilhelm/tests/sandbox/xa.c
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/tests/sandbox/xa.c