Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/
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-v6.1/drivers/media/i2c/
Dimx219.c119 #define IMX219_PIXEL_ARRAY_HEIGHT 2464U
141 /* V-timing */
416 "VANA", /* Analog (2.8V) supply */
417 "VDIG", /* Digital Core (1.8V) supply */
418 "VDDL", /* IF (1.2V) supply */
429 * - v flip
430 * - h&v flips
476 .height = 2464,
481 .height = 2464
513 .height = 2464
Dimx355.c80 /* V-timing */
894 .height = 2464,
Dimx319.c94 /* V-timing */
1668 .height = 2464,
/Linux-v6.1/Documentation/admin-guide/media/
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-v6.1/drivers/media/common/v4l2-tpg/
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 …]