Home
last modified time | relevance | path

Searched refs:in_codecs (Results 1 – 2 of 2) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_codec.c264 int sccp_get_codecs_bytype(const skinny_codec_t * in_codecs, skinny_codec_t * out_codecs, skinny_pa… in sccp_get_codecs_bytype() argument
272 if (SKINNY_CODEC_NONE != in_codecs[x]) { in sccp_get_codecs_bytype()
274 if (skinny_codecs[y].codec == in_codecs[x] && skinny_codecs[y].codec_type == type) { in sccp_get_codecs_bytype()
H A Dsccp_codec.h143 SCCP_API int SCCP_CALL sccp_get_codecs_bytype(const skinny_codec_t * in_codecs, sk…