/frameworks/av/media/libstagefright/timedtext/test/ |
TimedTextSRTSource_test.cpp | 150 MediaSource::ReadOptions options; 151 options.setSeekTo(500, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); 159 MediaSource::ReadOptions options; 160 options.setSeekTo(7 * kSecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); 164 options.setSeekTo(8 * kSecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); 171 MediaSource::ReadOptions options; 172 options.setSeekTo(i * kSecToUsec, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); 177 options.setSeekTo(i * kSecToUsec + 100, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC); 186 MediaSource::ReadOptions options; 187 options.setSeekTo(i * kSecToUsec + 500000, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC) [all...] |
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.h | 33 struct MediaSource; 141 sp<MediaSource> createAudioSource(); 145 // Generic MediaSource set-up. Returns the appropriate 148 status_t setupMediaSource(sp<MediaSource> *mediaSource); 155 sp<MediaSource> cameraSource, 157 sp<MediaSource> *source);
|
/frameworks/av/media/libstagefright/ |
DRMExtractor.cpp | 24 #include <media/stagefright/MediaSource.h> 36 class DRMSource : public MediaSource { 38 DRMSource(const sp<MediaSource> &mediaSource, 53 sp<MediaSource> mOriginalMediaSource; 67 DRMSource::DRMSource(const sp<MediaSource> &mediaSource, 71 : mOriginalMediaSource(mediaSource), 249 sp<MediaSource> DRMExtractor::getTrack(size_t index) { 250 sp<MediaSource> originalMediaSource = mOriginalExtractor->getTrack(index) [all...] |
/frameworks/av/media/libstagefright/include/ |
AwesomePlayer.h | 38 struct MediaSource; 167 sp<MediaSource> mVideoTrack; 168 sp<MediaSource> mVideoSource; 176 sp<MediaSource> mAudioTrack; 177 sp<MediaSource> mOmxSource; 178 sp<MediaSource> mAudioSource; 264 void setAudioSource(sp<MediaSource> source); 268 void setVideoSource(sp<MediaSource> source); 271 void addTextSource_l(size_t trackIndex, const sp<MediaSource>& source); 352 status_t selectAudioTrack_l(const sp<MediaSource>& source, size_t trackIndex) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
URLMediaSource.cpp | 32 #include "modules/mediasource/URLMediaSource.h" 35 #include "modules/mediasource/MediaSourceBase.h" 42 // Since WebWorkers cannot obtain MediaSource objects, we should be on the main thread.
|
WebKitMediaSource.cpp | 32 #include "modules/mediasource/WebKitMediaSource.h" 38 #include "modules/mediasource/MediaSourceRegistry.h" 50 RefPtr<WebKitMediaSource> mediaSource(adoptRef(new WebKitMediaSource(context))); 51 mediaSource->suspendIfNeeded(); 52 return mediaSource.release(); 183 // https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#widl-MediaSource-isTypeSupported-boolean-DOMString-type 195 // 3. If type contains a media type or media subtype that the MediaSource does not support, then return false. 196 // 4. If type contains at a codec that the MediaSource does not support, then return false. 197 // 5. If the MediaSource does not support the specified combination of media type, media subtype, and codecs then return false.
|
WebKitMediaSource.h | 35 #include "modules/mediasource/MediaSourceBase.h" 36 #include "modules/mediasource/WebKitSourceBuffer.h" 37 #include "modules/mediasource/WebKitSourceBufferList.h"
|
/frameworks/av/include/media/stagefright/ |
MediaAdapter.h | 21 #include <media/stagefright/MediaSource.h> 30 struct MediaAdapter : public MediaSource, public MediaBufferObserver { 36 // Inherited functions from MediaSource
|
JPEGSource.h | 21 #include <media/stagefright/MediaSource.h> 28 struct JPEGSource : public MediaSource {
|
MediaWriter.h | 26 struct MediaSource; 35 virtual status_t addSource(const sp<MediaSource> &source) = 0;
|
AudioPlayer.h | 28 class MediaSource; 54 void setSource(const sp<MediaSource> &source); 82 sp<MediaSource> mSource;
|
/frameworks/wilhelm/src/android/include/ |
AacAdtsExtractor.h | 29 #include <media/stagefright/MediaSource.h> 39 class AacAdtsSource : public MediaSource { 79 virtual sp<MediaSource> getTrack(size_t index);
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorAudioPlayer.h | 33 class MediaSource; 74 void setSource(const sp<MediaSource> &source); 75 sp<MediaSource> getSource(); 93 sp<MediaSource> mSource;
|
/frameworks/base/media/tests/omxjpegdecoder/ |
omx_jpeg_decoder.cpp | 29 #include <media/stagefright/MediaSource.h> 102 sp<MediaSource> source = prepareMediaSource(stream); 121 sp<MediaSource> decoder = getDecoder(&mClient, source); 131 sp<MediaSource> OmxJpegImageDecoder::getDecoder( 132 OMXClient *client, const sp<MediaSource>& source) { 134 sp<MediaSource> decoder = OMXCodec::Create( 141 bool OmxJpegImageDecoder::decodeSource(sp<MediaSource> decoder, 142 const sp<MediaSource>& source, SkBitmap* bm) { 175 void OmxJpegImageDecoder::installPixelRef(MediaBuffer *buffer, sp<MediaSource> decoder,
|
SkOmxPixelRef.h | 30 sp<MediaSource> decoder); 44 sp<MediaSource> mDecoder;
|
/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,
|
DataManager.java | 29 import com.android.gallery3d.data.MediaSource.PathId; 108 private HashMap<String, MediaSource> mSourceMap = 109 new LinkedHashMap<String, MediaSource>(); 130 for (MediaSource source : mSourceMap.values()) { 150 void addSource(MediaSource source) { 171 MediaSource source = mSourceMap.get(path.getPrefix()); 238 MediaSource source = mSourceMap.get(prefix); 270 for (MediaSource source : mSourceMap.values()) { 278 MediaSource source = mSourceMap.get(item.getPrefix()); 285 for (MediaSource source : mSourceMap.values()) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/ |
modules.gypi | 87 'mediasource/HTMLVideoElementMediaSource.idl', 88 'mediasource/MediaSource.idl', 89 'mediasource/SourceBuffer.idl', 90 'mediasource/SourceBufferList.idl', 91 'mediasource/URLMediaSource.idl', 92 'mediasource/VideoPlaybackQuality.idl', 93 'mediasource/WebKitMediaSource.idl', 94 'mediasource/WebKitSourceBuffer.idl', 95 'mediasource/WebKitSourceBufferList.idl' [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
GenericSource.h | 31 struct MediaSource; 63 sp<MediaSource> mSource;
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTPSession.h | 28 struct MediaSource; 36 sp<MediaSource> trackAt(size_t index);
|
/frameworks/av/media/libstagefright/timedtext/ |
TimedText3GPPSource.cpp | 26 #include <media/stagefright/MediaSource.h> 34 TimedText3GPPSource::TimedText3GPPSource(const sp<MediaSource>& mediaSource) 35 : mSource(mediaSource) { 43 const MediaSource::ReadOptions *options) {
|
/frameworks/av/cmds/stagefright/ |
stagefright.cpp | 40 #include <media/stagefright/MediaSource.h> 131 static void dumpSource(const sp<MediaSource> &source, const String8 &filename) { 164 static void playSource(OMXClient *client, sp<MediaSource> &source) { 170 sp<MediaSource> rawSource; 226 MediaSource::ReadOptions options; 302 MediaSource::ReadOptions options; 397 struct DetectSyncSource : public MediaSource { 398 DetectSyncSource(const sp<MediaSource> &source); 415 sp<MediaSource> mSource; 422 DetectSyncSource::DetectSyncSource(const sp<MediaSource> &source [all...] |
record.cpp | 42 class DummySource : public MediaSource { 78 MediaBuffer **buffer, const MediaSource::ReadOptions *options) { 117 sp<MediaSource> createSource(const char *filename) { 118 sp<MediaSource> source; 191 sp<MediaSource> source = createSource(argv[1]); 200 sp<MediaSource> decoder = OMXCodec::Create( 210 sp<MediaSource> decoder = new DummySource(width, height, colorFormat); 226 sp<MediaSource> encoder = 307 sp<MediaSource> audioSource = new SineSource(kSampleRate, kNumChannels); 328 sp<MediaSource> encoder [all...] |
/external/chromium_org/tools/perf/page_sets/mse_cases/ |
startup_test.js | 52 { label: 'MediaSource opening', 180 BufferAppender.prototype.onSourceOpen = function(mediaSource) { 183 this.sourceBuffer = mediaSource.addSourceBuffer(this.mimetype); 259 StreamAppender.prototype.onSourceOpen = function(mediaSource) { 262 this.sourceBuffer = mediaSource.addSourceBuffer(this.mimetype); 320 var mediaSource = event.target; 325 appenders[i].onSourceOpen(mediaSource); 329 appenders[i].attemptAppend(mediaSource); 335 var mediaSource; 336 if (window['MediaSource']) { [all...] |
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/ |
VideoEditorVideoDecoder_internal.h | 46 #include <media/stagefright/MediaSource.h> 80 sp<MediaSource> mVideoDecoder; /**< Stagefright decoder instance */ 81 sp<MediaSource> mReaderSource; /**< Reader access > */
|