|
|
| BinT (int binSize, int channels, bool average) |
| |
|
void | clear () |
| |
| size_t | convert (uint8_t *src, size_t size) |
| |
|
size_t | convert (uint8_t *target, uint8_t *src, size_t size) |
| |
|
void | reset () |
| |
|
void | setAverage (bool average) |
| |
|
void | setBinSize (int binSize) |
| |
|
void | setChannels (int channels) |
| |
|
|
bool | isConfigValid () |
| |
|
void | resetState () |
| |
|
void | resizeState () |
| |
|
|
bool | average = true |
| |
|
int | binSize = 1 |
| |
|
int | channels = 2 |
| |
|
SumT * | partialBin = nullptr |
| |
|
int | partialBinSize = 0 |
| |
◆ convert()
template<typename T = int16_t>
| size_t convert |
( |
uint8_t * |
src, |
|
|
size_t |
size |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: