|
RTS API Documentation
1.10.11
|
Collaboration diagram for switch_agc_s:Data Fields | |
| switch_memory_pool_t * | pool |
| uint32_t | energy_avg |
| uint32_t | margin |
| uint32_t | change_factor |
| char * | token |
| int | vol |
| uint32_t | score |
| uint32_t | score_count |
| uint32_t | score_sum |
| uint32_t | score_avg |
| uint32_t | score_over |
| uint32_t | score_under |
| uint32_t | period_len |
| uint32_t | low_energy_point |
Definition at line 435 of file switch_resample.c.
| uint32_t switch_agc_s::change_factor |
Definition at line 439 of file switch_resample.c.
Referenced by switch_agc_feed(), and switch_agc_set().
| uint32_t switch_agc_s::energy_avg |
Definition at line 437 of file switch_resample.c.
Referenced by switch_agc_feed(), switch_agc_set(), and switch_agc_set_energy_avg().
| uint32_t switch_agc_s::low_energy_point |
Definition at line 449 of file switch_resample.c.
Referenced by switch_agc_feed(), switch_agc_set(), and switch_agc_set_energy_low().
| uint32_t switch_agc_s::margin |
Definition at line 438 of file switch_resample.c.
Referenced by switch_agc_feed(), and switch_agc_set().
| uint32_t switch_agc_s::period_len |
Definition at line 448 of file switch_resample.c.
Referenced by switch_agc_feed(), and switch_agc_set().
| switch_memory_pool_t* switch_agc_s::pool |
Definition at line 436 of file switch_resample.c.
Referenced by switch_agc_create(), switch_agc_destroy(), and switch_agc_set_token().
| uint32_t switch_agc_s::score |
Definition at line 442 of file switch_resample.c.
Referenced by switch_agc_feed(), and switch_agc_set().
| uint32_t switch_agc_s::score_avg |
Definition at line 445 of file switch_resample.c.
Referenced by switch_agc_feed(), and switch_agc_set().
| uint32_t switch_agc_s::score_count |
Definition at line 443 of file switch_resample.c.
Referenced by switch_agc_feed(), and switch_agc_set().
| uint32_t switch_agc_s::score_over |
Definition at line 446 of file switch_resample.c.
Referenced by switch_agc_feed(), and switch_agc_set().
| uint32_t switch_agc_s::score_sum |
Definition at line 444 of file switch_resample.c.
Referenced by switch_agc_feed(), and switch_agc_set().
| uint32_t switch_agc_s::score_under |
Definition at line 447 of file switch_resample.c.
Referenced by switch_agc_feed(), and switch_agc_set().
| char* switch_agc_s::token |
Definition at line 440 of file switch_resample.c.
Referenced by switch_agc_feed(), and switch_agc_set_token().
| int switch_agc_s::vol |
Definition at line 441 of file switch_resample.c.
Referenced by switch_agc_feed().
1.8.13