Home
last modified time | relevance | path

Searched refs:image_width (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c562 image_width = (image_height * 4) / 3; in v4l2_detect_cvt()
565 image_width = (image_height * 16) / 9; in v4l2_detect_cvt()
573 image_width = (image_height * 5) / 4; in v4l2_detect_cvt()
580 image_width = active_width; in v4l2_detect_cvt()
587 image_width = image_width & ~7; in v4l2_detect_cvt()
604 frame_width = image_width + h_blank; in v4l2_detect_cvt()
621 frame_width = image_width + h_blank; in v4l2_detect_cvt()
630 fmt->bt.width = image_width; in v4l2_detect_cvt()
751 image_width = (image_width + GTF_CELL_GRAN/2) & ~(GTF_CELL_GRAN - 1); in v4l2_detect_gtf()
776 frame_width = image_width + h_blank; in v4l2_detect_gtf()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0001-Drop-using-register-storage-classifier.patch114 JDIMENSION num_cols = cinfo->image_width;
131 JDIMENSION num_cols = cinfo->image_width;
148 JDIMENSION num_cols = cinfo->image_width;
161 JDIMENSION num_cols = cinfo->image_width;
177 JDIMENSION num_cols = cinfo->image_width;
210 JDIMENSION num_cols = cinfo->image_width;
227 JDIMENSION num_cols = cinfo->image_width;
244 JDIMENSION num_cols = cinfo->image_width;
257 JDIMENSION num_cols = cinfo->image_width;
273 JDIMENSION num_cols = cinfo->image_width;
/openbmc/linux/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c97 int image_width, image_height; in omap_vout_setup_vrfb_bufs() local
117 image_width = VID_MAX_WIDTH / TILE_SIZE; in omap_vout_setup_vrfb_bufs()
119 image_width++; in omap_vout_setup_vrfb_bufs()
121 image_width = image_width * TILE_SIZE; in omap_vout_setup_vrfb_bufs()
128 vout->smsshado_size = PAGE_ALIGN(image_width * image_height * 2 * 2); in omap_vout_setup_vrfb_bufs()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch37 +#define _jpeg_width image_width
937 + srcinfo->output_width = srcinfo->image_width;
1192 - dtemp = dstinfo->image_width;
1194 + jtemp = dstinfo->image_width;
1195 dstinfo->image_width = dstinfo->image_height;
1494 + dstinfo->image_width = info->output_height;
1503 + dstinfo->image_width = info->output_width;
1523 + if (dstinfo->jpeg_width != srcinfo->image_width ||
1612 + * image_width = cinfo.image_width
1632 + if (image_width % (JDIMENSION) MCU_width)
[all …]
/openbmc/qemu/ui/
H A Dvnc-enc-tight.c1197 cinfo.image_width = w; in send_jpeg_rect()