ipa: raspberrypi: Replace tabs with spaces in tuning data files

Tuning data files mostly use spaces for indentation, with occasional
stray tabs. Use spaces consistently. This allows parsing the tuning
files with libyaml, preparing to replace the dependency on boost.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Tested-by: Naushir Patuck <naush@raspberrypi.com>
This commit is contained in:
Laurent Pinchart 2022-07-18 09:15:57 +01:00
parent 38987e165c
commit 0c84c67e39
8 changed files with 41 additions and 41 deletions

View file

@ -189,10 +189,10 @@
]
}
],
"shadows":
[
{
"bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
"shadows":
[
{
"bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
[
0, 0.17, 1000, 0.17
]

View file

@ -31,7 +31,7 @@
},
"rpi.awb":
{
"bayes": 0
"bayes": 0
},
"rpi.agc":
{
@ -121,10 +121,10 @@
]
}
],
"shadows":
[
{
"bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
"shadows":
[
{
"bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
[
0, 0.17, 1000, 0.17
]

View file

@ -29,11 +29,11 @@
},
"rpi.awb":
{
"bayes": 0
"bayes": 0
},
"rpi.agc":
{
"speed": 0.2,
"speed": 0.2,
"metering_modes":
{
"matrix":
@ -150,14 +150,14 @@
"rpi.ccm":
{
"ccms":
[
[
{
"ct": 3900, "ccm":
[
1.54659, -0.17707, -0.36953, -0.51471, 1.72733, -0.21262, 0.06667, -0.92279, 1.85612
]
}
]
"ct": 3900, "ccm":
[
1.54659, -0.17707, -0.36953, -0.51471, 1.72733, -0.21262, 0.06667, -0.92279, 1.85612
]
}
]
},
"rpi.focus":
{

View file

@ -189,10 +189,10 @@
]
}
],
"shadows":
[
{
"bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
"shadows":
[
{
"bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
[
0, 0.17, 1000, 0.17
]

View file

@ -31,7 +31,7 @@
},
"rpi.awb":
{
"bayes": 0
"bayes": 0
},
"rpi.agc":
{
@ -121,10 +121,10 @@
]
}
],
"shadows":
[
{
"bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
"shadows":
[
{
"bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
[
0, 0.17, 1000, 0.17
]

View file

@ -189,10 +189,10 @@
]
}
],
"shadows":
[
{
"bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
"shadows":
[
{
"bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
[
0, 0.17, 1000, 0.17
]
@ -203,7 +203,7 @@
[
0, 0.16, 1000, 0.165, 10000, 0.17
],
"base_ev": 1.25
"base_ev": 1.25
},
"rpi.alsc":
{

View file

@ -31,7 +31,7 @@
},
"rpi.awb":
{
"bayes": 0
"bayes": 0
},
"rpi.agc":
{
@ -121,10 +121,10 @@
]
}
],
"shadows":
[
{
"bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
"shadows":
[
{
"bound": "LOWER", "q_lo": 0.0, "q_hi": 0.5, "y_target":
[
0, 0.17, 1000, 0.17
]
@ -135,7 +135,7 @@
[
0, 0.16, 1000, 0.165, 10000, 0.17
],
"base_ev": 1.25
"base_ev": 1.25
},
"rpi.alsc":
{

View file

@ -334,8 +334,8 @@
},
"rpi.sharpen":
{
"threshold": 2.0,
"strength": 0.5,
"limit": 0.5
"threshold": 2.0,
"strength": 0.5,
"limit": 0.5
}
}