Searched defs:mSource (Results 1 - 25 of 59) sorted by relevance

123

/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.h47 sp<WifiDisplaySource> mSource; member in struct:android::RemoteDisplay
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.h46 sp<IStreamSource> mSource; member in struct:android::NuPlayer::StreamingSource
H A DGenericSource.h60 sp<MediaSource> mSource; member in struct:android::NuPlayer::GenericSource::Track
H A DNuPlayerStreamListener.h61 sp<IStreamSource> mSource; member in struct:android::NuPlayer::NuPlayerStreamListener
/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.h44 sp<IStreamSource> mSource; member in struct:android::MP4Source
/frameworks/av/media/libstagefright/timedtext/
H A DTimedText3GPPSource.h33 virtual status_t start() { return mSource->start(); }
34 virtual status_t stop() { return mSource->stop(); }
47 sp<MediaSource> mSource; member in class:android::TimedText3GPPSource
H A DTimedTextSRTSource.h49 sp<DataSource> mSource; member in class:android::TimedTextSRTSource
H A DTimedTextPlayer.h67 sp<TimedTextSource> mSource; member in class:android::TimedTextPlayer
/frameworks/av/include/media/nbaio/
H A DSourceAudioBufferProvider.h41 const sp<NBAIO_Source> mSource; // the wrapped source member in class:android::SourceAudioBufferProvider
/frameworks/av/include/media/stagefright/
H A DJPEGSource.h42 sp<DataSource> mSource; member in struct:android::JPEGSource
H A DAMRWriter.h49 sp<MediaSource> mSource; member in struct:android::AMRWriter
H A DAACWriter.h51 sp<MediaSource> mSource; member in struct:android::AACWriter
H A DAudioPlayer.h72 sp<MediaSource> mSource; member in class:android::AudioPlayer
H A DNuMediaExtractor.h83 sp<MediaSource> mSource; member in struct:android::NuMediaExtractor::TrackInfo
/frameworks/av/media/libstagefright/include/
H A DStagefrightMetadataRetriever.h47 sp<DataSource> mSource; member in struct:android::StagefrightMetadataRetriever
H A DThrottledSource.h39 return mSource->getMIMEType();
46 sp<DataSource> mSource; member in struct:android::ThrottledSource
H A DAACEncoder.h45 sp<MediaSource> mSource; member in class:android::AACEncoder
H A DNuCachedSource2.h92 sp<DataSource> mSource; member in struct:android::NuCachedSource2
/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.h33 sp<MediaSource> mSource; member in class:android::DummyRecorder
46 DummyRecorder(const sp<MediaSource> &source) : mSource(source)
/frameworks/compile/libbcc/include/bcc/
H A DScript.h28 Source *mSource; member in class:bcc::Script
36 Script(Source &pSource) : mSource(&pSource) { }
50 // This is equivalent to the call to Script::merge(...) on mSource.
54 { return *mSource; }
56 { return *mSource; }
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.h68 sp<MediaSource> mSource; member in struct:android::MediaBufferPuller
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h54 sp<MediaSource> mSource; member in struct:android::MediaPuller
H A DRepeaterSource.h44 sp<MediaSource> mSource; member in struct:android::RepeaterSource
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java34 private String mSource; field in class:ImageSpan
95 mSource = source;
110 mSource = uri.toString();
163 return mSource;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.h59 sp<MediaSource> mSource; member in class:android::VideoEditorSRC

Completed in 443 milliseconds

123