effective_codec 1113 src/ftdm_io.c return ftdmchan->effective_codec; effective_codec 1722 src/ftdm_io.c ftdmchan->effective_codec = ftdmchan->native_codec; effective_codec 1723 src/ftdm_io.c ftdmchan->packet_len = ftdmchan->native_interval * (ftdmchan->effective_codec == FTDM_CODEC_SLIN ? 16 : 8); effective_codec 2526 src/ftdm_io.c ftdmchan->packet_len = ftdmchan->native_interval * (ftdmchan->effective_codec == FTDM_CODEC_SLIN ? 16 : 8); effective_codec 2542 src/ftdm_io.c ftdmchan->effective_codec = FTDM_COMMAND_OBJ_INT; effective_codec 2544 src/ftdm_io.c if (ftdmchan->effective_codec == ftdmchan->native_codec) { effective_codec 2549 src/ftdm_io.c ftdmchan->packet_len = ftdmchan->native_interval * (ftdmchan->effective_codec == FTDM_CODEC_SLIN ? 16 : 8); effective_codec 2558 src/ftdm_io.c ftdmchan->effective_codec = ftdmchan->native_codec; effective_codec 2560 src/ftdm_io.c ftdmchan->packet_len = ftdmchan->native_interval * (ftdmchan->effective_codec == FTDM_CODEC_SLIN ? 16 : 8); effective_codec 2569 src/ftdm_io.c FTDM_COMMAND_OBJ_INT = ftdmchan->effective_codec; effective_codec 3296 src/ftdm_io.c if (status == FTDM_SUCCESS && ftdm_test_flag(ftdmchan, FTDM_CHANNEL_TRANSCODE) && ftdmchan->effective_codec != ftdmchan->native_codec) { effective_codec 3297 src/ftdm_io.c if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) { effective_codec 3299 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_ALAW) { effective_codec 3301 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) { effective_codec 3303 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_ULAW) { effective_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); effective_codec 3323 src/ftdm_io.c if (ftdmchan->effective_codec == FTDM_CODEC_SLIN) { effective_codec 3338 src/ftdm_io.c if (ftdmchan->effective_codec == FTDM_CODEC_ULAW) { effective_codec 3340 src/ftdm_io.c } else if (ftdmchan->effective_codec == FTDM_CODEC_ALAW) { effective_codec 3344 src/ftdm_io.c ftdm_log_chan(ftdmchan, FTDM_LOG_ERROR, "invalid effective codec %d\n", ftdmchan->effective_codec); effective_codec 3504 src/ftdm_io.c if (ftdm_test_flag(ftdmchan, FTDM_CHANNEL_TRANSCODE) && ftdmchan->effective_codec != ftdmchan->native_codec) { effective_codec 3505 src/ftdm_io.c if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) { effective_codec 3507 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_ALAW) { effective_codec 3509 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) { effective_codec 3511 src/ftdm_io.c } else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_ULAW) { effective_codec 772 src/ftmod/ftmod_analog/ftmod_analog.c if (ftdmchan->effective_codec != FTDM_CODEC_SLIN) { effective_codec 778 src/ftmod/ftmod_analog/ftmod_analog.c if (ftdmchan->effective_codec != FTDM_CODEC_SLIN) { effective_codec 533 src/ftmod/ftmod_analog_em/ftmod_analog_em.c if (ftdmchan->effective_codec != FTDM_CODEC_SLIN) { effective_codec 539 src/ftmod/ftmod_analog_em/ftmod_analog_em.c if (ftdmchan->effective_codec != FTDM_CODEC_SLIN) { effective_codec 1746 src/ftmod/ftmod_isdn/ftmod_isdn.c if (ftdmchan->effective_codec != FTDM_CODEC_SLIN) { effective_codec 1755 src/ftmod/ftmod_isdn/ftmod_isdn.c if (ftdmchan->effective_codec != FTDM_CODEC_SLIN) { effective_codec 425 src/ftmod/ftmod_pika/ftmod_pika.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ALAW; effective_codec 428 src/ftmod/ftmod_pika/ftmod_pika.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ULAW; effective_codec 447 src/ftmod/ftmod_pika/ftmod_pika.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ALAW; effective_codec 450 src/ftmod/ftmod_pika/ftmod_pika.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ULAW; effective_codec 542 src/ftmod/ftmod_pika/ftmod_pika.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ALAW; effective_codec 544 src/ftmod/ftmod_pika/ftmod_pika.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ULAW; effective_codec 273 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ALAW; effective_codec 275 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c chan->native_codec = chan->effective_codec = FTDM_CODEC_ULAW; effective_codec 522 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_NONE; effective_codec 524 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c ftdmchan->effective_codec = ftdmchan->native_codec; effective_codec 706 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c ftdmchan->packet_len = ftdmchan->native_interval * (ftdmchan->effective_codec == FTDM_CODEC_SLIN ? 16 : 8); effective_codec 362 src/ftmod/ftmod_zt/ftmod_zt.c if (ftdmchan->effective_codec == FTDM_CODEC_SLIN) { effective_codec 393 src/ftmod/ftmod_zt/ftmod_zt.c ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_ALAW; effective_codec 395 src/ftmod/ftmod_zt/ftmod_zt.c ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_ULAW; effective_codec 405 src/ftmod/ftmod_zt/ftmod_zt.c ftdmchan->native_codec = ftdmchan->effective_codec = type; effective_codec 594 src/ftmod/ftmod_zt/ftmod_zt.c ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_NONE; effective_codec 604 src/ftmod/ftmod_zt/ftmod_zt.c ftdmchan->native_codec = ftdmchan->effective_codec; effective_codec 768 src/ftmod/ftmod_zt/ftmod_zt.c if (ftdmchan->effective_codec == FTDM_CODEC_SLIN) { effective_codec 784 src/ftmod/ftmod_zt/ftmod_zt.c if (ftdmchan->effective_codec == FTDM_CODEC_SLIN) { effective_codec 385 src/include/private/ftdm_core.h ftdm_codec_t effective_codec;