Lines Matching defs:InflightBatch
199 struct InflightBatch { struct
203 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 {
232 uint32_t mNumPartialResults;
233 uint32_t mPartialResultProgress = 0;
235 std::map<uint32_t, MetadataBatch> mResultMds;
240 bool mRemoved = false;