#include <cstdio>
#include <cstdlib>
#include <cerrno>
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <algorithm>
#include <iostream>
#include <linux/videodev2.h>
#include "libmythbase/mythdb.h"
#include "cardutil.h"
#include "channelutil.h"
#include "frequencies.h"
#include "tv_rec.h"
#include "v4lchannel.h"
Go to the source code of this file.
◆ DEBUG_ATTRIB
◆ LOC
Value: QString("V4LChannel[%1](%2): ") \
.arg(m_inputId).arg(GetDevice())
Definition at line 31 of file v4lchannel.cpp.
◆ format_to_mode()
static int format_to_mode |
( |
const QString & |
fmt | ) |
|
|
static |
◆ mode_to_format()
static QString mode_to_format |
( |
int |
mode | ) |
|
|
static |
◆ get_v4l2_attribute()
static int get_v4l2_attribute |
( |
const QString & |
db_col_name | ) |
|
|
static |
◆ get_v4l2_attribute_value()
static int get_v4l2_attribute_value |
( |
int |
videofd, |
|
|
int |
v4l2_attrib |
|
) |
| |
|
static |
◆ set_v4l2_attribute_value()
static int set_v4l2_attribute_value |
( |
int |
videofd, |
|
|
int |
v4l2_attrib, |
|
|
int |
newvalue |
|
) |
| |
|
static |