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

  /frameworks/av/cmds/stagefright/
SimplePlayer.h 31 struct SimplePlayer : public AHandler {
32 SimplePlayer();
42 virtual ~SimplePlayer();
106 DISALLOW_EVIL_CONSTRUCTORS(SimplePlayer);
SimplePlayer.cpp 18 #define LOG_TAG "SimplePlayer"
21 #include "SimplePlayer.h"
36 SimplePlayer::SimplePlayer()
42 SimplePlayer::~SimplePlayer() {
60 status_t SimplePlayer::setDataSource(const char *path) {
67 status_t SimplePlayer::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) {
82 status_t SimplePlayer::prepare() {
88 status_t SimplePlayer::start()
    [all...]
Android.mk 150 SimplePlayer.cpp \
codec.cpp 21 #include "SimplePlayer.h"
413 sp<SimplePlayer> player = new SimplePlayer;
  /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 506 milliseconds