native_codec     2675 src/ftdm_io.c  		ftdmchan->effective_codec = ftdmchan->native_codec;
native_codec     2989 src/ftdm_io.c  				if (ftdmchan->effective_codec == ftdmchan->native_codec) {
native_codec     3003 src/ftdm_io.c  				ftdmchan->effective_codec = ftdmchan->native_codec;
native_codec     3022 src/ftdm_io.c  				FTDM_COMMAND_OBJ_INT = ftdmchan->native_codec;
native_codec     3176 src/ftdm_io.c  			reset_gain_table(ftdmchan->rxgain_table, ftdmchan->rxgain, ftdmchan->native_codec);
native_codec     3198 src/ftdm_io.c  			reset_gain_table(ftdmchan->txgain_table, ftdmchan->txgain, ftdmchan->native_codec);
native_codec     3459 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     3627 src/ftdm_io.c  		if (ftdmchan->native_codec != FTDM_CODEC_SLIN) {
native_codec     3638 src/ftdm_io.c  		if (ftdmchan->native_codec != FTDM_CODEC_SLIN) {
native_codec     3639 src/ftdm_io.c  			if (ftdmchan->native_codec == FTDM_CODEC_ULAW) {
native_codec     3641 src/ftdm_io.c  			} else if (ftdmchan->native_codec == FTDM_CODEC_ALAW) {
native_codec     3719 src/ftdm_io.c  		&& (ftdmchan->native_codec == FTDM_CODEC_ALAW || ftdmchan->native_codec == FTDM_CODEC_ULAW)) {
native_codec     3727 src/ftdm_io.c  	if (ftdm_test_flag(ftdmchan, FTDM_CHANNEL_TRANSCODE) && ftdmchan->effective_codec != ftdmchan->native_codec) {
native_codec     3728 src/ftdm_io.c  		if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) {
native_codec     3730 src/ftdm_io.c  		} else if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_ALAW) {
native_codec     3732 src/ftdm_io.c  		} else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) {
native_codec     3734 src/ftdm_io.c  		} else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_ULAW) {
native_codec     3742 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     3941 src/ftdm_io.c  	if (ftdm_test_flag(ftdmchan, FTDM_CHANNEL_TRANSCODE) && ftdmchan->effective_codec != ftdmchan->native_codec) {
native_codec     3942 src/ftdm_io.c  		if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) {
native_codec     3944 src/ftdm_io.c  		} else if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_ALAW) {
native_codec     3946 src/ftdm_io.c  		} else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) {
native_codec     3948 src/ftdm_io.c  		} else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_ULAW) {
native_codec     3956 src/ftdm_io.c  					ftdmchan->effective_codec, ftdmchan->native_codec);
native_codec     3964 src/ftdm_io.c  		&& (ftdmchan->native_codec == FTDM_CODEC_ALAW || ftdmchan->native_codec == FTDM_CODEC_ULAW)) {
native_codec      912 src/ftmod/ftmod_analog/ftmod_analog.c 			if (ftdmchan->native_codec == FTDM_CODEC_ULAW) {
native_codec      914 src/ftmod/ftmod_analog/ftmod_analog.c 			} else if (ftdmchan->native_codec == FTDM_CODEC_ALAW) {
native_codec      541 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 			if (ftdmchan->native_codec == FTDM_CODEC_ULAW) {
native_codec      543 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 			} else if (ftdmchan->native_codec == FTDM_CODEC_ALAW) {
native_codec     1949 src/ftmod/ftmod_isdn/ftmod_isdn.c 				if (chan->native_codec == FTDM_CODEC_ULAW) {
native_codec     1951 src/ftmod/ftmod_isdn/ftmod_isdn.c 				} else if (chan->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      765 src/ftmod/ftmod_pritap/ftmod_pritap.c 	if (ftdmchan->native_codec != peerchan->native_codec) {
native_codec      767 src/ftmod/ftmod_pritap/ftmod_pritap.c 				peerchan->native_codec, ftdmchan->native_codec);
native_codec      782 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      794 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      279 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 					chan->native_codec = chan->effective_codec = FTDM_CODEC_ALAW;
native_codec      281 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 					chan->native_codec = chan->effective_codec = FTDM_CODEC_ULAW;
native_codec      527 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 		ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_NONE;
native_codec      529 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 		ftdmchan->effective_codec = ftdmchan->native_codec;
native_codec      404 src/ftmod/ftmod_zt/ftmod_zt.c 					ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_ALAW;
native_codec      406 src/ftmod/ftmod_zt/ftmod_zt.c 					ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_ULAW;
native_codec      416 src/ftmod/ftmod_zt/ftmod_zt.c 					ftdmchan->native_codec = ftdmchan->effective_codec = type;
native_codec      605 src/ftmod/ftmod_zt/ftmod_zt.c 		ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_NONE;
native_codec      615 src/ftmod/ftmod_zt/ftmod_zt.c 			ftdmchan->native_codec = ftdmchan->effective_codec;
native_codec      631 src/ftmod/ftmod_zt/ftmod_zt.c 			zt_build_gains(&gains, zt_globals.rxgain, zt_globals.txgain, ftdmchan->native_codec);
native_codec      402 src/include/private/ftdm_core.h 	ftdm_codec_t native_codec;