Home
last modified time | relevance | path

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

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/openni2/
H A Dopenni2_device.cpp240 std::vector<OpenNI2VideoMode>::const_iterator it = color_video_modes_.begin (); in isColorVideoModeSupported()
241 std::vector<OpenNI2VideoMode>::const_iterator it_end = color_video_modes_.end (); in isColorVideoModeSupported()
556 color_video_modes_.clear (); in getSupportedColorVideoModes()
561 color_video_modes_ = openniModeToGrabberMode (sensor_info.getSupportedVideoModes ()); in getSupportedColorVideoModes()
564 return (color_video_modes_); in getSupportedColorVideoModes()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/io/openni2/
H A Dopenni2_device.h315 mutable std::vector<OpenNI2VideoMode> color_video_modes_; variable