Searched defs:Queue (Results 1 – 4 of 4) sorted by relevance
178 struct Queue { struct in android::C2OMXNode::QueueThread179 Queue(const std::shared_ptr<Codec2Client::Component> &comp) in Queue() function184 std::weak_ptr<Codec2Client::Component> component;185 std::list<WorkFence> workList;186 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