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.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);
88 sp<IMediaSource> mSource;
110 const sp<IMediaSource> &source);
154 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.bp324 "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.cpp183 sp<IMediaSource> RemoteMediaExtractor::getTrack(size_t index) { in getTrack()
DFrameDecoder.cpp282 const sp<IMediaSource> &source) in FrameDecoder()
518 const sp<IMediaSource> &source) in VideoFrameDecoder()
814 const sp<IMediaSource> &source) in MediaImageDecoder()
DNuMediaExtractor.cpp381 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/include/nuplayer/
DGenericSource.h38 class IMediaSource; variable
123 sp<IMediaSource> mSource;
127 Vector<sp<IMediaSource> > mSources;
/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.cpp54 sp<IMediaSource> source = sp<IMediaSourceFuzzImpl>::make(&fdp, gMaxMediaBufferSize); in LLVMFuzzerTestOneInput()
DIMediaSourceFuzzImpl.h26 class IMediaSourceFuzzImpl : public IMediaSource {
/frameworks/av/media/libmediaplayerservice/nuplayer/
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()
1058 const sp<IMediaSource> source = mSources.itemAt(trackIndex); in selectTrack()
1380 sp<IMediaSource> source = track->mSource; in readBuffer()
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp247 sp<IMediaSource> source = mExtractor->getTrack(i); in getImageInternal()
378 sp<IMediaSource> source = mExtractor->getTrack(i); in getFrameInternal()