Home | History | Annotate | Download | only in V4LCameraAdapter

Lines Matching defs:bufType

152     enum v4l2_buf_type bufType;
155 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
157 ret = v4lIoctl (mCameraHandle, VIDIOC_STREAMON, &bufType);
169 enum v4l2_buf_type bufType;
172 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
174 ret = v4lIoctl (mCameraHandle, VIDIOC_STREAMOFF, &bufType);
740 enum v4l2_buf_type bufType;