Ring Daemon 16.0.0
|
Public Member Functions | |
VideoV4l2Rate | getRate (const FrameRate &rate) const |
std::vector< FrameRate > | getRateList () const |
void | readFrameRates (int fd, unsigned int pixel_format) |
VideoV4l2Size (const unsigned width, const unsigned height) | |
Public Attributes | |
unsigned | height |
unsigned | width |
Definition at line 61 of file v4l2/video_device_impl.cpp.
Definition at line 64 of file v4l2/video_device_impl.cpp.
VideoV4l2Rate jami::video::VideoV4l2Size::getRate | ( | const FrameRate & | rate | ) | const |
Definition at line 282 of file v4l2/video_device_impl.cpp.
References jami::emitSignal().
vector< FrameRate > jami::video::VideoV4l2Size::getRateList | ( | ) | const |
Definition at line 243 of file v4l2/video_device_impl.cpp.
References jami::emitSignal().
std::runtime_error |
Definition at line 253 of file v4l2/video_device_impl.cpp.
References jami::emitSignal(), height, JAMI_ERR, width, and ZEROVAR.
unsigned jami::video::VideoV4l2Size::height |
Definition at line 79 of file v4l2/video_device_impl.cpp.
Referenced by readFrameRates().
unsigned jami::video::VideoV4l2Size::width |
Definition at line 78 of file v4l2/video_device_impl.cpp.
Referenced by readFrameRates().