#include <cerrno>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <fcntl.h>
#include <limits>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <QStringList>
#include <QtEndian>
#include "libmyth/mythcontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythmiscutil.h"
#include "libmythbase/programinfo.h"
#include "NuppelVideoRecorder.h"
#include "audioinput.h"
#include "channelbase.h"
#include "fourcc.h"
#include "mythavutil.h"
#include "mythsystemevent.h"
#include "recorders/vbitext/cc.h"
#include "recorders/vbitext/vbi.h"
#include "recordingprofile.h"
#include "tv_play.h"
#include "tv_rec.h"
#include "libswscale/swscale.h"
#include "libavutil/imgutils.h"
#include <linux/videodev2.h>
#include "go7007_myth.h"
#include "io/mythmediabuffer.h"
#include "RTjpegN.h"
Go to the source code of this file.
|
#define | LOC QString("NVR(%1): ").arg(m_videodevice) |
|
◆ LOC
#define LOC QString("NVR(%1): ").arg(m_videodevice) |
◆ MAX_VIDEO_BUFFERS
constexpr size_t MAX_VIDEO_BUFFERS { 5 } |
|
staticconstexpr |