Lines Matching refs:ResultBatcher

49 const int CameraDeviceSession::ResultBatcher::NOT_BATCHED;
381 CameraDeviceSession::ResultBatcher::ResultBatcher( in ResultBatcher() function in android::hardware::camera::device::V3_2::implementation::CameraDeviceSession::ResultBatcher
384 bool CameraDeviceSession::ResultBatcher::InflightBatch::allDelivered() const { in allDelivered()
399 void CameraDeviceSession::ResultBatcher::setNumPartialResults(uint32_t n) { in setNumPartialResults()
404 void CameraDeviceSession::ResultBatcher::setBatchedStreams( in setBatchedStreams()
410 void CameraDeviceSession::ResultBatcher::setResultMetadataQueue( in setResultMetadataQueue()
416 void CameraDeviceSession::ResultBatcher::registerBatch(uint32_t frameNumber, uint32_t batchSize) { in registerBatch()
429 std::pair<int, std::shared_ptr<CameraDeviceSession::ResultBatcher::InflightBatch>>
430 CameraDeviceSession::ResultBatcher::getBatch( in getBatch()
451 void CameraDeviceSession::ResultBatcher::checkAndRemoveFirstBatch() { in checkAndRemoveFirstBatch()
469 void CameraDeviceSession::ResultBatcher::sendBatchShutterCbsLocked( in sendBatchShutterCbsLocked()
485 void CameraDeviceSession::ResultBatcher::freeReleaseFences(hidl_vec<CaptureResult>& results) { in freeReleaseFences()
505 void CameraDeviceSession::ResultBatcher::moveStreamBuffer(StreamBuffer&& src, StreamBuffer& dst) { in moveStreamBuffer()
516 void CameraDeviceSession::ResultBatcher::pushStreamBuffer( in pushStreamBuffer()
528 void CameraDeviceSession::ResultBatcher::sendBatchBuffersLocked( in sendBatchBuffersLocked()
533 void CameraDeviceSession::ResultBatcher::sendBatchBuffersLocked( in sendBatchBuffersLocked()
610 void CameraDeviceSession::ResultBatcher::sendBatchMetadataLocked( in sendBatchMetadataLocked()
649 void CameraDeviceSession::ResultBatcher::notifySingleMsg(NotifyMsg& msg) { in notifySingleMsg()
658 void CameraDeviceSession::ResultBatcher::notify(NotifyMsg& msg) { in notify()
719 void CameraDeviceSession::ResultBatcher::invokeProcessCaptureResultCallback( in invokeProcessCaptureResultCallback()
753 void CameraDeviceSession::ResultBatcher::processOneCaptureResult(CaptureResult& result) { in processOneCaptureResult()
762 void CameraDeviceSession::ResultBatcher::processCaptureResult(CaptureResult& result) { in processCaptureResult()