Home
last modified time | relevance | path

Searched refs:low_bitrate (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/media/pci/zoran/
A Dzr36060.c31 static bool low_bitrate; variable
32 module_param(low_bitrate, bool, 0);
33 MODULE_PARM_DESC(low_bitrate, "Buz compatibility option, halves bitrate");
621 size = size * cap->quality / (low_bitrate ? 400 : 200); in zr36060_set_video()
/linux-6.3-rc2/Documentation/driver-api/media/drivers/
A Dzoran.rst454 With 1:4, it'll mostly work. If you have a Buz, use 'low_bitrate=1' to go into
524 whether or not you use 'low_bitrate=1' as insmod option for the zr36060.c
528 'low_bitrate=1 as insmod option for zr36060.o might actually help, as is

Completed in 7 milliseconds