MythTV
master
|
#include <algorithm>
#include <cerrno>
#include <fcntl.h>
#include <sys/types.h>
#include <QString>
#include "libmythbase/compat.h"
#include "libmythbase/mthread.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/sizetliteral.h"
#include "DeviceReadBuffer.h"
#include "mpeg/tspacket.h"
Go to the source code of this file.
Macros | |
#define | REPORT_RING_STATS 0 |
Set this to 1 to report on statistics. More... | |
#define | LOC QString("DevRdB(%1): ").arg(m_videoDevice) |
#define REPORT_RING_STATS 0 |
Set this to 1 to report on statistics.
Definition at line 60 of file DeviceReadBuffer.cpp.
#define LOC QString("DevRdB(%1): ").arg(m_videoDevice) |
Definition at line 62 of file DeviceReadBuffer.cpp.