Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp49 struct MediaCodecSource::Puller : public AHandler { struct in android::MediaCodecSource
66 enum {
72 sp<MediaSource> mSource;
73 sp<AMessage> mNotify;
74 sp<ALooper> mLooper;
75 bool mIsAudio;
77 struct Queue {
94 Mutexed<Queue> mQueue;
103 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source) in Puller() function in android::MediaCodecSource::Puller