OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MediaSource
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/
MediaSource.cpp
17
#include <media/stagefright/
MediaSource
.h>
21
MediaSource
::
MediaSource
() {}
23
MediaSource
::~
MediaSource
() {}
27
MediaSource
::ReadOptions::ReadOptions() {
31
void
MediaSource
::ReadOptions::reset() {
37
void
MediaSource
::ReadOptions::setSeekTo(int64_t time_us, SeekMode mode) {
43
void
MediaSource
::ReadOptions::clearSeekTo() {
49
bool
MediaSource
::ReadOptions::getSeekTo
[
all
...]
/frameworks/base/include/media/stagefright/
MediaSource.h
32
struct
MediaSource
: public virtual RefBase {
33
MediaSource
();
57
//
MediaSource
has changed mid-stream, the client can continue reading
113
virtual ~
MediaSource
();
116
MediaSource
(const
MediaSource
&);
117
MediaSource
&operator=(const
MediaSource
&);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSource.java
25
public abstract class
MediaSource
{
26
private static final String TAG = "
MediaSource
";
29
protected
MediaSource
(String prefix) {
70
// Maps a list of Paths (all belong to this
MediaSource
) to MediaItems,
/system/media/mca/filterpacks/videosrc/java/
MediaSource.java
53
public class
MediaSource
extends Filter {
149
private static final String TAG = "
MediaSource
";
151
public
MediaSource
(String name) {
172
if (mLogVerbose) Log.v(TAG, "Preparing
MediaSource
");
185
Log.v(TAG, "Opening
MediaSource
");
341
if (mLogVerbose) Log.v(TAG, "
MediaSource
closed");
505
synchronized(
MediaSource
.this) {
507
MediaSource
.this.notify();
516
synchronized(
MediaSource
.this) {
518
MediaSource
.this.notify()
[
all
...]
Completed in 209 milliseconds