Home
last modified time | relevance | path

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

/openbmc/linux/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[i] * 3; in sd_config()
293 widths[i], heights[i], in sd_config()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch26179 + av_log(avctx, AV_LOG_ERROR, "Invalid tile heights.\n");
29443 +# Block heights - 8 & 16 are the only numbers we currently support