Searched refs:bitdepth (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ |
D | isl29003.c | 158 int lsb, msb, range, bitdepth; in isl29003_get_adc_value() local 175 bitdepth = (4 - isl29003_get_resolution(client)) * 4; in isl29003_get_adc_value() 176 return (((msb << 8) | lsb) * gain_range[range]) >> bitdepth; in isl29003_get_adc_value()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0024_linux_drivers_input.patch | 809 + int lsb, msb, range, bitdepth; 826 + bitdepth = (4 - isl29023_get_resolution(client)) * 4; 828 + >> bitdepth; 834 + int lsb, msb, range, bitdepth; 851 + bitdepth = (4 - isl29023_get_resolution(client)) * 4; 853 + >> bitdepth; 859 + int lsb, msb, range, bitdepth; 876 + bitdepth = (4 - isl29023_get_resolution(client)) * 4; 878 + >> bitdepth; 1178 + int range, bitdepth, ret; [all …]
|
D | 0038_linux_drivers_mxc.patch | 177331 + v4l2_klog(LOGLVL_BRIEF, "reso=%d:%d,bitdepth=%d,stride=%d,dpb=%d:%d,orig yuvfmt=%d",
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 12973 + sess->bitdepth == 10 ? 1 : 0); 12975 + sess->bitdepth == 10 ? 1 : 0, 13010 + const u32 is_10bit = sess->bitdepth == 10 ? 1 : 0; 13286 + u32 bitdepth; 13349 + u32 height, u32 dpb_size, u32 bitdepth) 13357 + sess->bitdepth = bitdepth; 13382 + dev_dbg(sess->core->dev, "Res. changed (%ux%u), DPB %u, bitdepth %u\n", 13383 + width, height, dpb_size, bitdepth); 13408 + * @bitdepth: Bit depth (usually 10 or 8) of the coded content 13412 + u32 height, u32 dpb_size, u32 bitdepth);
|