Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DTouchVideoDevice.cpp84 struct v4l2_format v4l2_fmt; in create() local
85 v4l2_fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in create()
86 result = ioctl(fd.get(), VIDIOC_G_FMT, &v4l2_fmt); in create()
91 const uint32_t height = v4l2_fmt.fmt.pix.height; in create()
92 const uint32_t width = v4l2_fmt.fmt.pix.width; in create()