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

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp48 struct MediaCodecSource::Puller : public AHandler { struct in class:android::MediaCodecSource
49 explicit Puller(const sp<MediaSource> &source);
62 virtual ~Puller();
99 DISALLOW_EVIL_CONSTRUCTORS(Puller);
102 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source) function in class:android::MediaCodecSource::Puller
116 MediaCodecSource::Puller::~Puller() {
121 void MediaCodecSource::Puller::Queue::pushBuffer(MediaBuffer *mbuf) {
125 bool MediaCodecSource::Puller
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h79 struct Puller;
127 sp<Puller> mPuller;
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodecSource.h79 struct Puller;
127 sp<Puller> mPuller;
/frameworks/av/media/libstagefright/include/
H A DMediaCodecSource.h79 struct Puller;
127 sp<Puller> mPuller;

Completed in 755 milliseconds