Searched refs:InflightBatch (Results 1 – 3 of 3) sorted by relevance
199 struct InflightBatch { struct250 std::pair<int, std::shared_ptr<InflightBatch>> getBatch(uint32_t frameNumber);260 std::shared_ptr<InflightBatch> batch, uint32_t lastPartialResultIdx);268 void sendBatchShutterCbsLocked(std::shared_ptr<InflightBatch> batch);270 void sendBatchBuffersLocked(std::shared_ptr<InflightBatch> batch);273 std::shared_ptr<InflightBatch> batch, const std::vector<int>& streams);286 std::deque<std::shared_ptr<InflightBatch>> mInflightBatches;
384 bool CameraDeviceSession::ResultBatcher::InflightBatch::allDelivered() const { in allDelivered()417 auto batch = std::make_shared<InflightBatch>(); in registerBatch()429 std::pair<int, std::shared_ptr<CameraDeviceSession::ResultBatcher::InflightBatch>>454 std::shared_ptr<InflightBatch> batch = mInflightBatches[0]; in checkAndRemoveFirstBatch()470 std::shared_ptr<InflightBatch> batch) { in sendBatchShutterCbsLocked()529 std::shared_ptr<InflightBatch> batch) { in sendBatchBuffersLocked()534 std::shared_ptr<InflightBatch> batch, const std::vector<int>& streams) { in sendBatchBuffersLocked()539 InflightBatch::BufferBatch& bb = it->second; in sendBatchBuffersLocked()560 InflightBatch::BufferBatch& bb = it->second; in sendBatchBuffersLocked()583 InflightBatch::BufferBatch& bb = it->second; in sendBatchBuffersLocked()[all …]
635 std::shared_ptr<InflightBatch> batch = pair.second; in processCaptureResult_3_4()658 InflightBatch::BufferBatch& bb = it->second; in processCaptureResult_3_4()