HomeSort by relevance Sort by last modified time
    Searched refs:v4l2_fmt (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/psb_video/src/
psb_surface_attrib.c 137 struct v4l2_format *v4l2_fmt, /* format of V4L2 */
173 width = v4l2_fmt->fmt.pix.width;
174 height = v4l2_fmt->fmt.pix.height;
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 3411 struct v4l2_format v4l2_fmt; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 117 struct v4l2_format v4l2_fmt; local
121 memset(&v4l2_fmt, 0, sizeof(struct v4l2_format));
123 v4l2_fmt.type = node->type;
127 v4l2_fmt.fmt.pix_mp.width = node->width;
128 v4l2_fmt.fmt.pix_mp.height = node->height;
129 v4l2_fmt.fmt.pix_mp.pixelformat = node->format;
130 v4l2_fmt.fmt.pix_mp.field = V4L2_FIELD_ANY;
136 ret = exynos_v4l2_s_fmt(node->fd, &v4l2_fmt);
    [all...]

Completed in 508 milliseconds