HomeSort by relevance Sort by last modified time
    Searched defs:MediaSource (Results 1 - 7 of 7) 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() {
38 void MediaSource::ReadOptions::setNonBlocking() {
42 void MediaSource::ReadOptions::clearNonBlocking() {
46 bool MediaSource::ReadOptions::getNonBlocking() const
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaSource.java 32 public class MediaSource {
40 public MediaSource(long nativeSource) {
  /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
118 virtual ~MediaSource();
121 MediaSource(const MediaSource &);
122 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,
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.cpp 32 #include "modules/mediasource/MediaSource.h"
42 #include "modules/mediasource/MediaSourceRegistry.h"
61 exceptionState.throwDOMException(InvalidStateError, "The MediaSource's readyState is not 'open'.");
65 exceptionState.throwDOMException(InvalidStateError, "The 'updating' attribute is true on one or more of this MediaSource's SourceBuffers.");
72 const AtomicString& MediaSource::openKeyword()
78 const AtomicString& MediaSource::closedKeyword()
84 const AtomicString& MediaSource::endedKeyword()
90 PassRefPtrWillBeRawPtr<MediaSource> MediaSource::create(ExecutionContext* context
    [all...]
  /external/chromium_org/remoting/webapp/js_proto/
dom_proto.js 172 var MediaSource = function() {}
178 MediaSource.prototype.addSourceBuffer = function(format) {}
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
MediaSource.java 46 public class MediaSource extends 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) {
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.this)
    [all...]

Completed in 656 milliseconds