Searched defs:sd_fmt (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c1388 struct v4l2_subdev_format sd_fmt; local
1446 sd_fmt.pad = GSCALER_SUBDEV_PAD_SOURCE;
1447 sd_fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE;
1449 sd_fmt.format.width = gsc_handle->dst_img.fw;
1450 sd_fmt.format.height = gsc_handle->dst_img.fh;
1452 sd_fmt.format.width = gsc_handle->dst_img.w;
1453 sd_fmt.format.height = gsc_handle->dst_img.h;
1455 sd_fmt.format.code = rgb ? V4L2_MBUS_FMT_XRGB8888_4X8_LE :
1457 if (exynos_subdev_s_fmt(gsc_handle->gsc_sd_entity->fd, &sd_fmt) < 0) {
1484 sd_fmt
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp572 struct v4l2_subdev_format sd_fmt; local
573 memset(&sd_fmt, 0, sizeof(sd_fmt));
574 sd_fmt.pad = MIXER_G0_SUBDEV_PAD_SINK;
575 sd_fmt.which = V4L2_SUBDEV_FORMAT_ACTIVE;
576 sd_fmt.format.width = dev->hdmi_w;
577 sd_fmt.format.height = dev->hdmi_h;
578 sd_fmt.format.code = V4L2_MBUS_FMT_XRGB8888_4X8_LE;
579 if (exynos_subdev_s_fmt(dev->hdmi_mixer0, &sd_fmt) < 0) {
580 ALOGE("%s: s_fmt failed pad=%d", __func__, sd_fmt
[all...]

Completed in 1674 milliseconds