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.h171 struct InflightBatch { struct
175 Mutex mLock;
179 uint32_t mFirstFrame;
180 uint32_t mLastFrame;
181 uint32_t mBatchSize;
183 bool mShutterDelivered = false;
184 std::vector<NotifyMsg> mShutterMsgs;
186 struct BufferBatch {
197 std::unordered_map<int, BufferBatch> mBatchBufs;
199 struct MetadataBatch {
[all …]