Searched refs:MediaSource (Results 1 - 25 of 132) sorted by relevance

123456

/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...]
/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 &);
H A DAMRWriter.h28 struct MediaSource;
37 virtual status_t addSource(const sp<MediaSource> &source);
49 sp<MediaSource> mSource;
H A DNuMediaExtractor.h21 #include <media/stagefright/MediaSource.h>
36 struct MediaSource;
63 MediaSource::ReadOptions::SeekMode mode =
64 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC);
83 sp<MediaSource> mSource;
105 MediaSource::ReadOptions::SeekMode mode =
106 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC);
H A DJPEGSource.h21 #include <media/stagefright/MediaSource.h>
28 struct JPEGSource : public MediaSource {
H A DMediaExtractor.h26 class MediaSource;
35 virtual sp<MediaSource> getTrack(size_t index) = 0;
H A DAACWriter.h25 struct MediaSource;
34 virtual status_t addSource(const sp<MediaSource> &source);
51 sp<MediaSource> mSource;
/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.h27 class MediaSource;
33 sp<MediaSource> mSource;
46 DummyRecorder(const sp<MediaSource> &source) : mSource(source)
/frameworks/av/media/libstagefright/timedtext/
H A DTimedText3GPPSource.h21 #include <media/stagefright/MediaSource.h>
32 TimedText3GPPSource(const sp<MediaSource>& mediaSource);
39 const MediaSource::ReadOptions *options = NULL);
47 sp<MediaSource> mSource;
H A DTimedTextSource.cpp24 #include <media/stagefright/MediaSource.h>
36 const sp<MediaSource>& mediaSource) {
H A DTimedTextSRTSource.h21 #include <media/stagefright/MediaSource.h>
42 const MediaSource::ReadOptions *options = NULL);
68 const MediaSource::ReadOptions *options,
H A DTimedTextSource.h22 #include <media/stagefright/MediaSource.h> // for MediaSource::ReadOptions
38 const sp<MediaSource>& source);
49 const MediaSource::ReadOptions *options = NULL) = 0;
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.h25 #include <media/stagefright/MediaSource.h>
49 sp<MediaSource> getDecoder(OMXClient* client, const sp<MediaSource>& source);
50 bool decodeSource(sp<MediaSource> decoder, const sp<MediaSource>& source,
52 void installPixelRef(MediaBuffer* buffer, sp<MediaSource> decoder,
H A DSkOmxPixelRef.h30 sp<MediaSource> decoder);
43 sp<MediaSource> mDecoder;
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.h20 #include <media/stagefright/MediaSource.h>
30 struct DummyVideoSource : public MediaSource {
43 const MediaSource::ReadOptions *options = NULL);
H A DVideoEditorSRC.h19 #include <media/stagefright/MediaSource.h>
27 class VideoEditorSRC : public MediaSource , public AudioBufferProvider {
30 VideoEditorSRC(const sp<MediaSource> &source);
59 sp<MediaSource> mSource;
H A DDummyAudioSource.h20 #include <media/stagefright/MediaSource.h>
28 struct DummyAudioSource : public MediaSource {
41 const MediaSource::ReadOptions *options = NULL);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.h26 struct MediaSource;
31 * from a MediaSource repeatedly. The user can then get the
36 MediaBufferPuller(const sp<MediaSource>& source);
43 // pulling buffers from the MediaSource.
68 sp<MediaSource> mSource;
81 status_t mSourceError; // Error returned by MediaSource read
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h25 struct MediaSource;
33 MediaPuller(const sp<MediaSource> &source, const sp<AMessage> &notify);
49 sp<MediaSource> mSource;
H A DRepeaterSource.h7 #include <media/stagefright/MediaSource.h>
11 // This MediaSource delivers frames at a constant rate by repeating buffers
13 struct RepeaterSource : public MediaSource {
14 RepeaterSource(const sp<MediaSource> &source, double rateHz);
42 sp<MediaSource> mSource;
/frameworks/av/cmds/stagefright/
H A DSineSource.h5 #include <media/stagefright/MediaSource.h>
11 struct SineSource : public MediaSource {
/frameworks/av/media/libstagefright/include/
H A DAACEncoder.h20 #include <media/stagefright/MediaSource.h>
30 class AACEncoder: public MediaSource {
32 AACEncoder(const sp<MediaSource> &source, const sp<MetaData> &meta);
45 sp<MediaSource> mSource;
/frameworks/av/media/libstagefright/timedtext/test/
H A DTimedTextSRTSource_test.cpp150 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
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSession.h28 struct MediaSource;
36 sp<MediaSource> trackAt(size_t index);
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h46 #include <media/stagefright/MediaSource.h>
80 sp<MediaSource> mVideoDecoder; /**< Stagefright decoder instance */
81 sp<MediaSource> mReaderSource; /**< Reader access > */

Completed in 6254 milliseconds

123456