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

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp49 struct MediaCodecSource::Puller : public AHandler { struct in class:android::MediaCodecSource
50 Puller(const sp<MediaSource> &source);
63 virtual ~Puller();
100 DISALLOW_EVIL_CONSTRUCTORS(Puller);
103 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source) function in class:android::MediaCodecSource::Puller
117 MediaCodecSource::Puller::~Puller() {
122 void MediaCodecSource::Puller::Queue::pushBuffer(MediaBuffer *mbuf) {
126 bool MediaCodecSource::Puller
[all...]

Completed in 888 milliseconds