Home
last modified time | relevance | path

Searched refs:y_offset (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/media/usb/usbvision/
Dusbvision-cards.c42 .y_offset = -1,
56 .y_offset = 3,
72 .y_offset = -1,
86 .y_offset = 3,
102 .y_offset = -1,
118 .y_offset = -1,
132 .y_offset = 3,
148 .y_offset = -1,
162 .y_offset = 3,
178 .y_offset = 3,
[all …]
Dusbvision.h348 __s16 y_offset; member
Dusbvision-core.c2008 if (usbvision_device_data[usbvision->dev_model].y_offset >= 0) { in usbvision_set_input()
2009 value[6] = usbvision_device_data[usbvision->dev_model].y_offset & 0xff; in usbvision_set_input()
2010 value[7] = (usbvision_device_data[usbvision->dev_model].y_offset & 0x0300) >> 8; in usbvision_set_input()
/linux-4.19.296/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c565 int y_offset, int *y, int *cb, int *cr) in rgb2ycbcr() argument
567 *y = ((m[0][0] * r + m[0][1] * g + m[0][2] * b) >> 16) + (y_offset << 4); in rgb2ycbcr()
627 unsigned y_offset = full ? 0 : 16; in color_to_ycbcr() local
632 rgb2ycbcr(full ? bt601_full : bt601, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
645 rgb2ycbcr(full ? bt2020_full : bt2020, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
663 rgb2ycbcr(full ? smpte240m_full : smpte240m, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
667 rgb2ycbcr(full ? rec709_full : rec709, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
673 int y_offset, int *r, int *g, int *b) in ycbcr2rgb() argument
675 y -= y_offset << 4; in ycbcr2rgb()
741 unsigned y_offset = full ? 0 : 16; in ycbcr_to_color() local
[all …]
/linux-4.19.296/drivers/hid/
Dwacom_wac.c1522 int y_offset = 2; in wacom_24hdt_irq() local
1528 y_offset = 0; in wacom_24hdt_irq()
1552 int t_y = get_unaligned_le16(&data[offset + 4 + y_offset]); in wacom_24hdt_irq()