HomeSort by relevance Sort by last modified time
    Searched refs:MediaSource (Results 26 - 50 of 174) sorted by null

12 3 4 5 6 7

  /frameworks/av/media/libstagefright/include/
AACEncoder.h 20 #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/include/media/stagefright/
NuMediaExtractor.h 21 #include <media/stagefright/MediaSource.h>
36 struct MediaSource;
65 MediaSource::ReadOptions::SeekMode mode =
66 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC);
85 sp<MediaSource> mSource;
107 MediaSource::ReadOptions::SeekMode mode =
108 MediaSource::ReadOptions::SEEK_CLOSEST_SYNC);
MediaAdapter.h 21 #include <media/stagefright/MediaSource.h>
30 struct MediaAdapter : public MediaSource, public MediaBufferObserver {
36 // Inherited functions from MediaSource
MediaExtractor.h 26 class MediaSource;
35 virtual sp<MediaSource> getTrack(size_t index) = 0;
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;
AudioSource.h 23 #include <media/stagefright/MediaSource.h>
33 struct AudioSource : public MediaSource, public MediaBufferObserver {
  /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/libstagefright/rtsp/
ARTPSession.h 28 struct MediaSource;
36 sp<MediaSource> trackAt(size_t index);
VideoSource.h 23 #include <media/stagefright/MediaSource.h>
28 class VideoSource : public MediaSource {
58 MediaBuffer **buffer, const MediaSource::ReadOptions *options) {
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSource.cpp 24 #include <media/stagefright/MediaSource.h>
36 const sp<MediaSource>& mediaSource) {
38 CHECK(mediaSource->getFormat()->findCString(kKeyMIMEType, &mime));
40 return new TimedText3GPPSource(mediaSource);
TimedTextSRTSource.h 21 #include <media/stagefright/MediaSource.h>
42 const MediaSource::ReadOptions *options = NULL);
68 const MediaSource::ReadOptions *options,
TimedTextPlayer.h 23 #include <media/stagefright/MediaSource.h>
73 void doRead(MediaSource::ReadOptions* options = NULL);
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.h 56 class MediaSource;
63 static PassRefPtr<SourceBuffer> create(PassOwnPtr<blink::WebSourceBuffer>, MediaSource*, GenericEventQueue*);
97 SourceBuffer(PassOwnPtr<blink::WebSourceBuffer>, MediaSource*, GenericEventQueue*);
119 MediaSource* m_source;
SourceBuffer.idl 34 RuntimeEnabled=MediaSource
  /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 > */
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
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...]
  /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/cmds/stagefright/
audioloop.cpp 30 sp<MediaSource> source = new SineSource(kSampleRate, kNumChannels);
32 sp<MediaSource> source = new AudioSource(
53 sp<MediaSource> encoder = OMXCodec::Create(
65 sp<MediaSource> decoder = OMXCodec::Create(
  /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/
SkOmxPixelRef.cpp 25 sp<MediaSource> decoder) {
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,
  /frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h 29 class MediaSource;
49 size_t trackIndex, const sp<MediaSource>& source);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.h 31 struct MediaSource;
63 sp<MediaSource> mSource;
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h 22 #include <media/stagefright/MediaSource.h>
32 struct AnotherPacketSource : public MediaSource {

Completed in 568 milliseconds

12 3 4 5 6 7