Searched defs:Puller (Results 1 - 1 of 1) 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...]

Completed in 9 milliseconds