Camera: Convert dynamic_range_profile and stream_use_case to 64 bit

Test: Build
Bug: 223387965
Change-Id: I6411144bb007ac7e3dcd582e9f984e3d6bfaf8ee
diff --git a/stats/atoms.proto b/stats/atoms.proto
index a88458a..d0f2b9c 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -12539,9 +12539,9 @@
     // Expected number of fields: 10
     repeated int64 histogram_counts = 13;
     // The dynamic range profile of the stream
-    optional int32 dynamic_range_profile = 14;
+    optional int64 dynamic_range_profile = 14;
     // The stream use case
-    optional int32 stream_use_case = 15;
+    optional int64 stream_use_case = 15;
 }
 
 /**