effective_codec  1338 src/ftdm_io.c  	return ftdmchan->effective_codec;
effective_codec  2675 src/ftdm_io.c  		ftdmchan->effective_codec = ftdmchan->native_codec;
effective_codec  2676 src/ftdm_io.c  		ftdmchan->packet_len = ftdmchan->native_interval * (ftdmchan->effective_codec == FTDM_CODEC_SLIN ? 16 : 8);
effective_codec  2971 src/ftdm_io.c  				ftdmchan->packet_len = ftdmchan->native_interval * (ftdmchan->effective_codec == FTDM_CODEC_SLIN ? 16 : 8);
effective_codec  2987 src/ftdm_io.c  				ftdmchan->effective_codec = FTDM_COMMAND_OBJ_INT;
effective_codec  2989 src/ftdm_io.c  				if (ftdmchan->effective_codec == ftdmchan->native_codec) {
effective_codec  2994 src/ftdm_io.c  				ftdmchan->packet_len = ftdmchan->native_interval * (ftdmchan->effective_codec == FTDM_CODEC_SLIN ? 16 : 8);
effective_codec  3003 src/ftdm_io.c  				ftdmchan->effective_codec = ftdmchan->native_codec;
effective_codec  3005 src/ftdm_io.c  				ftdmchan->packet_len = ftdmchan->native_interval * (ftdmchan->effective_codec == FTDM_CODEC_SLIN ? 16 : 8);
effective_codec  3014 src/ftdm_io.c  				FTDM_COMMAND_OBJ_INT = ftdmchan->effective_codec;
effective_codec  3727 src/ftdm_io.c  	if (ftdm_test_flag(ftdmchan, FTDM_CHANNEL_TRANSCODE) && ftdmchan->effective_codec != ftdmchan->native_codec) {
effective_codec  3728 src/ftdm_io.c  		if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) {
effective_codec  3730 src/ftdm_io.c  		} else if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_ALAW) {
effective_codec  3732 src/ftdm_io.c  		} else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) {
effective_codec  3734 src/ftdm_io.c  		} else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_ULAW) {
effective_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);
effective_codec  3754 src/ftdm_io.c  		if (ftdmchan->effective_codec == FTDM_CODEC_SLIN) {
effective_codec  3769 src/ftdm_io.c  				if (ftdmchan->effective_codec == FTDM_CODEC_ULAW) {
effective_codec  3771 src/ftdm_io.c  				} else if (ftdmchan->effective_codec == FTDM_CODEC_ALAW) {
effective_codec  3775 src/ftdm_io.c  					ftdm_log_chan(ftdmchan, FTDM_LOG_ERROR, "invalid effective codec %d\n", ftdmchan->effective_codec);
effective_codec  3941 src/ftdm_io.c  	if (ftdm_test_flag(ftdmchan, FTDM_CHANNEL_TRANSCODE) && ftdmchan->effective_codec != ftdmchan->native_codec) {
effective_codec  3942 src/ftdm_io.c  		if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) {
effective_codec  3944 src/ftdm_io.c  		} else if (ftdmchan->native_codec == FTDM_CODEC_ULAW && ftdmchan->effective_codec == FTDM_CODEC_ALAW) {
effective_codec  3946 src/ftdm_io.c  		} else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_SLIN) {
effective_codec  3948 src/ftdm_io.c  		} else if (ftdmchan->native_codec == FTDM_CODEC_ALAW && ftdmchan->effective_codec == FTDM_CODEC_ULAW) {
effective_codec  3956 src/ftdm_io.c  					ftdmchan->effective_codec, ftdmchan->native_codec);
effective_codec   903 src/ftmod/ftmod_analog/ftmod_analog.c 		if (ftdmchan->effective_codec != FTDM_CODEC_SLIN) {
effective_codec   909 src/ftmod/ftmod_analog/ftmod_analog.c 		if (ftdmchan->effective_codec != FTDM_CODEC_SLIN) {
effective_codec   532 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 		if (ftdmchan->effective_codec != FTDM_CODEC_SLIN) {
effective_codec   538 src/ftmod/ftmod_analog_em/ftmod_analog_em.c 		if (ftdmchan->effective_codec != FTDM_CODEC_SLIN) {
effective_codec  1937 src/ftmod/ftmod_isdn/ftmod_isdn.c 			if (chan->effective_codec != FTDM_CODEC_SLIN) {
effective_codec  1946 src/ftmod/ftmod_isdn/ftmod_isdn.c 			if (chan->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   279 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 					chan->native_codec = chan->effective_codec = FTDM_CODEC_ALAW;
effective_codec   281 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 					chan->native_codec = chan->effective_codec = FTDM_CODEC_ULAW;
effective_codec   527 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 		ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_NONE;
effective_codec   529 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 		ftdmchan->effective_codec = ftdmchan->native_codec;
effective_codec   711 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 			ftdmchan->packet_len = ftdmchan->native_interval * (ftdmchan->effective_codec == FTDM_CODEC_SLIN ? 16 : 8);
effective_codec   373 src/ftmod/ftmod_zt/ftmod_zt.c 				if (ftdmchan->effective_codec == FTDM_CODEC_SLIN) {
effective_codec   404 src/ftmod/ftmod_zt/ftmod_zt.c 					ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_ALAW;
effective_codec   406 src/ftmod/ftmod_zt/ftmod_zt.c 					ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_ULAW;
effective_codec   416 src/ftmod/ftmod_zt/ftmod_zt.c 					ftdmchan->native_codec = ftdmchan->effective_codec = type;
effective_codec   605 src/ftmod/ftmod_zt/ftmod_zt.c 		ftdmchan->native_codec = ftdmchan->effective_codec = FTDM_CODEC_NONE;
effective_codec   615 src/ftmod/ftmod_zt/ftmod_zt.c 			ftdmchan->native_codec = ftdmchan->effective_codec;
effective_codec   787 src/ftmod/ftmod_zt/ftmod_zt.c 				if (ftdmchan->effective_codec == FTDM_CODEC_SLIN) {
effective_codec   803 src/ftmod/ftmod_zt/ftmod_zt.c 				if (ftdmchan->effective_codec == FTDM_CODEC_SLIN) {
effective_codec   401 src/include/private/ftdm_core.h 	ftdm_codec_t effective_codec;