Home
last modified time | relevance | path

Searched refs:heights (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dse401.c214 int widths[MAX_MODES], heights[MAX_MODES]; in sd_config() local
252 heights[i] = cd[6 + i * 4 + 2] | (cd[6 + i * 4 + 3] << 8); in sd_config()
257 sd->fmts[i].height = heights[i]; in sd_config()
265 heights[j] / 2 == heights[i]) { in sd_config()
274 heights[j] / 4 == heights[i]) { in sd_config()
284 sd->fmts[i].sizeimage = widths[i] * heights[i]; in sd_config()
286 widths[i], heights[i]); in sd_config()
291 sd->fmts[i].sizeimage = widths[i] * heights[ in sd_config()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dse401.c214 int widths[MAX_MODES], heights[MAX_MODES]; in sd_config() local
252 heights[i] = cd[6 + i * 4 + 2] | (cd[6 + i * 4 + 3] << 8); in sd_config()
257 sd->fmts[i].height = heights[i]; in sd_config()
265 heights[j] / 2 == heights[i]) { in sd_config()
274 heights[j] / 4 == heights[i]) { in sd_config()
284 sd->fmts[i].sizeimage = widths[i] * heights[i]; in sd_config()
286 widths[i], heights[i]); in sd_config()
291 sd->fmts[i].sizeimage = widths[i] * heights[ in sd_config()
[all...]

Completed in 2 milliseconds