Home
last modified time | relevance | path

Searched refs:astCodec (Results 1 – 11 of 11) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast106/
H A Dast106.c1278 uint32_t astCodec; in sccp_astwrap_get_payloadType() local
1281 astCodec = skinny_codec2pbx_codec(codec); in sccp_astwrap_get_payloadType()
1282 payload = ast_rtp_lookup_code(rtp->instance, 1, astCodec); in sccp_astwrap_get_payloadType()
1290 uint32_t astCodec; in sccp_astwrap_get_sampleRate() local
1292 astCodec = skinny_codec2pbx_codec(codec); in sccp_astwrap_get_sampleRate()
1293 return ast_rtp_lookup_sample_rate(1, astCodec); in sccp_astwrap_get_sampleRate()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast110/
H A Dast110.c1110 struct ast_format astCodec; in sccp_astwrap_get_payloadType() local
1113 ast_format_set(&astCodec, skinny_codec2pbx_codec(codec), 0); in sccp_astwrap_get_payloadType()
1114 payload = ast_rtp_codecs_payload_code(ast_rtp_instance_get_codecs(rtp->instance), 1, &astCodec, 0); in sccp_astwrap_get_payloadType()
1121 struct ast_format astCodec; in sccp_astwrap_get_sampleRate() local
1123 ast_format_set(&astCodec, skinny_codec2pbx_codec(codec), 0); in sccp_astwrap_get_sampleRate()
1124 return ast_rtp_lookup_sample_rate2(1, &astCodec, 0); in sccp_astwrap_get_sampleRate()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast111/
H A Dast111.c1274 struct ast_format astCodec; in sccp_astwrap_get_payloadType() local
1277 ast_format_set(&astCodec, skinny_codec2pbx_codec(codec), 0); in sccp_astwrap_get_payloadType()
1278 payload = ast_rtp_codecs_payload_code(ast_rtp_instance_get_codecs(rtp->instance), 1, &astCodec, 0); in sccp_astwrap_get_payloadType()
1285 struct ast_format astCodec; in sccp_astwrap_get_sampleRate() local
1287 ast_format_set(&astCodec, skinny_codec2pbx_codec(codec), 0); in sccp_astwrap_get_sampleRate()
1288 return ast_rtp_lookup_sample_rate2(1, &astCodec, 0); in sccp_astwrap_get_sampleRate()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast108/
H A Dast108.c1326 uint32_t astCodec; in sccp_astwrap_get_payloadType() local
1329 astCodec = skinny_codec2pbx_codec(codec); in sccp_astwrap_get_payloadType()
1330 payload = ast_rtp_codecs_payload_code(ast_rtp_instance_get_codecs(rtp->instance), 1, astCodec); in sccp_astwrap_get_payloadType()
1337 uint32_t astCodec; in sccp_astwrap_get_sampleRate() local
1339 astCodec = skinny_codec2pbx_codec(codec); in sccp_astwrap_get_sampleRate()
1340 return ast_rtp_lookup_sample_rate2(1, astCodec); in sccp_astwrap_get_sampleRate()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast112/
H A Dast112.c1426 struct ast_format astCodec; in sccp_astwrap_get_payloadType() local
1429 ast_format_set(&astCodec, skinny_codec2pbx_codec(codec), 0); in sccp_astwrap_get_payloadType()
1430 payload = ast_rtp_codecs_payload_code(ast_rtp_instance_get_codecs(rtp->instance), 1, &astCodec, 0); in sccp_astwrap_get_payloadType()
1437 struct ast_format astCodec; in sccp_astwrap_get_sampleRate() local
1439 ast_format_set(&astCodec, skinny_codec2pbx_codec(codec), 0); in sccp_astwrap_get_sampleRate()
1440 return ast_rtp_lookup_sample_rate2(1, &astCodec, 0); in sccp_astwrap_get_sampleRate()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast113/
H A Dast113.c1676 struct ast_format *astCodec = sccp_astwrap_skinny2ast_format(codec); in sccp_astwrap_get_payloadType() local
1677 if (astCodec != ast_format_none) { in sccp_astwrap_get_payloadType()
1678 return ast_rtp_codecs_payload_code(ast_rtp_instance_get_codecs(rtp->instance), 1, astCodec, 0); in sccp_astwrap_get_payloadType()
1685 struct ast_format *astCodec = sccp_astwrap_skinny2ast_format(codec); in sccp_astwrap_get_sampleRate() local
1686 if (astCodec != ast_format_none) { in sccp_astwrap_get_sampleRate()
1687 return ast_rtp_lookup_sample_rate2(1, astCodec, 0); in sccp_astwrap_get_sampleRate()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast115/
H A Dast115.c1732 struct ast_format *astCodec = sccp_astwrap_skinny2ast_format(codec); in sccp_astwrap_get_payloadType() local
1733 if (astCodec != ast_format_none) { in sccp_astwrap_get_payloadType()
1734 return ast_rtp_codecs_payload_code(ast_rtp_instance_get_codecs(rtp->instance), 1, astCodec, 0); in sccp_astwrap_get_payloadType()
1741 struct ast_format *astCodec = sccp_astwrap_skinny2ast_format(codec); in sccp_astwrap_get_sampleRate() local
1742 if (astCodec != ast_format_none) { in sccp_astwrap_get_sampleRate()
1743 return ast_rtp_lookup_sample_rate2(1, astCodec, 0); in sccp_astwrap_get_sampleRate()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast117/
H A Dast117.c1629 struct ast_format *astCodec = sccp_astwrap_skinny2ast_format(codec); in sccp_astwrap_get_payloadType() local
1630 if (astCodec != ast_format_none) { in sccp_astwrap_get_payloadType()
1631 return ast_rtp_codecs_payload_code(ast_rtp_instance_get_codecs(rtp->instance), 1, astCodec, 0); in sccp_astwrap_get_payloadType()
1638 struct ast_format *astCodec = sccp_astwrap_skinny2ast_format(codec); in sccp_astwrap_get_sampleRate() local
1639 if (astCodec != ast_format_none) { in sccp_astwrap_get_sampleRate()
1640 return ast_rtp_lookup_sample_rate2(1, astCodec, 0); in sccp_astwrap_get_sampleRate()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast118/
H A Dast118.c1629 struct ast_format *astCodec = sccp_astwrap_skinny2ast_format(codec); in sccp_astwrap_get_payloadType() local
1630 if (astCodec != ast_format_none) { in sccp_astwrap_get_payloadType()
1631 return ast_rtp_codecs_payload_code(ast_rtp_instance_get_codecs(rtp->instance), 1, astCodec, 0); in sccp_astwrap_get_payloadType()
1638 struct ast_format *astCodec = sccp_astwrap_skinny2ast_format(codec); in sccp_astwrap_get_sampleRate() local
1639 if (astCodec != ast_format_none) { in sccp_astwrap_get_sampleRate()
1640 return ast_rtp_lookup_sample_rate2(1, astCodec, 0); in sccp_astwrap_get_sampleRate()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast116/
H A Dast116.c1629 struct ast_format *astCodec = sccp_astwrap_skinny2ast_format(codec); in sccp_astwrap_get_payloadType() local
1630 if (astCodec != ast_format_none) { in sccp_astwrap_get_payloadType()
1631 return ast_rtp_codecs_payload_code(ast_rtp_instance_get_codecs(rtp->instance), 1, astCodec, 0); in sccp_astwrap_get_payloadType()
1638 struct ast_format *astCodec = sccp_astwrap_skinny2ast_format(codec); in sccp_astwrap_get_sampleRate() local
1639 if (astCodec != ast_format_none) { in sccp_astwrap_get_sampleRate()
1640 return ast_rtp_lookup_sample_rate2(1, astCodec, 0); in sccp_astwrap_get_sampleRate()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast114/
H A Dast114.c1719 struct ast_format *astCodec = sccp_astwrap_skinny2ast_format(codec); in sccp_astwrap_get_payloadType() local
1720 if (astCodec != ast_format_none) { in sccp_astwrap_get_payloadType()
1721 return ast_rtp_codecs_payload_code(ast_rtp_instance_get_codecs(rtp->instance), 1, astCodec, 0); in sccp_astwrap_get_payloadType()
1728 struct ast_format *astCodec = sccp_astwrap_skinny2ast_format(codec); in sccp_astwrap_get_sampleRate() local
1729 if (astCodec != ast_format_none) { in sccp_astwrap_get_sampleRate()
1730 return ast_rtp_lookup_sample_rate2(1, astCodec, 0); in sccp_astwrap_get_sampleRate()