|
MythTV master
|
Go to the source code of this file.
Classes | |
| class | Synaesthesia |
Typedefs | |
| using | samp_dbl_array = std::array< double, NumSamples > |
| using | samp_int_array = std::array< int, NumSamples > |
Enumerations | |
| enum | Mode : std::uint8_t { Flame = 0 , Wave = 1 , Stars = 2 } |
Variables | |
| static constexpr size_t | LogSize { 10 } |
| static constexpr size_t | NumSamples { 1<<LogSize } |
| static constexpr uint8_t | Brightness { 150 } |
| using samp_dbl_array = std::array<double,NumSamples> |
Definition at line 20 of file synaesthesia.h.
| using samp_int_array = std::array<int,NumSamples> |
Definition at line 21 of file synaesthesia.h.
| enum Mode : std::uint8_t |
| Enumerator | |
|---|---|
| Flame | |
| Wave | |
| Stars | |
Definition at line 23 of file synaesthesia.h.
|
staticconstexpr |
Definition at line 18 of file synaesthesia.h.
Referenced by ChannelOptionsV4L::ChannelOptionsV4L().
|
staticconstexpr |
Definition at line 16 of file synaesthesia.h.
Referenced by Synaesthesia::bitReverser().
|
staticconstexpr |
Definition at line 17 of file synaesthesia.h.
Referenced by Synaesthesia::coreInit(), Synaesthesia::fft(), and Synaesthesia::process().