Searched defs:Queue (Results 1 – 4 of 4) sorted by relevance
177 struct Queue { struct in android::C2OMXNode::QueueThread178 Queue(const std::shared_ptr<Codec2Client::Component> &comp) in Queue() argument183 std::weak_ptr<Codec2Client::Component> component;184 std::list<WorkFence> workList;185 nsecs_t lastQueuedTimestampNs;
83 struct Queue { struct84 Queue() in Queue() argument88 int64_t mReadPendingSince;89 bool mPaused;90 bool mPulling;91 Vector<MediaBufferBase *> mReadBuffers;
35 typedef List<sp<ABuffer> > Queue; typedef