Searched defs:CaptureOutputStates (Results 1 – 1 of 1) sorted by relevance
119 struct CaptureOutputStates { struct120 const std::string& cameraId;121 std::mutex& inflightLock;122 int64_t& lastCompletedRegularFrameNumber;123 int64_t& lastCompletedReprocessFrameNumber;124 int64_t& lastCompletedZslFrameNumber;125 InFlightRequestMap& inflightMap; // end of inflightLock scope126 std::mutex& outputLock;127 std::list<CaptureResult>& resultQueue;128 std::condition_variable& resultSignal;[all …]