HomeSort by relevance Sort by last modified time
    Searched defs:MediaSource (Results 1 - 4 of 4) sorted by null

  /frameworks/av/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/av/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,
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
MediaSource.java 54 public class MediaSource extends Filter {
133 // Currently, given a device orientation, the MediaSource rotates in such a way
136 // where the MediaSource rotates the source to align with the camera feed and pass it
143 // to the frame so that MediaSource itself need not know about any rotation.
170 private static final String TAG = "MediaSource";
172 public MediaSource(String name) {
193 if (mLogVerbose) Log.v(TAG, "Preparing MediaSource");
206 Log.v(TAG, "Opening MediaSource");
369 if (mLogVerbose) Log.v(TAG, "MediaSource closed");
537 synchronized(MediaSource.this)
    [all...]

Completed in 226 milliseconds