Home
last modified time | relevance | path

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

/linux-5.10/Documentation/devicetree/bindings/media/i2c/
Dimx219.yaml14 with an active array size of 3280H x 2464V. It is programmable through
98 VANA-supply = <&imx219_vana>; /* 2.8v */
99 VDIG-supply = <&imx219_vdig>; /* 1.8v */
100 VDDL-supply = <&imx219_vddl>; /* 1.2v */
/linux-5.10/drivers/media/i2c/
Dimx219.c119 #define IMX219_PIXEL_ARRAY_HEIGHT 2464U
141 /* V-timing */
414 "VANA", /* Analog (2.8V) supply */
415 "VDIG", /* Digital Core (1.8V) supply */
416 "VDDL", /* IF (1.2V) supply */
427 * - v flip
428 * - h&v flips
474 .height = 2464,
479 .height = 2464
511 .height = 2464
Dimx355.c80 /* V-timing */
894 .height = 2464,
Dimx319.c94 /* V-timing */
1666 .height = 2464,
/linux-5.10/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-5.10/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 …]