Loading services/camera/libcameraservice/camera2/Parameters.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -158,7 +158,7 @@ struct Parameters { } state; } state; // Number of zoom steps to simulate // Number of zoom steps to simulate static const unsigned int NUM_ZOOM_STEPS = 30; static const unsigned int NUM_ZOOM_STEPS = 100; // Full static camera info, object owned by someone else, such as // Full static camera info, object owned by someone else, such as // Camera2Device. // Camera2Device. Loading Loading
services/camera/libcameraservice/camera2/Parameters.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -158,7 +158,7 @@ struct Parameters { } state; } state; // Number of zoom steps to simulate // Number of zoom steps to simulate static const unsigned int NUM_ZOOM_STEPS = 30; static const unsigned int NUM_ZOOM_STEPS = 100; // Full static camera info, object owned by someone else, such as // Full static camera info, object owned by someone else, such as // Camera2Device. // Camera2Device. Loading