Home
last modified time | relevance | path

Searched +full:2464 +full:v (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/media/i2c/
H A Dimx219.yaml14 with an active array size of 3280H x 2464V. It is programmable through
94 VANA-supply = <&imx219_vana>; /* 2.8v */
95 VDIG-supply = <&imx219_vdig>; /* 1.8v */
96 VDDL-supply = <&imx219_vddl>; /* 1.2v */
/linux/drivers/media/i2c/
H A Dimx219.c148 #define IMX219_PIXEL_ARRAY_HEIGHT 2464U
157 /* V-timing */
232 "VANA", /* Analog (2.8V) supply */
233 "VDIG", /* Digital Core (1.8V) supply */
234 "VDDL", /* IF (1.2V) supply */
245 * - v flip
246 * - h&v flips
292 .height = 2464,
H A Dimx355.c80 /* V-timing */
892 .height = 2464,
H A Dov8858.c696 {0x5901, 0x00}, /* H skip off, V skip off */
1101 {0x5901, 0x00}, /* H skip off, V skip off */
1205 .exp_def = 2464,
H A Dimx319.c94 /* V-timing */
1667 .height = 2464,
/linux/Documentation/admin-guide/media/
H A Dgspca-cardlist.rst239 sunplus 06d6:0041 Aashima Technology B.V.
286 pac207 093a:2464 Labtec Webcam 1200
442 spca506 99fa:8988 Grandtec V.cap
/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-colors.c423 2458, 2459, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2465, 2466, 2467, 2468, 2469, 2470, 2471,
1165 static double transfer_srgb_to_rgb(double v) in transfer_srgb_to_rgb() argument
1167 if (v < -0.04045) in transfer_srgb_to_rgb()
1168 return pow((-v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb()
1169 return (v <= 0.04045) ? v / 12.92 : pow((v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb()
1172 static double transfer_rgb_to_srgb(double v) in transfer_rgb_to_srgb() argument
1174 if (v <= -0.0031308) in transfer_rgb_to_srgb()
1175 return -1.055 * pow(-v, 1.0 / 2.4) + 0.055; in transfer_rgb_to_srgb()
1176 if (v <= 0.0031308) in transfer_rgb_to_srgb()
1177 return v * 12.92; in transfer_rgb_to_srgb()
[all …]