Home
last modified time | relevance | path

Searched refs:IMediaSource (Results 1 – 23 of 23) 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.h34 class IMediaSource; variable
49 sp<MediaSource> CreateMediaSourceFromIMediaSource(const sp<IMediaSource> &source);
52 sp<IMediaSource> CreateIMediaSourceFromMediaSourceBase(
DRemoteMediaSource.h29 static sp<IMediaSource> wrap(
DRemoteMediaExtractor.h38 virtual sp<IMediaSource> getTrack(size_t index);
DNuMediaExtractor.h120 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.cpp61 virtual sp<IMediaSource> getTrack(size_t index) { in getTrack()
68 return interface_cast<IMediaSource>(reply.readStrongBinder()); in getTrack()
157 const sp<IMediaSource> track = getTrack(size_t(idx)); in onTransact()
219 Vector<wp<IMediaSource>> tracks;
239 wp<IMediaSource> wSource = tracks.itemAt(i); in toString()
243 const sp<IMediaSource> source = wSource.promote(); in toString()
259 const sp<IMediaSource> &source) { in registerMediaSource()
DIMediaSource.cpp68 class BpMediaSource : public BpInterface<IMediaSource> {
71 : BpInterface<IMediaSource>(impl), mBuffersSinceStop(0) in BpMediaSource()
282 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
295 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
304 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
310 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
320 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
440 CHECK_INTERFACE(IMediaSource, data, reply); in onTransact()
DAndroid.bp168 "IMediaSource.cpp",
272 "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.cpp68 sp<IMediaSource> RemoteMediaSource::wrap( in wrap()
DRemoteMediaExtractor.cpp97 sp<IMediaSource> RemoteMediaExtractor::getTrack(size_t index) { in getTrack()
DFrameDecoder.cpp180 const sp<IMediaSource> &source) in FrameDecoder()
402 const sp<IMediaSource> &source) in VideoFrameDecoder()
549 const sp<IMediaSource> &source) in ImageDecoder()
DStagefrightMetadataRetriever.cpp191 sp<IMediaSource> source = mExtractor->getTrack(i); in getImageInternal()
310 sp<IMediaSource> source = mExtractor->getTrack(i); in getFrameInternal()
DNuMediaExtractor.cpp351 sp<IMediaSource> source = mImpl->getTrack(index); in selectTrack()
/frameworks/av/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/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.cpp199 sp<IMediaSource> track = extractor->getTrack(i); in initFromDataSource()
628 const sp<IMediaSource> source = mSources.itemAt(trackIndex); in onMessageReceived()
810 sp<IMediaSource> source = audio ? mAudioTrack.mSource : mVideoTrack.mSource; in getFormatMeta_l()
1033 const sp<IMediaSource> source = mSources.itemAt(trackIndex); in selectTrack()
1355 sp<IMediaSource> source = track->mSource; in readBuffer()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DGenericSource2.h39 class IMediaSource; variable