Searched defs:InflightBatch (Results 1 - 1 of 1) sorted by path

/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.h194 struct InflightBatch { struct in class:android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher
239 // Get the batch index and pointer to InflightBatch (nullptrt if the frame is not batched)
240 // Caller must acquire the InflightBatch::mLock before accessing the InflightBatch
241 // It's possible that the InflightBatch is removed from mInflightBatches before the
242 // InflightBatch::mLock is acquired (most likely caused by an error notification), so
243 // caller must check InflightBatch::mRemoved flag after the lock is acquried.
245 std::pair<int, std::shared_ptr<InflightBatch>> getBatch(uint32_t frameNumber);
255 std::shared_ptr<InflightBatch> batch, uint32_t lastPartialResultIdx);
261 // The following sendXXXX methods must be called while the InflightBatch
[all...]

Completed in 27 milliseconds