| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| int | base_length | 
| float | downsample_bandwidth | 
| int | oversample | 
| float | upsample_bandwidth | 
| const struct FuncDef * | window_func | 
Definition at line 210 of file resample.c.
| int base_length | 
Definition at line 211 of file resample.c.
Referenced by update_filter().
| float downsample_bandwidth | 
Definition at line 213 of file resample.c.
Referenced by update_filter().
| int oversample | 
Definition at line 212 of file resample.c.
Referenced by update_filter().
| float upsample_bandwidth | 
Definition at line 214 of file resample.c.
Referenced by update_filter().
| const struct FuncDef* window_func | 
Definition at line 215 of file resample.c.
Referenced by sinc(), and update_filter().