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

Commit 2ed4f4c2 authored by Ravneet Dhanjal's avatar Ravneet Dhanjal
Browse files

Camera: Add extension capture format to extension stats

Test: Build
Bug: 339300919
Change-Id: I92e5cbca44b15a10535b7f817986603b7fe41312
parent ea66b986
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -66,4 +66,9 @@ parcelable CameraExtensionSessionStats {
     * true if advanced extensions are being used, false otherwise
     */
    boolean isAdvanced = false;

    /**
     * Format of image capture request
     */
    int captureFormat;
}
 No newline at end of file