MythTV
master
|
#include <cstdio>
#include <cstdlib>
#include <cerrno>
#include <cmath>
#include <iostream>
#include <sstream>
#include <vector>
#include <list>
#include <map>
#include "compat.h"
#include "mythlogging.h"
#include "freesurround.h"
#include "el_processor.h"
#include <QString>
#include <QDateTime>
Go to the source code of this file.
Classes | |
struct | buffers |
Variables | |
static const unsigned | default_block_size = SURROUND_BUFSIZE |
static const float | center_level = 0.707107 |
static const float | m3db = 0.7071067811865476f |
static const float | m6db = 0.5 |
static const float | m7db = 0.44721359549996 |
unsigned int | block_size = default_block_size |
|
static |
Definition at line 41 of file freesurround.cpp.
|
static |
Definition at line 43 of file freesurround.cpp.
|
static |
Definition at line 44 of file freesurround.cpp.
Referenced by FreeSurround::putFrames().
|
static |
Definition at line 45 of file freesurround.cpp.
Referenced by FreeSurround::putFrames().
|
static |
Definition at line 46 of file freesurround.cpp.
unsigned int block_size = default_block_size |
Definition at line 48 of file freesurround.cpp.
Referenced by append_cc(), copy(), FreeSurround::frameLatency(), FreeSurround::framesPerBlock(), FreeSurround::FreeSurround(), FreeSurround::open(), parse_cc_packet(), FreeSurround::putFrames(), and rightsize_buf().