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
46 const sp<IMediaSource> &source);
87 sp<IMediaSource> mSource;
109 const sp<IMediaSource> &source);
152 const sp<IMediaSource> &source);
/frameworks/av/media/libmedia/
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()
311 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
317 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
327 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
448 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
DIMediaExtractor.cpp62 virtual sp<IMediaSource> getTrack(size_t index) { in getTrack()
69 return interface_cast<IMediaSource>(reply.readStrongBinder()); in getTrack()
171 const sp<IMediaSource> track = getTrack(size_t(idx)); in onTransact()
246 Vector<wp<IMediaSource>> tracks;
272 wp<IMediaSource> wSource = tracks.itemAt(i); in toString()
276 const sp<IMediaSource> source = wSource.promote(); in toString()
292 const sp<IMediaSource> &source) { in registerMediaSource()
DAndroid.bp284 "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.cpp222 const sp<IMediaSource> &source) in FrameDecoder()
456 const sp<IMediaSource> &source) in VideoFrameDecoder()
718 const sp<IMediaSource> &source) in ImageDecoder()
DNuMediaExtractor.cpp359 sp<IMediaSource> source = mImpl->getTrack(index); in selectTrack()
/frameworks/av/media/libmedia/include/android/
DIMediaExtractor.h38 virtual sp<IMediaSource> getTrack(size_t index) = 0;
83 const sp<IMediaSource> &source);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.h39 class IMediaSource; variable
124 sp<IMediaSource> mSource;
128 Vector<sp<IMediaSource> > mSources;
DGenericSource.cpp209 sp<IMediaSource> track = extractor->getTrack(i); in initFromDataSource()
648 const sp<IMediaSource> source = mSources.itemAt(trackIndex); in onMessageReceived()
830 sp<IMediaSource> source = audio ? mAudioTrack.mSource : mVideoTrack.mSource; in getFormatMeta_l()
1053 const sp<IMediaSource> source = mSources.itemAt(trackIndex); in selectTrack()
1375 sp<IMediaSource> source = track->mSource; in readBuffer()
/frameworks/av/media/libmedia/include/media/
DIMediaSource.h33 class IMediaSource : public IInterface {
99 class BnMediaSource: public BnInterface<IMediaSource>
/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.cpp203 sp<IMediaSource> source = mExtractor->getTrack(i); in getImageInternal()
324 sp<IMediaSource> source = mExtractor->getTrack(i); in getFrameInternal()