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

1 2 34 5 6 7

  /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...]
recordvideo.cpp 51 class DummySource : public MediaSource {
85 MediaBuffer **buffer, const MediaSource::ReadOptions *options) {
263 sp<MediaSource> source =
293 sp<MediaSource> encoder =
  /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/include/media/stagefright/
OMXCodec.h 24 #include <media/stagefright/MediaSource.h>
37 struct OMXCodec : public MediaSource,
64 static sp<MediaSource> Create(
67 const sp<MediaSource> &source,
192 sp<MediaSource> mSource;
237 const sp<MediaSource> &source,
MPEG2TSWriter.h 38 virtual status_t addSource(const sp<MediaSource> &source);
MediaMuxer.h 31 struct MediaSource;
CameraSource.h 22 #include <media/stagefright/MediaSource.h>
36 class CameraSource : public MediaSource, public MediaBufferObserver {
MPEG4Writer.h 30 class MediaSource;
42 virtual status_t addSource(const sp<MediaSource> &source);
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h 32 struct MediaSource;
141 const sp<MediaSource> &source,
MediaPuller.cpp 27 #include <media/stagefright/MediaSource.h>
33 const sp<MediaSource> &source, const sp<AMessage> &notify)
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java 28 import com.android.gallery3d.data.MediaSource;
34 public class PicasaSource extends MediaSource {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 29 #include <media/stagefright/MediaSource.h>
77 sp<MediaSource> track;
156 sp<MediaSource> source = audio ? mAudioTrack.mSource : mVideoTrack.mSource;
214 MediaSource::ReadOptions options;
  /frameworks/av/media/libstagefright/include/
MPEG2PSExtractor.h 37 virtual sp<MediaSource> getTrack(size_t index);
WVMExtractor.h 49 virtual sp<MediaSource> getTrack(size_t index);
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.h 42 virtual sp<MediaSource> getTrack(size_t index);
  /frameworks/av/media/libstagefright/tests/
DummyRecorder.cpp 21 #include <media/stagefright/MediaSource.h>
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSRTSource.cpp 27 #include <media/stagefright/MediaSource.h>
69 const MediaSource::ReadOptions *options) {
214 const MediaSource::ReadOptions *options,
221 MediaSource::ReadOptions::SeekMode mode;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterSource.java 21 class ClusterSource extends MediaSource {
SnailSource.java 20 public class SnailSource extends MediaSource {
FilterSource.java 21 public class FilterSource extends MediaSource {
UriSource.java 29 class UriSource extends MediaSource {
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
MediaBufferPuller.cpp 21 #include <media/stagefright/MediaSource.h>
29 MediaBufferPuller::MediaBufferPuller(const sp<MediaSource>& source)
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 141 const sp<MediaSource> &source,
155 sp<MediaSource> decoder =
175 MediaSource::ReadOptions options;
176 if (seekMode < MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC ||
177 seekMode > MediaSource::ReadOptions::SEEK_CLOSEST) {
183 MediaSource::ReadOptions::SeekMode mode =
184 static_cast<MediaSource::ReadOptions::SeekMode>(seekMode);
365 sp<MediaSource> source = mExtractor->getTrack(i);
WVMExtractor.cpp 27 #include <media/stagefright/MediaSource.h>
98 sp<MediaSource> WVMExtractor::getTrack(size_t index) {
  /frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp 179 sp<MediaSource> source = session->trackAt(0);
184 sp<MediaSource> decoder = OMXCodec::Create(

Completed in 674 milliseconds

1 2 34 5 6 7