Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 218bce19 authored by Shuzhen Wang's avatar Shuzhen Wang
Browse files

Camera: Fix an out-of-order struct definition

The definition and initialization of struct were different.

Test: Camera CTS
Change-Id: I950f7e3d5a8c812dd7039d819fb499cea31ec7fd
parent 9fc004e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,8 +72,8 @@ namespace camera3 {
        const String8& cameraId;
        std::mutex& inflightLock;
        int64_t& lastCompletedRegularFrameNumber;
        int64_t& lastCompletedZslFrameNumber;
        int64_t& lastCompletedReprocessFrameNumber;
        int64_t& lastCompletedZslFrameNumber;
        InFlightRequestMap& inflightMap; // end of inflightLock scope
        std::mutex& outputLock;
        std::list<CaptureResult>& resultQueue;