Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.h199 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 {
[all …]