Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.h71 struct CaptureOutputStates { struct
72 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 scope
78 std::mutex& outputLock;
79 std::list<CaptureResult>& resultQueue;
80 std::condition_variable& resultSignal;
[all …]