OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimplePlayer
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/cmds/stagefright/
SimplePlayer.cpp
18
#define LOG_TAG "
SimplePlayer
"
21
#include "
SimplePlayer
.h"
37
SimplePlayer
::
SimplePlayer
()
43
SimplePlayer
::~
SimplePlayer
() {
61
status_t
SimplePlayer
::setDataSource(const char *path) {
68
status_t
SimplePlayer
::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) {
82
status_t
SimplePlayer
::prepare() {
88
status_t
SimplePlayer
::start()
[
all
...]
SimplePlayer.h
31
struct
SimplePlayer
: public AHandler {
32
SimplePlayer
();
42
virtual ~
SimplePlayer
();
106
DISALLOW_EVIL_CONSTRUCTORS(
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,
/cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTestBase.java
113
public static class
SimplePlayer
{
119
private static final String TAG =
SimplePlayer
.class.getSimpleName();
125
public
SimplePlayer
(Context context) {
129
public
SimplePlayer
(Context context, MediaExtractor extractor) {
348
/* Stores the result from
SimplePlayer
. */
[
all
...]
Completed in 257 milliseconds