#include <fcntl.h>
#include <unistd.h>
#include <chrono>
#include <iostream>
#include <thread>
#include <QFile>
#include <QString>
#include "libmythbase/exitcodes.h"
#include "cardutil.h"
#include "dtvsignalmonitor.h"
#include "mpeg/mpegstreamdata.h"
#include "mpeg/streamlisteners.h"
#include "recorders/v4l2encstreamhandler.h"
#include "recorders/v4lchannel.h"
Go to the source code of this file.
|
#define | LOC QString("V4L2SH[%1](%2): ").arg(m_inputId).arg(m_device) |
|
|
static int | find_index (const std::array< const int, 14 > &audio_rate, int value) |
|
◆ LOC
#define LOC QString("V4L2SH[%1](%2): ").arg(m_inputId).arg(m_device) |
◆ find_index()
static int find_index |
( |
const std::array< const int, 14 > & |
audio_rate, |
|
|
int |
value |
|
) |
| |
|
static |