Home
last modified time | relevance | path

Searched refs:cmatrix (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dsn9c20x.c1295 u8 cmatrix[21]; in set_cmatrix() local
1297 memset(cmatrix, 0, sizeof(cmatrix)); in set_cmatrix()
1298 cmatrix[2] = (contrast * 0x25 / 0x100) + 0x26; in set_cmatrix()
1299 cmatrix[0] = 0x13 + (cmatrix[2] - 0x26) * 0x13 / 0x25; in set_cmatrix()
1300 cmatrix[4] = 0x07 + (cmatrix[2] - 0x26) * 0x07 / 0x25; in set_cmatrix()
1301 cmatrix[18] = brightness - 0x80; in set_cmatrix()
1304 cmatrix[6] = hue_coord; in set_cmatrix()
1305 cmatrix[7] = (hue_coord >> 8) & 0x0f; in set_cmatrix()
1308 cmatrix[8] = hue_coord; in set_cmatrix()
1309 cmatrix[9] = (hue_coord >> 8) & 0x0f; in set_cmatrix()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/cmatrix/
H A Dcmatrix_2.0.bb7 SRC_URI = "git://github.com/abishekvashok/cmatrix.git;branch=stable;protocol=https"
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov7670.c668 int cmatrix[CMATRIX_LEN]; member
674 .cmatrix = { 128, -128, 0, -34, -94, 128 },
680 .cmatrix = { 179, -179, 0, -61, -176, 228 },
686 .cmatrix = { 179, -179, 0, -61, -176, 228 },
692 .cmatrix = { 0, 0, 0, 0, 0, 0 },
1358 matrix[i] = (info->fmt->cmatrix[i] * sat) >> 7; in ov7670_calc_cmatrix()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-meta-oe.bb341 cmatrix \