Home
last modified time | relevance | path

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

/dports/misc/visp/visp-3.4.0/modules/sensor/include/visp3/sensor/
H A DvpV4l2Grabber.h172 } vpV4l2PixelFormatType; typedef
239 inline vpV4l2PixelFormatType getPixelFormat() { return (this->m_pixelformat); } in getPixelFormat()
294 inline void setPixelFormat(vpV4l2PixelFormatType pixelformat) in setPixelFormat()
350 vpV4l2PixelFormatType m_pixelformat;
/dports/misc/visp/visp-3.4.0/example/device/framegrabber/
H A DgrabV4l2.cpp88 … char *device, vpV4l2Grabber::vpV4l2PixelFormatType pixelformat, const vpImage_type &image_type, in usage()
176 … bool &verbose, long &niter, char *device, vpV4l2Grabber::vpV4l2PixelFormatType &pixelformat, in getOptions()
201 pixelformat = (vpV4l2Grabber::vpV4l2PixelFormatType)atoi(optarg_); in getOptions()
253 vpV4l2Grabber::vpV4l2PixelFormatType opt_pixelformat = vpV4l2Grabber::V4L2_YUYV_FORMAT; in main()
/dports/misc/visp/visp-3.4.0/modules/sensor/src/framegrabber/v4l2/
H A DvpV4l2Grabber.cpp418 vpV4l2PixelFormatType req_pixelformat = getPixelFormat(); in open()
436 setPixelFormat((vpV4l2PixelFormatType)format); in open()
479 vpV4l2PixelFormatType req_pixelformat = getPixelFormat(); in open()
497 setPixelFormat((vpV4l2PixelFormatType)format); in open()