History log of /system/media/wilhelm/tests/mimeUri/slesTestGetPositionUri.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0e24408bb4fadda368412d16e9e865afa46f8a87 29-Jul-2011 Glenn Kasten <gkasten@google.com> Return after prefetch error in get position test

Change-Id: I7de1ddd05e4d2115dc54215d62f8af76f6c352ff
/system/media/wilhelm/tests/mimeUri/slesTestGetPositionUri.cpp
a6c5e52ded343b557152156c33d33a10d29bf6f1 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
/system/media/wilhelm/tests/mimeUri/slesTestGetPositionUri.cpp
1b3d049fdaa0dfb601e5b7f482e04e84d38d2f93 08-Jul-2011 Jean-Michel Trivi <jmtrivi@google.com> Implement GetPosition for players playing from a URI/FD

AudioPlayer (OpenSL ES) and MediaPlayer (OpenMAX AL) that play
media from a URI or FD are implemented on top of an Android
MediaPlayer. This CL implements requesting the current position
from the underlying MediaPlayer object inside the event loop.
At this stage, GetPosition cannot be called from inside a
callback as the callback is made on the same thread that will
process the asynchronous part of the GetPosition implementation.
Add test app for GetPosition.

Change-Id: Ife768bc40e37fc60cc19f6ba84bbe6cb06cc6590
/system/media/wilhelm/tests/mimeUri/slesTestGetPositionUri.cpp