Home
last modified time | relevance | path

Searched refs:IMediaSource (Results 1 – 24 of 24) 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.h127 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);
153 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.cpp64 virtual sp<IMediaSource> getTrack(size_t index) { in getTrack()
71 return interface_cast<IMediaSource>(reply.readStrongBinder()); in getTrack()
187 const sp<IMediaSource> track = getTrack(size_t(idx)); in onTransact()
282 Vector<wp<IMediaSource>> tracks;
308 wp<IMediaSource> wSource = tracks.itemAt(i); in toString()
312 const sp<IMediaSource> source = wSource.promote(); in toString()
328 const sp<IMediaSource> &source) { in registerMediaSource()
DAndroid.bp311 "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.cpp116 sp<IMediaSource> RemoteMediaExtractor::getTrack(size_t index) { in getTrack()
DFrameDecoder.cpp247 const sp<IMediaSource> &source) in FrameDecoder()
481 const sp<IMediaSource> &source) in VideoFrameDecoder()
750 const sp<IMediaSource> &source) in MediaImageDecoder()
DNuMediaExtractor.cpp402 sp<IMediaSource> source = mImpl->getTrack(index); in selectTrack()
/frameworks/av/media/libmedia/include/android/
DIMediaExtractor.h38 virtual sp<IMediaSource> getTrack(size_t index) = 0;
94 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/libstagefright/tests/fuzzers/
DFrameDecoderFuzzer.cpp37 sp<IMediaSource> source = new IMediaSourceFuzzImpl(&fdp, MAX_MEDIA_BUFFER_SIZE); in LLVMFuzzerTestOneInput()
DIMediaSourceFuzzImpl.h24 class IMediaSourceFuzzImpl : public IMediaSource {
DFuzzerMediaUtility.cpp70 sp<IMediaSource> track = extractor->getTrack(i); in genMediaSource()
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp201 sp<IMediaSource> source = mExtractor->getTrack(i); in getImageInternal()
327 sp<IMediaSource> source = mExtractor->getTrack(i); in getFrameInternal()