Home
last modified time | relevance | path

Searched refs:f_height (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-lite.c356 unsigned long wh = frame->f_width * frame->f_height; in queue_setup()
609 &r->height, 0, frame->f_height, 0, 0); in fimc_lite_try_crop()
614 r->top = clamp_t(u32, r->top, 0, frame->f_height - r->height); in fimc_lite_try_crop()
618 frame->f_width, frame->f_height); in fimc_lite_try_crop()
634 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height); in fimc_lite_try_compose()
638 frame->f_width, frame->f_height); in fimc_lite_try_compose()
680 plane_fmt->sizeimage = plane_fmt->bytesperline * frame->f_height; in fimc_lite_g_fmt_mplane()
685 pixm->height = frame->f_height; in fimc_lite_g_fmt_mplane()
762 frame->f_height = pixm->height; in fimc_lite_s_fmt_mplane()
783 sink_fmt.format.height = ff->f_height; in fimc_pipeline_validate()
[all...]
H A Dfimc-lite-reg.c152 cfg |= (f->f_width << 16) | f->f_height; in flite_hw_set_source_format()
170 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()
254 cfg |= (f->f_height << 16) | f->f_width; in flite_hw_set_dma_window()
H A Dfimc-capture.c347 unsigned long wh = frame->f_width * frame->f_height; in queue_setup()
610 *height = ctx->s_frame.f_height; in fimc_capture_try_format()
634 dst->f_width, dst->f_height); in fimc_capture_try_format()
655 r->height = sink->f_height; in fimc_capture_try_selection()
677 * - it must fit in the sink pad format rectangle (f_width/f_height); in fimc_capture_try_selection()
686 rotate ? sink->f_height : sink->f_width); in fimc_capture_try_selection()
687 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height); in fimc_capture_try_selection()
691 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection()
702 r->top = clamp_t(u32, r->top, 0, sink->f_height - r->height); in fimc_capture_try_selection()
707 sink->f_width, sink->f_height); in fimc_capture_try_selection()
[all...]
H A Dfimc-lite.h81 * @f_height: full pixel height
87 u16 f_height; member
H A Dfimc-core.h233 * @f_height: image full height (virtual screen size)
248 u32 f_height; member
504 f->f_height = height; in set_frame_bounds()
H A Dfimc-reg.c153 cfg = (frame->f_height << 16) | frame->f_width; in fimc_hw_set_out_dma_size()
413 cfg_o |= (frame->f_height << 16) | frame->f_width; in fimc_hw_set_in_dma_size()
H A Dfimc-m2m.c328 frame->f_height = pixm->height; in __set_frame_format()
480 f->f_width, f->f_height); in fimc_m2m_try_selection()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.c356 unsigned long wh = frame->f_width * frame->f_height; in queue_setup()
611 &r->height, 0, frame->f_height, 0, 0); in fimc_lite_try_crop()
616 r->top = clamp_t(u32, r->top, 0, frame->f_height - r->height); in fimc_lite_try_crop()
620 frame->f_width, frame->f_height); in fimc_lite_try_crop()
636 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height); in fimc_lite_try_compose()
640 frame->f_width, frame->f_height); in fimc_lite_try_compose()
678 plane_fmt->sizeimage = plane_fmt->bytesperline * frame->f_height; in fimc_lite_g_fmt_mplane()
683 pixm->height = frame->f_height; in fimc_lite_g_fmt_mplane()
760 frame->f_height = pixm->height; in fimc_lite_s_fmt_mplane()
786 sink_fmt.format.height = ff->f_height; in fimc_pipeline_validate()
[all...]
H A Dfimc-lite-reg.c152 cfg |= (f->f_width << 16) | f->f_height; in flite_hw_set_source_format()
170 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()
254 cfg |= (f->f_height << 16) | f->f_width; in flite_hw_set_dma_window()
H A Dfimc-capture.c347 unsigned long wh = frame->f_width * frame->f_height; in queue_setup()
610 *height = ctx->s_frame.f_height; in fimc_capture_try_format()
634 dst->f_width, dst->f_height); in fimc_capture_try_format()
655 r->height = sink->f_height; in fimc_capture_try_selection()
677 * - it must fit in the sink pad format rectangle (f_width/f_height); in fimc_capture_try_selection()
686 rotate ? sink->f_height : sink->f_width); in fimc_capture_try_selection()
687 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height); in fimc_capture_try_selection()
691 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection()
702 r->top = clamp_t(u32, r->top, 0, sink->f_height - r->height); in fimc_capture_try_selection()
707 sink->f_width, sink->f_height); in fimc_capture_try_selection()
[all...]
H A Dfimc-lite.h81 * @f_height: full pixel height
87 u16 f_height; member
H A Dfimc-core.h233 * @f_height: image full height (virtual screen size)
249 u32 f_height; member
506 f->f_height = height; in set_frame_bounds()
H A Dfimc-reg.c153 cfg = (frame->f_height << 16) | frame->f_width; in fimc_hw_set_out_dma_size()
413 cfg_o |= (frame->f_height << 16) | frame->f_width; in fimc_hw_set_in_dma_size()
H A Dfimc-m2m.c328 frame->f_height = pixm->height; in __set_frame_format()
480 f->f_width, f->f_height); in fimc_m2m_try_selection()
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H A Dcamif-regs.c225 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_out_dma_size()
303 frame->f_height, vp->out_fmt->color); in camif_hw_set_target_format()
334 cfg |= (frame->f_height << 16) | frame->f_width; in camif_hw_set_target_format()
336 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_target_format()
342 cfg |= (frame->f_width * frame->f_height); in camif_hw_set_target_format()
H A Dcamif-capture.c449 size = (frame->f_width * frame->f_height * fmt->depth) / 8; in queue_setup()
701 pix->height = frame->f_height; in s3c_camif_vidioc_g_fmt()
787 out_frame->f_height = pix->height; in s3c_camif_vidioc_s_fmt()
799 out_frame->f_width, out_frame->f_height, vp->payload, in s3c_camif_vidioc_s_fmt()
991 sel->r.height = vp->out_frame.f_height; in s3c_camif_g_selection()
1329 frame->f_height = mf->height; in s3c_camif_subdev_set_fmt()
1629 f->f_height = CAMIF_DEF_HEIGHT; in s3c_camif_set_defaults()
1636 vp->payload = (f->f_width * f->f_height * in s3c_camif_set_defaults()
H A Dcamif-core.h113 * @f_height: full pixel height
119 u16 f_height; member
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.c225 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_out_dma_size()
303 frame->f_height, vp->out_fmt->color); in camif_hw_set_target_format()
334 cfg |= (frame->f_height << 16) | frame->f_width; in camif_hw_set_target_format()
336 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_target_format()
342 cfg |= (frame->f_width * frame->f_height); in camif_hw_set_target_format()
H A Dcamif-capture.c449 size = (frame->f_width * frame->f_height * fmt->depth) / 8; in queue_setup()
701 pix->height = frame->f_height; in s3c_camif_vidioc_g_fmt()
787 out_frame->f_height = pix->height; in s3c_camif_vidioc_s_fmt()
799 out_frame->f_width, out_frame->f_height, vp->payload, in s3c_camif_vidioc_s_fmt()
992 sel->r.height = vp->out_frame.f_height; in s3c_camif_g_selection()
1330 frame->f_height = mf->height; in s3c_camif_subdev_set_fmt()
1630 f->f_height = CAMIF_DEF_HEIGHT; in s3c_camif_set_defaults()
1637 vp->payload = (f->f_width * f->f_height * in s3c_camif_set_defaults()
H A Dcamif-core.h113 * @f_height: full pixel height
119 u16 f_height; member
/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/
H A Dgsc-core.c233 frame->f_height = height; in gsc_set_frame_size()
492 pix_mp->height = frame->f_height; in gsc_g_fmt_mplane()
502 pix_mp->plane_fmt[i].bytesperline * frame->f_height; in gsc_g_fmt_mplane()
540 max_h = f->f_height; in gsc_try_selection()
562 max_w = f->f_height; in gsc_try_selection()
809 pix_size = frame->f_width * frame->f_height; in gsc_prepare_addr()
H A Dgsc-regs.c133 cfg |= GSC_SRCIMG_HEIGHT(frame->f_height); in gsc_hw_set_in_size()
246 cfg |= GSC_DSTIMG_HEIGHT(frame->f_height); in gsc_hw_set_out_size()
H A Dgsc-m2m.c361 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()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c232 frame->f_height = height; in gsc_set_frame_size()
490 pix_mp->height = frame->f_height; in gsc_g_fmt_mplane()
500 pix_mp->plane_fmt[i].bytesperline * frame->f_height; in gsc_g_fmt_mplane()
538 max_h = f->f_height; in gsc_try_selection()
560 max_w = f->f_height; in gsc_try_selection()
807 pix_size = frame->f_width * frame->f_height; in gsc_prepare_addr()
H A Dgsc-regs.c133 cfg |= GSC_SRCIMG_HEIGHT(frame->f_height); in gsc_hw_set_in_size()
246 cfg |= GSC_DSTIMG_HEIGHT(frame->f_height); in gsc_hw_set_out_size()

Completed in 28 milliseconds

12