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

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp18 #define LOG_TAG "MediaCodecSource"
34 #include <media/stagefright/MediaCodecSource.h>
49 struct MediaCodecSource::Puller : public AHandler {
103 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source)
117 MediaCodecSource::Puller::~Puller() {
122 void MediaCodecSource::Puller::Queue::pushBuffer(MediaBuffer *mbuf) {
126 bool MediaCodecSource::Puller::Queue::readBuffer(MediaBuffer **mbuf) {
136 void MediaCodecSource::Puller::Queue::flush() {
144 bool MediaCodecSource::Puller::readBuffer(MediaBuffer **mbuf) {
149 status_t MediaCodecSource
403 MediaCodecSource::MediaCodecSource( function in class:android::MediaCodecSource
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h36 struct MediaCodecSource : public MediaSource, struct in namespace:android
43 static sp<MediaCodecSource> Create(
71 virtual ~MediaCodecSource();
87 MediaCodecSource(
108 sp<AHandlerReflector<MediaCodecSource> > mReflector;
147 DISALLOW_EVIL_CONSTRUCTORS(MediaCodecSource);

Completed in 98 milliseconds