|
RTS API Documentation
1.10.11
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| SWITCH_BEGIN_EXTERN_C switch_plc_state_t * | switch_plc_init (switch_plc_state_t *s) |
| int | switch_plc_free (switch_plc_state_t *s) |
| int | switch_plc_rx (switch_plc_state_t *s, int16_t amp[], int len) |
| int | switch_plc_fillin (switch_plc_state_t *s, int16_t amp[], int len) |
| 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_BEGIN_EXTERN_C 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