Home
last modified time | relevance | path

Searched refs:o_width (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/media/video/s5p-fimc/
Dfimc-capture.c485 fmt->width = ctx->d_frame.o_width; in sync_capture_fmt()
505 frame->o_width = fmt->width; in sync_capture_fmt()
553 frame->o_width = pix->width; in fimc_cap_s_fmt_mplane()
721 cr->bounds.width = f->o_width; in fimc_cap_cropcap()
838 fr->width = fr->f_width = fr->o_width = 640; in fimc_register_capture_device()
Dfimc-core.c834 int bpl = frame->o_width; in fimc_vidioc_g_fmt_mplane()
841 pixm->plane_fmt[i].sizeimage = (frame->o_width * in fimc_vidioc_g_fmt_mplane()
1008 frame->o_width = pix->width; in fimc_m2m_s_fmt_mplane()
1283 v4l_bound_align_image(&cr->c.width, min_size, f->o_width, in fimc_try_crop()
1289 if (cr->c.left + cr->c.width > f->o_width) in fimc_try_crop()
1290 cr->c.left = f->o_width - cr->c.width; in fimc_try_crop()
Dfimc-reg.c613 cfg |= S5P_CISRCFMT_HSIZE(f->o_width) | S5P_CISRCFMT_VSIZE(f->o_height); in fimc_hw_set_camera_source()
633 hoff2 = f->o_width - f->width - f->offs_h; in fimc_hw_set_camera_offset()
Dfimc-core.h266 u32 o_width; member