|
MythTV master
|
#include "freesurround.h"#include <algorithm>#include <cstdio>#include <cstdlib>#include <cerrno>#include <cmath>#include <iostream>#include <sstream>#include <vector>#include <list>#include <map>#include "libmythbase/mythlogging.h"#include <QString>#include "freesurround_decoder.h"Go to the source code of this file.
Classes | |
| struct | buffers |
Variables | |
| static const unsigned | default_block_size = SURROUND_BUFSIZE |
| static const float | m3db = 0.7071067811865476F |
| static const float | m6db = 0.5 |
| unsigned int | block_size = default_block_size |
| unsigned int block_size = default_block_size |
Definition at line 47 of file freesurround.cpp.
Referenced by append_cc(), MythFile::copy(), FreeSurround::frameLatency(), FreeSurround::framesPerBlock(), FreeSurround::FreeSurround(), FreeSurround::open(), parse_cc_packet(), FreeSurround::putFrames(), and rightsize_buf().
|
static |
Definition at line 40 of file freesurround.cpp.
|
static |
Definition at line 43 of file freesurround.cpp.
Referenced by FreeSurround::putFrames().
|
static |
Definition at line 44 of file freesurround.cpp.
Referenced by FreeSurround::putFrames().