Home
last modified time | relevance | path

Searched refs:other_codec (Results 1 – 25 of 28) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_pcm.c59 switch_codec_t *other_codec, in switch_raw_encode() argument
66 if (codec && other_codec && codec->implementation && other_codec->implementation && in switch_raw_encode()
67 …codec->implementation->actual_samples_per_second != other_codec->implementation->actual_samples_pe… in switch_raw_encode()
76 switch_codec_t *other_codec, in switch_raw_decode() argument
82 if (codec && other_codec && codec->implementation && other_codec->implementation && in switch_raw_decode()
104 switch_codec_t *other_codec, in switch_proxy_encode() argument
114 switch_codec_t *other_codec, in switch_proxy_decode() argument
144 switch_codec_t *other_codec, in switch_g711u_encode() argument
167 switch_codec_t *other_codec, in switch_g711u_decode() argument
215 switch_codec_t *other_codec, in switch_g711a_encode() argument
[all …]
H A Dswitch_core_codec.c738 switch_codec_t *other_codec, in switch_core_codec_encode() argument
761 status = codec->implementation->encode(codec, other_codec, decoded_data, decoded_data_len, in switch_core_codec_encode()
770 switch_codec_t *other_codec, in switch_core_codec_decode() argument
805 …status = codec->implementation->decode(codec, other_codec, encoded_data, encoded_data_len, encoded… in switch_core_codec_decode()
H A Dswitch_speex.c366 switch_codec_t *other_codec, in switch_speex_encode() argument
417 switch_codec_t *other_codec, in switch_speex_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_codecs.c91 switch_codec_t *other_codec, in switch_lpc10_encode() argument
109 switch_codec_t *other_codec, in switch_lpc10_decode() argument
159 switch_codec_t *other_codec, in switch_gsm_encode() argument
177 switch_codec_t *other_codec, in switch_gsm_decode() argument
233 switch_codec_t *other_codec, in switch_g711u_encode() argument
256 switch_codec_t *other_codec, in switch_g711u_decode() argument
304 switch_codec_t *other_codec, in switch_g711a_encode() argument
394 switch_codec_t *other_codec, in switch_g722_encode() argument
412 switch_codec_t *other_codec, in switch_g722_decode() argument
492 switch_codec_t *other_codec, in switch_g726_encode() argument
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_bv/
H A Dmod_bv.c85 switch_codec_t *other_codec, in switch_bv16_encode() argument
103 switch_codec_t *other_codec, in switch_bv16_decode() argument
170 switch_codec_t *other_codec, in switch_bv32_encode() argument
188 switch_codec_t *other_codec, in switch_bv32_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_mp4v/
H A Dmod_mp4v.c56 switch_codec_t *other_codec, in switch_mp4v_encode() argument
66 switch_codec_t *other_codec, in switch_mp4v_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_theora/
H A Dmod_theora.c56 switch_codec_t *other_codec, in switch_theora_encode() argument
66 switch_codec_t *other_codec, in switch_theora_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_clearmode/
H A Dmod_clearmode.c56 switch_codec_t *other_codec, in switch_clearmode_encode() argument
66 switch_codec_t *other_codec, in switch_clearmode_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_h26x/
H A Dmod_h26x.c56 switch_codec_t *other_codec, in switch_h26x_encode() argument
66 switch_codec_t *other_codec, in switch_h26x_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_skel_codec/
H A Dmod_skel_codec.c97 static switch_status_t switch_skel_encode(switch_codec_t *codec, switch_codec_t *other_codec, /* co… in switch_skel_encode() argument
126 switch_codec_t *other_codec, /* what is this? */ in switch_skel_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_ilbc/
H A Dmod_ilbc.c96 switch_codec_t *other_codec, in switch_ilbc_encode() argument
114 switch_codec_t *other_codec, in switch_ilbc_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_b64/
H A Dmod_b64.c83 switch_codec_t *other_codec, in switch_codec_b64_encode() argument
105 switch_codec_t *other_codec, in switch_codec_b64_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_g723_1/
H A Dmod_g723_1.c110 switch_codec_t *other_codec, in switch_g723_encode() argument
141 switch_codec_t *other_codec, in switch_g723_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_isac/
H A Dmod_isac.c109 static switch_status_t switch_isac_encode(switch_codec_t *codec, switch_codec_t *other_codec, in switch_isac_encode() argument
140 switch_codec_t *other_codec, in switch_isac_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_siren/
H A Dmod_siren.c116 switch_codec_t *other_codec, in switch_siren_encode() argument
133 switch_codec_t *other_codec, in switch_siren_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_g729/
H A Dmod_g729.c95 switch_codec_t *other_codec, in switch_g729_encode() argument
138 switch_codec_t *other_codec, in switch_g729_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_codec2/
H A Dmod_codec2.c164 static switch_status_t switch_codec2_encode(switch_codec_t *codec, switch_codec_t *other_codec, in switch_codec2_encode() argument
197 switch_codec_t *other_codec, in switch_codec2_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_silk/
H A Dmod_silk.c288 switch_codec_t *other_codec, in switch_silk_encode() argument
325 switch_codec_t *other_codec, in switch_silk_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_webm/
H A Dmod_vorbis.c255 switch_codec_t *other_codec, in switch_vorbis_encode() argument
317 switch_codec_t *other_codec, in switch_vorbis_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_dahdi_codec/
H A Dmod_dahdi_codec.c249 switch_codec_t *other_codec, in switch_dahdi_encode() argument
321 switch_codec_t *other_codec, in switch_dahdi_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_amrwb/
H A Dmod_amrwb.c337 switch_codec_t *other_codec, in switch_amrwb_encode() argument
383 switch_codec_t *other_codec, in switch_amrwb_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_amr/
H A Dmod_amr.c407 switch_codec_t *other_codec, in switch_amr_encode() argument
463 switch_codec_t *other_codec, in switch_amr_decode() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_opus/
H A Dmod_opus.c753 switch_codec_t *other_codec, in switch_opus_encode() argument
803 switch_codec_t *other_codec, in switch_opus_decode() argument
926 switch_codec_t *other_codec, in switch_opus_encode_repacketize() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h2382 switch_codec_t *other_codec,
2390 switch_codec_t *other_codec,
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_sangoma_codec/
H A Dmod_sangoma_codec.c455 static switch_status_t switch_sangoma_encode(switch_codec_t *codec, switch_codec_t *other_codec, /*… in switch_sangoma_encode() argument
657 switch_codec_t *other_codec, /* what is this? */ in switch_sangoma_decode() argument

12