Searched refs:image_width (Results 1 – 5 of 5) sorted by relevance
562 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 …]
114 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;
97 int image_width, image_height; in omap_vout_setup_vrfb_bufs() local117 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()
37 +#define _jpeg_width image_width937 + 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_width1632 + if (image_width % (JDIMENSION) MCU_width)[all …]
1197 cinfo.image_width = w; in send_jpeg_rect()