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

Commit 5639fc9f authored by Greg Kaiser's avatar Greg Kaiser
Browse files

Camera: Change parameter names

We change parameter names for one function, to reduce confusion
in reading the code.  This change has no impact on functionality.

Test: TreeHugger
Bug: 195946346
Change-Id: I80925c4ec9c9d1672e439438f522e4a1256d1e8d
parent a5d76cd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -138,8 +138,8 @@ convertToHALStreamCombination(const SessionConfiguration& sessionConfiguration,
// V3_7::StreamConfiguration. Return false if the original V3_8 configuration cannot
// be used by older version HAL.
bool convertHALStreamCombinationFromV38ToV37(
        hardware::camera::device::V3_7::StreamConfiguration &streamConfigV34,
        const hardware::camera::device::V3_8::StreamConfiguration &streamConfigV37);
        hardware::camera::device::V3_7::StreamConfiguration &streamConfigV37,
        const hardware::camera::device::V3_8::StreamConfiguration &streamConfigV38);

// Utility function to convert a V3_7::StreamConfiguration to
// V3_4::StreamConfiguration. Return false if the original V3_7 configuration cannot