Searched defs:MediaSource (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java54 public class MediaSource extends Filter { class in inherits: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) { method in class:MediaSource
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
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaSource.h32 struct MediaSource : public virtual RefBase { struct in namespace:android
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 &);
/frameworks/av/media/libstagefright/
H A DMediaSource.cpp17 #include <media/stagefright/MediaSource.h>
21 MediaSource::MediaSource() {} function in class:android::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
[all...]

Completed in 59 milliseconds