HomeSort by relevance Sort by last modified time
    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 {
126 // Currently, given a device orientation, the MediaSource rotates in such a way
129 // where the MediaSource rotates the source to align with the camera feed and pass it
136 // to the frame so that MediaSource itself need not know about any rotation.
163 private static final String TAG = "MediaSource";
165 public MediaSource(String name) {
186 if (mLogVerbose) Log.v(TAG, "Preparing MediaSource");
199 Log.v(TAG, "Opening MediaSource");
362 if (mLogVerbose) Log.v(TAG, "MediaSource closed");
526 synchronized(MediaSource.this)
    [all...]

Completed in 142 milliseconds