Home
last modified time | relevance | path

Searched defs:CaptureOutputStates (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.h133 struct CaptureOutputStates { struct
134 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 scope
140 std::mutex& outputLock;
141 std::list<CaptureResult>& resultQueue;
142 std::condition_variable& resultSignal;
[all …]