Searched refs:Puller (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp51 struct MediaCodecSource::Puller : public AHandler { struct in class:android::MediaCodecSource
52 explicit Puller(const sp<MediaSource> &source);
65 virtual ~Puller();
103 DISALLOW_EVIL_CONSTRUCTORS(Puller);
106 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source) function in class:android::MediaCodecSource::Puller
120 MediaCodecSource::Puller::~Puller() {
125 void MediaCodecSource::Puller::Queue::pushBuffer(MediaBuffer *mbuf) {
129 bool MediaCodecSource::Puller
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h78 struct Puller;
126 sp<Puller> mPuller;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecSource.h78 struct Puller;
126 sp<Puller> mPuller;

Completed in 27 milliseconds