Home
last modified time | relevance | path

Searched +full:2202 +full:v (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dsony,imx274.yaml14 active array size of 3864H x 2202V. It is programmable through I2C interface.
35 description: Sensor 2.8 V analog supply.
38 description: Sensor 1.8 V digital core supply.
41 description: Sensor digital IO 1.2 V supply.
Dsony,imx334.yaml16 array size of 3864H x 2202V. It is programmable through I2C interface. The
/linux-6.12.1/Documentation/userspace-api/media/dvb/
Ddvbstb.svg4v-9600h18400v9600z" fill="#fff"/><path id="path201" d="m14556 9614.1h-9200v-9600h18400v9600z" fill…
6 …th id="path225" d="m8485.1 4214.1h-2271v-2400h4541v2400z" fill="#fff"/><path id="path227" d="m8485…
7 …ath id="path242" d="m14385 4214.1h-2271v-2400h4541v2400z" fill="#fff"/><path id="path244" d="m1438…
8 …ath id="path259" d="m20385 4214.1h-2271v-2400h4541v2400z" fill="#fff"/><path id="path261" d="m2038…
9 …th id="path276" d="m8385.1 8214.1h-2271v-2400h4541v2400z" fill="#fff"/><path id="path278" d="m8385…
10 …ath id="path293" d="m14485 8214.1h-2271v-2400h4541v2400z" fill="#fff"/><path id="path295" d="m1448…
11 …ath id="path310" d="m20385 8214.1h-2271v-2400h4541v2400z" fill="#fff"/><path id="path312" d="m2038…
12 …<path id="path327" d="m17485 12614h-2271v-2400h4541v2400z" fill="#fff"/><path id="path329" d="m174…
13 <rect id="rect342" class="BoundingBox" x="4555.1" y="3014.1" width="1661" height="2202" fill="none"…
/linux-6.12.1/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-colors.c256 2200, 2202, 2203, 2204, 2206, 2207, 2209, 2210, 2212, 2213, 2214, 2216, 2217, 2219, 2220, 2222,
405 2197, 2198, 2199, 2200, 2201, 2202, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211,
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()
[all …]
/linux-6.12.1/drivers/media/i2c/
Dov64a40.c124 "avdd", /* Analog (2.8V) supply */
125 "dovdd", /* Digital Core (1.8V) supply */
126 "dvdd", /* IF (1.1V) supply */
2720 .ppl = 2202,