Lines Matching refs:format

46 		 "Sensor is preferred to output the specified format (1-on 0-off), default 1");
990 * Checks the current configured format, if ISC can output it,
991 * considering which type of format the ISC receives from the sensor
1057 * Configures the RLP and DMA modules, depending on the output format
1059 * If direct_dump == true, just dump raw data 8/16 bits depending on format.
1161 * Configuring pipeline modules, depending on which format the ISC outputs
1162 * and considering which format it has as input from the sensor.
1172 /* if sensor format is RAW, we convert inside ISC */
1181 /* if sensor format is RAW, we convert inside ISC */
1191 /* if sensor format is RAW, we convert inside ISC */
1201 /* if sensor format is RAW, we convert inside ISC */
1212 /* if sensor format is RAW, we convert inside ISC */
1233 * If we do not know yet which format the subdev is using, we cannot
1245 * Attempt to obtain format size from subdev. If not available,
1264 struct v4l2_subdev_format format = {
1274 /* Step 1: find a RAW format that is supported */
1281 /* Step 2: We can continue with this RAW format, or we can look
1292 /* Step 4: we do not have RAW but we have a direct format. Use it. */
1296 /* Step 5: if we are using a direct format, we need to package
1302 /* Step 6: We have no format. This can happen if the userspace
1303 * requests some weird/invalid format.
1320 "Preferring to have sensor using format %.4s\n",
1323 /* Step 8: at this moment we decided which format the subdev will use */
1333 * The mbus format is the one the subdev outputs.
1334 * The pixels will be transferred in this format Sensor -> ISC
1339 * Validate formats. If the required format is not OK, default to raw.
1346 /* Re-try to validate the new format */
1363 v4l2_fill_mbus_format(&format.format, pixfmt, mbus_code);
1365 &pad_cfg, &format);
1369 v4l2_fill_pix_format(pixfmt, &format.format);
1381 v4l2_err(&isc->v4l2_dev, "Could not find any possible format for a working pipeline\n");
1390 struct v4l2_subdev_format format = {
1400 v4l2_fill_mbus_format(&format.format, &f->fmt.pix, mbus_code);
1402 set_fmt, NULL, &format);
2273 "Init format failed: %d\n", ret);
2279 v4l2_err(&isc->v4l2_dev, "Could not set default format\n");