#include <algorithm>
#include <cmath>
#include <limits>
#include <unistd.h>
#include <sys/time.h>
#include <SoundTouch.h>
#include <QtGlobal>
#include <QMutexLocker>
#include "libmythbase/compat.h"
#include "libmythbase/mythconfig.h"
#include "libmythbase/mythlogging.h"
#include "audiooutputbase.h"
#include "audiooutputdigitalencoder.h"
#include "audiooutputdownmix.h"
#include "audiooutpututil.h"
#include "freesurround.h"
#include "spdifencoder.h"
Go to the source code of this file.
|
#define | LOC QString("AOBase: ") |
|
#define | WPOS (&m_audioBuffer[org_waud]) |
|
#define | RPOS (&m_audioBuffer[m_raud]) |
|
#define | ABUF (m_audioBuffer.data()) |
|
#define | STST soundtouch::SAMPLETYPE |
|
#define | LRPOS (&m_audioBuffer[*local_raud]) |
|
◆ LOC
#define LOC QString("AOBase: ") |
◆ WPOS
#define WPOS (&m_audioBuffer[org_waud]) |
◆ RPOS
#define RPOS (&m_audioBuffer[m_raud]) |
◆ ABUF
#define ABUF (m_audioBuffer.data()) |
◆ STST
#define STST soundtouch::SAMPLETYPE |
◆ LRPOS
#define LRPOS (&m_audioBuffer[*local_raud]) |
◆ IS_VALID_UPMIX_CHANNEL()
static constexpr bool IS_VALID_UPMIX_CHANNEL |
( |
int |
ch | ) |
|
|
staticconstexpr |
◆ UPMIX_CHANNEL_MASK
constexpr int UPMIX_CHANNEL_MASK { (1<<1)|(1<<2)|(1<<5)|(1<<7) } |
|
staticconstexpr |