native_codec 1722 src/ftdm_io.c ftdmchan->effective_codec = ftdmchan->native_codec; native_codec 2544 src/ftdm_io.c if (ftdmchan->effective_codec == ftdmchan->native_codec) { native_codec 2558 src/ftdm_io.c ftdmchan->effective_codec = ftdmchan->native_codec; native_codec 2577 src/ftdm_io.c FTDM_COMMAND_OBJ_INT = ftdmchan->native_codec; native_codec 2727 src/ftdm_io.c reset_gain_table(ftdmchan->rxgain_table, ftdmchan->rxgain, ftdmchan->native_codec); native_codec 2749 src/ftdm_io.c reset_gain_table(ftdmchan->txgain_table, ftdmchan->txgain, ftdmchan->native_codec); native_codec 3006 src/ftdm_io.c currtime.tm_hour, currtime.tm_min, currtime.tm_sec, ftdmchan->native_codec == FTDM_CODEC_ULAW ? "ulaw" : ftdmchan->native_codec == FTDM_CODEC_ALAW ? "alaw" : "sln"); native_codec 3206 src/ftdm_io.c if (ftdmchan->native_codec != FTDM_CODEC_SLIN) { native_codec 3217 src/ftdm_io.c if (ftdmchan->native_codec != FTDM_CODEC_SLIN) { native_codec 3218 src/ftdm_io.c if (ftdmchan->native_codec == FTDM_CODEC_ULAW) { native_codec 3220 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ALAW) { native_codec 3287 src/ftdm_io.c && (ftdmchan->native_codec == FTDM_CODEC_ALAW || ftdmchan->native_codec == FTDM_CODEC_ULAW)) { native_codec 3296 src/ftdm_io.c if (status == FTDM_SUCCESS && ftdm_test_flag(ftdmchan, FTDM_CHANNEL_TRANSCODE) && ftdmchan->effective_codec != ftdmchan->native_codec) { native_codec 3297 src/ftdm_io.c if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) { native_codec 3299 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_ALAW) { native_codec 3301 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) { native_codec 3303 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_ULAW) { native_codec 3311 src/ftdm_io.c ftdm_log_chan(ftdmchan, FTDM_LOG_ERROR, "no codec function to perform transcoding from %d to %d\n", ftdmchan->native_codec, ftdmchan->effective_codec); native_codec 3504 src/ftdm_io.c if (ftdm_test_flag(ftdmchan, FTDM_CHANNEL_TRANSCODE) && ftdmchan->effective_codec != ftdmchan->native_codec) { native_codec 3505 src/ftdm_io.c if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) { native_codec 3507 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_ALAW) { native_codec 3509 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) { native_codec 3511 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_ULAW) { native_codec 3524 src/ftdm_io.c && (ftdmchan->native_codec == FTDM_CODEC_ALAW || ftdmchan->native_codec == FTDM_CODEC_ULAW)) { native_codec 781 src/ftmod/ftmod_analog/ftmod_analog.c if (ftdmchan->native_codec == FTDM_CODEC_ULAW) { native_codec 783 src/ftmod/ftmod_analog/ftmod_analog.c } else if (ftdmchan->native_codec == FTDM_CODEC_ALAW) { native_codec 542 src/ftmod/ftmod_analog_em/ftmod_analog_em.c if (ftdmchan->native_codec == FTDM_CODEC_ULAW) { native_codec 544 src/ftmod/ftmod_analog_em/ftmod_analog_em.c } else if (ftdmchan->native_codec == FTDM_CODEC_ALAW) { native_codec 1758 src/ftmod/ftmod_isdn/ftmod_isdn.c if (ftdmchan->native_codec == FTDM_CODEC_ULAW) { native_codec 1760 src/ftmod/ftmod_isdn/ftmod_isdn.c } else if (ftdmchan->native_codec == FTDM_CODEC_ALAW) { native_codec 425 src/ftmod/ftmod_pika/ftmod_pika.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ALAW; native_codec 428 src/ftmod/ftmod_pika/ftmod_pika.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ULAW; native_codec 447 src/ftmod/ftmod_pika/ftmod_pika.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ALAW; native_codec 450 src/ftmod/ftmod_pika/ftmod_pika.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ULAW; native_codec 542 src/ftmod/ftmod_pika/ftmod_pika.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ALAW; native_codec 544 src/ftmod/ftmod_pika/ftmod_pika.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ULAW; native_codec 767 src/ftmod/ftmod_pritap/ftmod_pritap.c if (ftdmchan->native_codec != peerchan->native_codec) { native_codec 769 src/ftmod/ftmod_pritap/ftmod_pritap.c peerchan->native_codec, ftdmchan->native_codec); native_codec 784 src/ftmod/ftmod_pritap/ftmod_pritap.c codec_func = peerchan->native_codec == FTDM_CODEC_ULAW ? fio_ulaw2slin : peerchan->native_codec == FTDM_CODEC_ALAW ? fio_alaw2slin : NULL; native_codec 796 src/ftmod/ftmod_pritap/ftmod_pritap.c codec_func = peerchan->native_codec == FTDM_CODEC_ULAW ? fio_slin2ulaw : peerchan->native_codec == FTDM_CODEC_ALAW ? fio_slin2alaw : NULL; native_codec 273 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ALAW; native_codec 275 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ULAW; native_codec 522 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_NONE; native_codec 524 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c ftdmchan->effective_codec = ftdmchan->native_codec; native_codec 393 src/ftmod/ftmod_zt/ftmod_zt.c ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_ALAW; native_codec 395 src/ftmod/ftmod_zt/ftmod_zt.c ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_ULAW; native_codec 405 src/ftmod/ftmod_zt/ftmod_zt.c ftdmchan->native_codec = ftdmchan->effective_codec = type; native_codec 594 src/ftmod/ftmod_zt/ftmod_zt.c ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_NONE; native_codec 604 src/ftmod/ftmod_zt/ftmod_zt.c ftdmchan->native_codec = ftdmchan->effective_codec; native_codec 620 src/ftmod/ftmod_zt/ftmod_zt.c zt_build_gains(&gains, zt_globals.rxgain, zt_globals.txgain, ftdmchan->native_codec); native_codec 386 src/include/private/ftdm_core.h ftdm_codec_t native_codec;