Home
last modified time | relevance | path

Searched refs:rtp_profile_find_payload_number (Results 1 – 5 of 5) sorted by relevance

/dports/net/ortp/ortp-1.0.2-0/src/
H A Drtpprofile.c46 int rtp_profile_find_payload_number(RtpProfile*profile,const char *mime,int rate,int channels) in rtp_profile_find_payload_number() function
101 ret=rtp_profile_find_payload_number(profile,subtype,clock_rate,channels); in rtp_profile_get_payload_number_from_rtpmap()
109 i=rtp_profile_find_payload_number(prof,mime,rate,channels); in rtp_profile_find_payload()
H A Dtelephonyevents.c114 …tev_pt = rtp_profile_find_payload_number(session->snd.profile, "telephone-event", cur_pt ? cur_pt-… in rtp_session_create_telephone_event_packet()
/dports/net/ortp/ortp-1.0.2-0/include/ortp/
H A Drtpprofile.h87 ORTP_PUBLIC int rtp_profile_find_payload_number(RtpProfile *prof,const char *mime,int rate, int cha…
/dports/net/mediastreamer/mediastreamer-2.16.1/src/otherfilters/
H A Dmsrtp.c399 int cn_pt=rtp_profile_find_payload_number(d->session->snd.profile, "CN", 8000, 1); in process_cn()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlinphonecore.c1908 (number=rtp_profile_find_payload_number(&av_profile, pt->mime_type, pt->clock_rate, pt->channels)) in linphone_core_register_payload_type()