Home | History | Annotate | Download | only in libgscaler

Lines Matching defs:fmt

628     info->format.fmt.pix_mp.width       = info->width;
629 info->format.fmt.pix_mp.height = info->height;
630 info->format.fmt.pix_mp.pixelformat = info->v4l2_colorformat;
631 info->format.fmt.pix_mp.field = V4L2_FIELD_ANY;
632 info->format.fmt.pix_mp.num_planes = plane_count;
685 info->buffer.length = info->format.fmt.pix_mp.num_planes;
688 for (i = 0; i < info->format.fmt.pix_mp.num_planes; i++) {
1385 struct v4l2_format fmt;
1582 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1583 fmt.fmt.pix_mp.width = gsc_handle->src_img.fw;
1584 fmt.fmt.pix_mp.height = gsc_handle->src_img.fh;
1585 fmt.fmt.pix_mp.pixelformat = src_color_space;
1586 fmt.fmt.pix_mp.field = V4L2_FIELD_NONE;
1587 fmt.fmt.pix_mp.num_planes = src_planes;
1589 if (exynos_v4l2_s_fmt(gsc_handle->gsc_vd_entity->fd, &fmt) < 0) {
1595 crop.type = fmt.type;
1606 reqbuf.type = fmt.type;