Searched refs:max_h (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c180 u32 max_w, max_h, align_w, align_h; local
204 max_h = variant->pix_max->target_rot_dis_h;
225 align_w, align_h, max_w, max_h);
234 &pix_mp->height, min_h, max_h, align_h);
282 u32 min_w, min_h, max_w, max_h; local
295 max_h = frame->height;
310 max_h = frame->width;
325 &new_h, min_h, max_h, align_h);
339 if (r->top + new_h > max_h)
340 r->top = max_h
[all...]
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c394 u32 max_w, max_h, mod_x, mod_y; local
415 max_h = variant->pix_max->target_rot_dis_h;
432 pr_debug("mod_x: %d, mod_y: %d, max_w: %d, max_h = %d",
433 mod_x, mod_y, max_w, max_h);
441 &pix_mp->height, min_h, max_h, mod_y, 0);
522 u32 min_w, min_h, max_w, max_h; local
538 max_h = f->f_height;
561 max_h = f->f_width;
576 &tmp_h, min_h, max_h, mod_y, 0);
592 if (s->r.top + tmp_h > max_h)
[all...]
/linux-master/drivers/media/platform/ti/vpe/
H A Dvpdma.h246 int max_w, int max_h, enum vpdma_channel chan, u32 flags);
250 int max_w, int max_h, int raw_vpdma_chan, u32 flags);
H A Dvpdma.c810 int max_w, int max_h, enum vpdma_channel chan, u32 flags)
813 max_w, max_h, chan_info[chan].num, flags);
820 int max_w, int max_h, int raw_vpdma_chan, u32 flags)
857 dtd->max_width_height = dtd_max_width_height(max_w, max_h);
807 vpdma_add_out_dtd(struct vpdma_desc_list *list, int width, int stride, const struct v4l2_rect *c_rect, const struct vpdma_data_format *fmt, dma_addr_t dma_addr, int max_w, int max_h, enum vpdma_channel chan, u32 flags) argument
817 vpdma_rawchan_add_out_dtd(struct vpdma_desc_list *list, int width, int stride, const struct v4l2_rect *c_rect, const struct vpdma_data_format *fmt, dma_addr_t dma_addr, int max_w, int max_h, int raw_vpdma_chan, u32 flags) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fbc.c1029 unsigned int effective_w, effective_h, max_w, max_h; local
1033 max_h = 4096;
1036 max_h = 4096;
1039 max_h = 4096;
1042 max_h = 2048;
1045 max_h = 1536;
1053 return effective_w <= max_w && effective_h <= max_h;
1059 unsigned int w, h, max_w, max_h; local
1063 max_h = 4096;
1066 max_h
[all...]
/linux-master/drivers/staging/sm750fb/
H A Dsm750.h126 int max_h; member in struct:lynx_cursor
H A Dsm750.c116 fbcursor->image.height > cursor->max_h ||
764 crtc->cursor.max_h = 64;
766 crtc->cursor.size = crtc->cursor.max_h * crtc->cursor.max_w * 2 / 8;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_entity.h188 unsigned int max_w, unsigned int max_h);
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c122 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \
123 { mode, src_fourcc, dst_fourcc, max_w, max_h }
340 int *max_w, int *max_h)
349 h = codec->max_h;
353 h = max(h, codecs[k].max_h);
359 if (max_h)
360 *max_h = h;
591 unsigned int max_w, max_h; local
604 coda_get_max_dimensions(dev, codec, &max_w, &max_h);
606 &f->fmt.pix.height, MIN_H, max_h, H_ALIG
338 coda_get_max_dimensions(struct coda_dev *dev, const struct coda_codec *codec, int *max_w, int *max_h) argument
1654 unsigned int max_w, max_h, usize, csize; local
[all...]
H A Dcoda.h111 u32 max_h; member in struct:coda_codec
H A Dcoda-jpeg.c294 if (header.frame.height > ctx->codec->max_h ||
/linux-master/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c574 unsigned int num_w, denom_w, num_h, denom_h, xres, yres, max_w, max_h; local
629 max_h = crtc_state->mode.vdisplay * 102 / 100;
637 for (denom_h = yres, num_h = new_plane_state->crtc_h; num_h <= max_h; num_h++)
640 if (num_h > max_h)
/linux-master/drivers/media/i2c/
H A Drj54n1cb0c.c983 int output_w, output_h, max_w, max_h, local
1097 max_h = mf->height * (16 * 1024 - 1) / 1024;
1098 if (input_h > max_h)
1099 input_h = max_h;
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c941 u32 max_sb_w, max_sb_h, max_w, max_h, w, h; local
955 max_h = VCODEC_DEC_4K_CODED_HEIGHT;
960 max_h = MTK_VDEC_MAX_H;
970 max_sb_h = DIV_ROUND_UP(max_h, 128);
H A Dvdec_vp9_req_lat_if.c550 unsigned int max_h; local
567 max_h = VCODEC_DEC_4K_CODED_HEIGHT;
572 max_h = MTK_VDEC_MAX_H;
582 max_sb_h = DIV_ROUND_UP(max_h, 64);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c648 u32 max_w, max_h, min_w = 0, min_h = 0, min_sz; local
687 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height);
691 min_h = min_t(u32, max_h, sink->f_height / max_sc_v);
698 &r->height, min_h, max_h, align_h,

Completed in 400 milliseconds