Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.h199 struct InflightBatch { struct
250 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;
DCameraDeviceSession.cpp384 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 …]
/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp635 std::shared_ptr<InflightBatch> batch = pair.second; in processCaptureResult_3_4()
658 InflightBatch::BufferBatch& bb = it->second; in processCaptureResult_3_4()