Go to the source code of this file.
Classes | |
| class | object_pool |
| struct | buffers |
Functions | |
| template<class T > | |
| T | pop_back (std::list< T > &l) |
| void * | new_decoder () |
| void * | new_buffers () |
Variables | |
| static const unsigned | default_block_size = SURROUND_BUFSIZE |
| static const float | center_level = 0.707107 |
| static const float | m3db = 0.7071067811865476f |
| unsigned int | block_size = default_block_size |
| object_pool dp & | new_decoder |
| object_pool bp & | new_buffers |
| int | channel_select = -1 |
| T pop_back | ( | std::list< T > & | l | ) | [inline] |
Definition at line 49 of file freesurround.cpp.
Referenced by object_pool::acquire(), NewsSite::List::clear(), and RSSSite::List::clear().
| void* new_decoder | ( | ) |
Definition at line 124 of file freesurround.cpp.
| void* new_buffers | ( | ) |
Definition at line 125 of file freesurround.cpp.
const unsigned default_block_size = SURROUND_BUFSIZE [static] |
Definition at line 41 of file freesurround.cpp.
const float center_level = 0.707107 [static] |
Definition at line 43 of file freesurround.cpp.
Referenced by FreeSurround::putFrames().
const float m3db = 0.7071067811865476f [static] |
Definition at line 44 of file freesurround.cpp.
Referenced by FreeSurround::putFrames().
| unsigned int block_size = default_block_size |
Definition at line 46 of file freesurround.cpp.
Referenced by FreeSurround::frameLatency(), FreeSurround::framesPerBlock(), FreeSurround::FreeSurround(), new_buffers(), new_decoder(), parse_cc_packet(), and FreeSurround::putFrames().
| object_pool dp& new_decoder |
Definition at line 127 of file freesurround.cpp.
| object_pool bp& new_buffers |
Definition at line 128 of file freesurround.cpp.
| int channel_select = -1 |
Definition at line 132 of file freesurround.cpp.
Referenced by FreeSurround::FreeSurround().
1.6.3