Searched refs:f_width (Results 1 - 6 of 6) sorted by relevance

/drivers/media/video/s5p-fimc/
H A Dfimc-capture.c253 return fr->f_width * fr->f_height * fr->fmt->depth[plane] / 8;
525 *width = ctx->s_frame.f_width;
545 dst->f_width, dst->f_height);
564 r->width = sink->f_width;
585 * - it must fit in the sink pad format rectangle (f_width/f_height);
594 rotate ? sink->f_height : sink->f_width);
597 min_w = min_t(u32, max_w, sink->f_width / max_sc_h);
608 r->left = clamp_t(u32, r->left, 0, sink->f_width - r->width);
614 sink->f_width, sink->f_height);
754 ctx->s_frame.f_width
[all...]
H A Dfimc-core.h265 * @f_width: image full width (virtual screen size)
279 u32 f_width; member in struct:fimc_frame
530 f->f_width = width;
H A Dfimc-reg.c158 cfg = S5P_ORIG_SIZE_HOR(frame->f_width);
164 if (frame->f_width >= 1280) /* HD */
421 cfg_o |= S5P_ORIG_SIZE_HOR(frame->f_width);
H A Dfimc-core.c720 sizes[i] = (f->f_width * f->f_height * f->fmt->depth[i]) / 8;
967 int bpl = frame->f_width;
981 frame->f_width = pixm->plane_fmt[0].bytesperline;
983 frame->f_width = (frame->f_width * 8) / frame->fmt->depth[0];
1181 dbg("f_w: %d, f_h: %d", frame->f_width, frame->f_height);
1325 f->f_width, f->f_height);
/drivers/sh/
H A Dpfc.c202 "r_width = %ld, f_width = %ld\n",
218 "r_width = %ld, f_width = %ld\n",
313 unsigned long r_width, f_width, curr_width, ncomb; local
321 f_width = config_reg->field_width;
329 if (f_width)
330 curr_width = f_width;
/drivers/video/
H A Dsh_mobile_hdmi.c740 unsigned int f_width = 0, f_height = 0, f_refresh = 0; local
801 &f_width, &f_height, &f_refresh);
803 f_width = 0;
810 f_width, f_height, f_refresh);
819 if (!f_width && !f_height) {
830 } else if (f_width != mode->xres || f_height != mode->yres) {

Completed in 82 milliseconds