Home
last modified time | relevance | path

Searched refs:IMediaSource (Results 1 – 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DCallbackMediaSource.h25 class IMediaSource; variable
30 explicit CallbackMediaSource(const sp<IMediaSource> &source);
40 sp<IMediaSource> mSource;
DInterfaceUtils.h33 class IMediaSource; variable
48 sp<MediaSource> CreateMediaSourceFromIMediaSource(const sp<IMediaSource> &source);
51 sp<IMediaSource> CreateIMediaSourceFromMediaSourceBase(
DRemoteMediaSource.h29 static sp<IMediaSource> wrap(
DRemoteMediaExtractor.h38 virtual sp<IMediaSource> getTrack(size_t index);
DNuMediaExtractor.h121 sp<IMediaSource> mSource;
/frameworks/av/media/libstagefright/include/
DFrameDecoder.h33 class IMediaSource; variable
45 const sp<IMediaSource> &source);
91 sp<IMediaSource> mSource;
110 const sp<IMediaSource> &source);
148 const sp<IMediaSource> &source);
/frameworks/av/media/libmedia/
DIMediaExtractor.cpp62 virtual sp<IMediaSource> getTrack(size_t index) { in getTrack()
69 return interface_cast<IMediaSource>(reply.readStrongBinder()); in getTrack()
158 const sp<IMediaSource> track = getTrack(size_t(idx)); in onTransact()
220 Vector<wp<IMediaSource>> tracks;
246 wp<IMediaSource> wSource = tracks.itemAt(i); in toString()
250 const sp<IMediaSource> source = wSource.promote(); in toString()
266 const sp<IMediaSource> &source) { in registerMediaSource()
DIMediaSource.cpp68 class BpMediaSource : public BpInterface<IMediaSource> {
71 : BpInterface<IMediaSource>(impl), mBuffersSinceStop(0) in BpMediaSource()
288 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
301 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
310 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
316 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
326 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
446 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
DAndroid.bp281 "IMediaSource.cpp",
/frameworks/av/media/libstagefright/
DInterfaceUtils.cpp50 sp<MediaSource> CreateMediaSourceFromIMediaSource(const sp<IMediaSource> &source) { in CreateMediaSourceFromIMediaSource()
57 sp<IMediaSource> CreateIMediaSourceFromMediaSourceBase( in CreateIMediaSourceFromMediaSourceBase()
DCallbackMediaSource.cpp22 CallbackMediaSource::CallbackMediaSource(const sp<IMediaSource> &source) in CallbackMediaSource()
DRemoteMediaSource.cpp76 sp<IMediaSource> RemoteMediaSource::wrap( in wrap()
DRemoteMediaExtractor.cpp103 sp<IMediaSource> RemoteMediaExtractor::getTrack(size_t index) { in getTrack()
DFrameDecoder.cpp180 const sp<IMediaSource> &source) in FrameDecoder()
405 const sp<IMediaSource> &source) in VideoFrameDecoder()
566 const sp<IMediaSource> &source) in ImageDecoder()
DNuMediaExtractor.cpp342 sp<IMediaSource> source = mImpl->getTrack(index); in selectTrack()
/frameworks/av/media/libmedia/include/media/
DIMediaExtractor.h38 virtual sp<IMediaSource> getTrack(size_t index) = 0;
83 const sp<IMediaSource> &source);
DIMediaSource.h33 class IMediaSource : public IInterface {
99 class BnMediaSource: public BnInterface<IMediaSource>
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.h38 class IMediaSource; variable
123 sp<IMediaSource> mSource;
127 Vector<sp<IMediaSource> > mSources;
DGenericSource.cpp212 sp<IMediaSource> track = extractor->getTrack(i); in initFromDataSource()
660 const sp<IMediaSource> source = mSources.itemAt(trackIndex); in onMessageReceived()
842 sp<IMediaSource> source = audio ? mAudioTrack.mSource : mVideoTrack.mSource; in getFormatMeta_l()
1065 const sp<IMediaSource> source = mSources.itemAt(trackIndex); in selectTrack()
1387 sp<IMediaSource> source = track->mSource; in readBuffer()
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp86 void play(const sp<IMediaSource> &source);
199 void SimplePlayer::play(const sp<IMediaSource> &source) { in play()
428 Vector<sp<IMediaSource> > mediaSources; in main()
429 sp<IMediaSource> mediaSource; in main()
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp201 sp<IMediaSource> source = mExtractor->getTrack(i); in getImageInternal()
323 sp<IMediaSource> source = mExtractor->getTrack(i); in getFrameInternal()