Searched defs:MediaSource (Results 1 - 3 of 3) sorted by relevance

/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() {
38 void MediaSource::ReadOptions::setNonBlocking() {
42 void MediaSource::ReadOptions::clearNonBlocking() {
46 bool 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
118 virtual ~MediaSource();
121 MediaSource(const MediaSource &);
122 MediaSource &operator=(const MediaSource &);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java46 public class MediaSource extends Filter { class in inherits:Filter
125 // Currently, given a device orientation, the MediaSource rotates in such a way
128 // where the MediaSource rotates the source to align with the camera feed and pass it
135 // to the frame so that MediaSource itself need not know about any rotation.
162 private static final String TAG = "MediaSource";
164 public MediaSource(String name) { method in class:MediaSource
185 if (mLogVerbose) Log.v(TAG, "Preparing MediaSource");
198 Log.v(TAG, "Opening MediaSource");
361 if (mLogVerbose) Log.v(TAG, "MediaSource closed");
529 synchronized(MediaSource
[all...]

Completed in 233 milliseconds