Searched defs:CaptureOutputStates (Results 1 – 1 of 1) sorted by relevance
71 struct CaptureOutputStates { struct72 const String8& cameraId;73 std::mutex& inflightLock;74 int64_t& lastCompletedRegularFrameNumber;75 int64_t& lastCompletedZslFrameNumber;76 int64_t& lastCompletedReprocessFrameNumber;77 InFlightRequestMap& inflightMap; // end of inflightLock scope78 std::mutex& outputLock;79 std::list<CaptureResult>& resultQueue;80 std::condition_variable& resultSignal;[all …]