Searched refs:sd_fmt (Results 1 – 2 of 2) sorted by relevance
1403 struct v4l2_subdev_format sd_fmt; in exynos_gsc_out_config() local1461 sd_fmt.pad = GSCALER_SUBDEV_PAD_SOURCE; in exynos_gsc_out_config()1462 sd_fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in exynos_gsc_out_config()1464 sd_fmt.format.width = gsc_handle->dst_img.fw; in exynos_gsc_out_config()1465 sd_fmt.format.height = gsc_handle->dst_img.fh; in exynos_gsc_out_config()1467 sd_fmt.format.width = gsc_handle->dst_img.w; in exynos_gsc_out_config()1468 sd_fmt.format.height = gsc_handle->dst_img.h; in exynos_gsc_out_config()1470 sd_fmt.format.code = rgb ? V4L2_MBUS_FMT_XRGB8888_4X8_LE : in exynos_gsc_out_config()1472 if (exynos_subdev_s_fmt(gsc_handle->gsc_sd_entity->fd, &sd_fmt) < 0) { in exynos_gsc_out_config()1499 sd_fmt.pad = FIMD_SUBDEV_PAD_SINK; in exynos_gsc_out_config()[all …]
572 struct v4l2_subdev_format sd_fmt; in hdmi_enable() local573 memset(&sd_fmt, 0, sizeof(sd_fmt)); in hdmi_enable()574 sd_fmt.pad = MIXER_G0_SUBDEV_PAD_SINK; in hdmi_enable()575 sd_fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE; in hdmi_enable()576 sd_fmt.format.width = dev->hdmi_w; in hdmi_enable()577 sd_fmt.format.height = dev->hdmi_h; in hdmi_enable()578 sd_fmt.format.code = V4L2_MBUS_FMT_XRGB8888_4X8_LE; in hdmi_enable()579 if (exynos_subdev_s_fmt(dev->hdmi_mixer0, &sd_fmt) < 0) { in hdmi_enable()580 ALOGE("%s: s_fmt failed pad=%d", __func__, sd_fmt.pad); in hdmi_enable()595 memset(&sd_fmt, 0, sizeof(sd_fmt)); in hdmi_enable()[all …]