|
MythTV master
|
#include "v4l2util.h"#include "libmythbase/mythlogging.h"#include <sys/ioctl.h>#include <sys/types.h>#include <sys/stat.h>#include <algorithm>#include <climits>#include <fcntl.h>#include <unistd.h>#include <array>#include <QRegularExpression>Go to the source code of this file.
Macros | |
| #define | LOC QString("V4L2(%1): ").arg(m_deviceName) |
| #define LOC QString("V4L2(%1): ").arg(m_deviceName) |
Definition at line 16 of file v4l2util.cpp.