Home
last modified time | relevance | path

Searched refs:BnMediaSource (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/include/media/
DIMediaSource.h131 class BnMediaSource: public BnInterface<IMediaSource>
134 BnMediaSource();
152 virtual ~BnMediaSource();
/frameworks/av/media/libmedia/
DIMediaSource.cpp52 RemoteMediaBufferReleaser(MediaBuffer *buf, sp<BnMediaSource> owner) { in RemoteMediaBufferReleaser()
79 sp<BnMediaSource> mOwner;
248 BnMediaSource::BnMediaSource() in BnMediaSource() function in android::BnMediaSource
252 BnMediaSource::~BnMediaSource() { in ~BnMediaSource()
257 status_t BnMediaSource::onTransact( in onTransact()
/frameworks/av/include/media/stagefright/
DMediaSource.h33 struct MediaSource : public BnMediaSource {
DMediaBuffer.h100 friend class BnMediaSource; variable
/frameworks/av/media/libstagefright/include/
DAACEncoder.h30 class AACEncoder: public BnMediaSource {