MythTV  master
Macros | Variables
NuppelVideoRecorder.cpp File Reference
#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"
Include dependency graph for NuppelVideoRecorder.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("NVR(%1): ").arg(m_videodevice)
 

Variables

static constexpr size_t MAX_VIDEO_BUFFERS { 5 }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("NVR(%1): ").arg(m_videodevice)

Definition at line 81 of file NuppelVideoRecorder.cpp.

Variable Documentation

◆ MAX_VIDEO_BUFFERS

constexpr size_t MAX_VIDEO_BUFFERS { 5 }
staticconstexpr

Definition at line 1035 of file NuppelVideoRecorder.cpp.

Referenced by NuppelVideoRecorder::DoV4L2().