Searched defs:CaptureOutputStates (Results 1 – 1 of 1) sorted by relevance
133 struct CaptureOutputStates { struct134 const String8& cameraId;135 std::mutex& inflightLock;136 int64_t& lastCompletedRegularFrameNumber;137 int64_t& lastCompletedReprocessFrameNumber;138 int64_t& lastCompletedZslFrameNumber;139 InFlightRequestMap& inflightMap; // end of inflightLock scope140 std::mutex& outputLock;141 std::list<CaptureResult>& resultQueue;142 std::condition_variable& resultSignal;[all …]