Searched defs:MediaCodecSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp18 #define LOG_TAG "MediaCodecSource"
34 #include <media/stagefright/MediaCodecSource.h>
48 struct MediaCodecSource::Puller : public AHandler {
102 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source)
116 MediaCodecSource::Puller::~Puller() {
121 void MediaCodecSource::Puller::Queue::pushBuffer(MediaBuffer *mbuf) {
125 bool MediaCodecSource::Puller::Queue::readBuffer(MediaBuffer **mbuf) {
135 void MediaCodecSource::Puller::Queue::flush() {
143 bool MediaCodecSource::Puller::readBuffer(MediaBuffer **mbuf) {
148 status_t MediaCodecSource
414 MediaCodecSource::MediaCodecSource( function in class:android::MediaCodecSource
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h35 struct MediaCodecSource : public MediaSource, struct in namespace:android
42 static sp<MediaCodecSource> Create(
76 virtual ~MediaCodecSource();
93 MediaCodecSource(
124 sp<AHandlerReflector<MediaCodecSource> > mReflector;
163 DISALLOW_EVIL_CONSTRUCTORS(MediaCodecSource);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodecSource.h35 struct MediaCodecSource : public MediaSource, struct in namespace:android
42 static sp<MediaCodecSource> Create(
76 virtual ~MediaCodecSource();
93 MediaCodecSource(
124 sp<AHandlerReflector<MediaCodecSource> > mReflector;
163 DISALLOW_EVIL_CONSTRUCTORS(MediaCodecSource);
/frameworks/av/media/libstagefright/include/
H A DMediaCodecSource.h35 struct MediaCodecSource : public MediaSource, struct in namespace:android
42 static sp<MediaCodecSource> Create(
76 virtual ~MediaCodecSource();
93 MediaCodecSource(
124 sp<AHandlerReflector<MediaCodecSource> > mReflector;
163 DISALLOW_EVIL_CONSTRUCTORS(MediaCodecSource);

Completed in 63 milliseconds