Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp53 struct MediaCodecSource::Puller : public AHandler { struct in android::MediaCodecSource
70 enum {
77 sp<MediaSource> mSource;
78 sp<AMessage> mNotify;
79 sp<ALooper> mLooper;
80 bool mIsAudio;
82 struct Queue {
99 Mutexed<Queue> mQueue;
108 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source) in Puller() function in android::MediaCodecSource::Puller