Searched refs:f_height (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/media/platform/samsung/s3c-camif/ |
| H A D | camif-regs.c | 225 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 D | camif-core.h | 119 u16 f_height; member
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-lite-reg.c | 152 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() 255 cfg |= (f->f_height << 16) | f->f_width; in flite_hw_set_dma_window()
|
| H A D | fimc-capture.c | 347 unsigned long wh = frame->f_width * frame->f_height; in queue_setup() 608 *height = ctx->s_frame.f_height; in fimc_capture_try_format() 632 dst->f_width, dst->f_height); in fimc_capture_try_format() 653 r->height = sink->f_height; in fimc_capture_try_selection() 684 rotate ? sink->f_height : sink->f_width); in fimc_capture_try_selection() 685 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height); in fimc_capture_try_selection() 689 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection() 700 r->top = clamp_t(u32, r->top, 0, sink->f_height - r->height); in fimc_capture_try_selection() 705 sink->f_width, sink->f_height); in fimc_capture_try_selection() 924 ctx->s_frame.f_height = pix->height; in __video_try_or_set_format() [all …]
|
| H A D | fimc-lite.h | 87 u16 f_height; member
|
| H A D | fimc-reg.c | 153 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 D | fimc-m2m.c | 327 frame->f_height = pixm->height; in __set_frame_format() 479 f->f_width, f->f_height); in fimc_m2m_try_selection()
|
| /linux/drivers/media/platform/samsung/exynos-gsc/ |
| H A D | gsc-core.c | 232 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 D | gsc-regs.c | 133 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 D | gsc-m2m.c | 354 pr_debug("f_w: %d, f_h: %d", frame->f_width, frame->f_height); in gsc_m2m_s_fmt_mplane() 462 s->r.height = frame->f_height; in gsc_m2m_g_selection()
|