Searched defs:InflightBatch (Results 1 – 1 of 1) sorted by relevance
199 struct InflightBatch { struct203 Mutex mLock;207 uint32_t mFirstFrame;208 uint32_t mLastFrame;209 uint32_t mBatchSize;211 bool mShutterDelivered = false;212 std::vector<NotifyMsg> mShutterMsgs;214 struct BufferBatch {225 std::unordered_map<int, BufferBatch> mBatchBufs;227 struct MetadataBatch {[all …]