|
RTS API Documentation
1.10.11
|
Include dependency graph for switch_spandsp.c:Go to the source code of this file.
Macros | |
| #define | SPANDSP_NO_TIFF 1 |
Functions | |
| switch_plc_state_t * | switch_plc_init (switch_plc_state_t *s) |
| int | switch_plc_free (switch_plc_state_t *s) |
| int | switch_plc_fillin (switch_plc_state_t *s, int16_t amp[], int len) |
| int | switch_plc_rx (switch_plc_state_t *s, int16_t amp[], int len) |
| #define SPANDSP_NO_TIFF 1 |
Definition at line 35 of file switch_spandsp.c.
| int switch_plc_fillin | ( | switch_plc_state_t * | s, |
| int16_t | amp[], | ||
| int | len | ||
| ) |
Definition at line 46 of file switch_spandsp.c.
Referenced by switch_core_session_read_frame().
| int switch_plc_free | ( | switch_plc_state_t * | s | ) |
Definition at line 42 of file switch_spandsp.c.
Referenced by switch_core_session_perform_destroy().
| switch_plc_state_t* switch_plc_init | ( | switch_plc_state_t * | s | ) |
| int switch_plc_rx | ( | switch_plc_state_t * | s, |
| int16_t | amp[], | ||
| int | len | ||
| ) |
Definition at line 50 of file switch_spandsp.c.
Referenced by switch_core_session_read_frame().
1.8.13