Home
last modified time | relevance | path

Searched refs:f_height (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-lite.c379 wh = frame->f_width * frame->f_height; in queue_setup()
627 &r->height, 0, frame->f_height, 0, 0); in fimc_lite_try_crop()
632 r->top = clamp_t(u32, r->top, 0, frame->f_height - r->height); in fimc_lite_try_crop()
636 frame->f_width, frame->f_height); in fimc_lite_try_crop()
652 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height); in fimc_lite_try_compose()
656 frame->f_width, frame->f_height); in fimc_lite_try_compose()
702 plane_fmt->sizeimage = plane_fmt->bytesperline * frame->f_height; in fimc_lite_g_fmt_mplane()
707 pixm->height = frame->f_height; in fimc_lite_g_fmt_mplane()
784 frame->f_height = pixm->height; in fimc_lite_s_fmt_mplane()
805 sink_fmt.format.height = ff->f_height; in fimc_pipeline_validate()
[all …]
Dfimc-lite-reg.c155 cfg |= (f->f_width << 16) | f->f_height; in flite_hw_set_source_format()
173 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()
257 cfg = (f->f_height << 16) | f->f_width; in flite_hw_set_dma_window()
Dfimc-capture.c364 wh = frame->f_width * frame->f_height; in queue_setup()
631 *height = ctx->s_frame.f_height; in fimc_capture_try_format()
655 dst->f_width, dst->f_height); in fimc_capture_try_format()
676 r->height = sink->f_height; in fimc_capture_try_selection()
704 rotate ? sink->f_height : sink->f_width); in fimc_capture_try_selection()
705 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height); in fimc_capture_try_selection()
709 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection()
720 r->top = clamp_t(u32, r->top, 0, sink->f_height - r->height); in fimc_capture_try_selection()
725 sink->f_width, sink->f_height); in fimc_capture_try_selection()
946 ctx->s_frame.f_height = pix->height; in __video_try_or_set_format()
[all …]
Dfimc-lite.h90 u16 f_height; member
Dfimc-core.h251 u32 f_height; member
515 f->f_height = height; in set_frame_bounds()
Dfimc-reg.c156 cfg = (frame->f_height << 16) | frame->f_width; in fimc_hw_set_out_dma_size()
416 cfg_o |= (frame->f_height << 16) | frame->f_width; in fimc_hw_set_in_dma_size()
Dfimc-m2m.c350 frame->f_height = pixm->height; in __set_frame_format()
482 f->f_width, f->f_height); in fimc_m2m_try_crop()
/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-regs.c228 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_out_dma_size()
306 frame->f_height, vp->out_fmt->color); in camif_hw_set_target_format()
337 cfg |= (frame->f_height << 16) | frame->f_width; in camif_hw_set_target_format()
339 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_target_format()
345 cfg |= (frame->f_width * frame->f_height); in camif_hw_set_target_format()
Dcamif-capture.c460 size = (frame->f_width * frame->f_height * fmt->depth) / 8; in queue_setup()
723 pix->height = frame->f_height; in s3c_camif_vidioc_g_fmt()
809 out_frame->f_height = pix->height; in s3c_camif_vidioc_s_fmt()
821 out_frame->f_width, out_frame->f_height, vp->payload, fmt->name, in s3c_camif_vidioc_s_fmt()
1013 sel->r.height = vp->out_frame.f_height; in s3c_camif_g_selection()
1350 frame->f_height = mf->height; in s3c_camif_subdev_set_fmt()
1650 f->f_height = CAMIF_DEF_HEIGHT; in s3c_camif_set_defaults()
1657 vp->payload = (f->f_width * f->f_height * in s3c_camif_set_defaults()
Dcamif-core.h123 u16 f_height; member
/linux-4.1.27/drivers/media/platform/exynos-gsc/
Dgsc-core.c232 frame->f_height = height; in gsc_set_frame_size()
480 pix_mp->height = frame->f_height; in gsc_g_fmt_mplane()
490 pix_mp->plane_fmt[i].bytesperline * frame->f_height; in gsc_g_fmt_mplane()
541 max_h = f->f_height; in gsc_try_crop()
563 max_w = f->f_height; in gsc_try_crop()
810 pix_size = frame->f_width * frame->f_height; in gsc_prepare_addr()
Dgsc-regs.c137 cfg |= GSC_SRCIMG_HEIGHT(frame->f_height); in gsc_hw_set_in_size()
250 cfg |= GSC_DSTIMG_HEIGHT(frame->f_height); in gsc_hw_set_out_size()
Dgsc-core.h202 u32 f_height; member
Dgsc-m2m.c355 pr_debug("f_w: %d, f_h: %d", frame->f_width, frame->f_height); in gsc_m2m_s_fmt_mplane()
469 s->r.height = frame->f_height; in gsc_m2m_g_selection()
/linux-4.1.27/drivers/video/fbdev/
Dsh_mobile_hdmi.c849 unsigned int f_width = 0, f_height = 0, f_refresh = 0; in sh_hdmi_read_edid() local
913 &f_width, &f_height, &f_refresh); in sh_hdmi_read_edid()
916 f_height = 0; in sh_hdmi_read_edid()
922 f_width, f_height, f_refresh); in sh_hdmi_read_edid()
931 if (!f_width && !f_height) { in sh_hdmi_read_edid()
942 } else if (f_width != mode->xres || f_height != mode->yres) { in sh_hdmi_read_edid()