Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp54 struct MediaCodecSource::Puller : public AHandler { struct in android::MediaCodecSource
71 enum {
78 sp<MediaSource> mSource;
79 sp<AMessage> mNotify;
80 sp<ALooper> mLooper;
81 bool mIsAudio;
83 struct Queue {
100 Mutexed<Queue> mQueue;
109 MediaCodecSource::Puller::Puller(const sp<MediaSource> &source) in Puller() function in android::MediaCodecSource::Puller