HomeSort by relevance Sort by last modified time
    Searched refs:SimplePlayer (Results 1 - 8 of 8) sorted by null

  /frameworks/av/cmds/stagefright/
SimplePlayer.h 32 struct SimplePlayer : public AHandler {
33 SimplePlayer();
43 virtual ~SimplePlayer();
107 DISALLOW_EVIL_CONSTRUCTORS(SimplePlayer);
SimplePlayer.cpp 18 #define LOG_TAG "SimplePlayer"
21 #include "SimplePlayer.h"
38 SimplePlayer::SimplePlayer()
44 SimplePlayer::~SimplePlayer() {
62 status_t SimplePlayer::setDataSource(const char *path) {
69 status_t SimplePlayer::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) {
83 status_t SimplePlayer::prepare() {
89 status_t SimplePlayer::start()
    [all...]
Android.mk 131 SimplePlayer.cpp \
codec.cpp 22 #include "SimplePlayer.h"
443 sp<SimplePlayer> player = new SimplePlayer;
  /cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTest.java 236 final SimplePlayer player = new SimplePlayer(getHelper().getContext());
237 final SimplePlayer.PlayerResult playerResult = player.decodeVideoFrames(
DecodeAccuracyTestBase.java 138 static class SimplePlayer {
146 private static final String TAG = SimplePlayer.class.getSimpleName();
159 public SimplePlayer(Context context) {
163 public SimplePlayer(Context context, String codecName) {
262 if (outputResult == SimplePlayer.END_OF_STREAM) {
265 if (outputResult == SimplePlayer.DEQUEUE_SUCCESS) {
528 * Stores the result from SimplePlayer.
    [all...]
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java 45 public class SimplePlayer implements OnClickListener {
47 private final static String TAG = "SimplePlayer";
64 SimplePlayer(Context context, int playPausebuttonId, ImageView playPausebutton,
71 SimplePlayer(Context context, int playPausebuttonId, ImageView playPausebutton,
EnvReverbTest.java 56 static SimplePlayer sPlayerController = null;
80 sPlayerController = new SimplePlayer(this, R.id.playPause1, playPause,

Completed in 111 milliseconds