Lines Matching defs:sess
656 rtp_session_init (RTPSession * sess) in rtp_session_init()
739 RTPSession *sess; in rtp_session_finalize() local
775 rtp_session_create_sources (RTPSession * sess) in rtp_session_create_sources()
808 rtp_session_create_stats (RTPSession * sess) in rtp_session_create_stats()
838 RTPSession *sess; in rtp_session_set_property() local
940 RTPSession *sess; in rtp_session_get_property() local
1023 on_new_ssrc (RTPSession * sess, RTPSource * source) in on_new_ssrc()
1033 on_ssrc_collision (RTPSession * sess, RTPSource * source) in on_ssrc_collision()
1044 on_ssrc_validated (RTPSession * sess, RTPSource * source) in on_ssrc_validated()
1055 on_ssrc_active (RTPSession * sess, RTPSource * source) in on_ssrc_active()
1065 on_ssrc_sdes (RTPSession * sess, RTPSource * source) in on_ssrc_sdes()
1076 on_bye_ssrc (RTPSession * sess, RTPSource * source) in on_bye_ssrc()
1086 on_bye_timeout (RTPSession * sess, RTPSource * source) in on_bye_timeout()
1096 on_timeout (RTPSession * sess, RTPSource * source) in on_timeout()
1106 on_sender_timeout (RTPSession * sess, RTPSource * source) in on_sender_timeout()
1117 on_new_sender_ssrc (RTPSession * sess, RTPSource * source) in on_new_sender_ssrc()
1128 on_sender_ssrc_active (RTPSession * sess, RTPSource * source) in on_sender_ssrc_active()
1148 RTPSession *sess; in rtp_session_new() local
1162 rtp_session_reset (RTPSession * sess) in rtp_session_reset()
1205 rtp_session_set_callbacks (RTPSession * sess, RTPSessionCallbacks * callbacks, in rtp_session_set_callbacks()
1269 rtp_session_set_process_rtp_callback (RTPSession * sess, in rtp_session_set_process_rtp_callback()
1287 rtp_session_set_send_rtp_callback (RTPSession * sess, in rtp_session_set_send_rtp_callback()
1305 rtp_session_set_send_rtcp_callback (RTPSession * sess, in rtp_session_set_send_rtcp_callback()
1323 rtp_session_set_sync_rtcp_callback (RTPSession * sess, in rtp_session_set_sync_rtcp_callback()
1341 rtp_session_set_clock_rate_callback (RTPSession * sess, in rtp_session_set_clock_rate_callback()
1359 rtp_session_set_reconsider_callback (RTPSession * sess, in rtp_session_set_reconsider_callback()
1377 rtp_session_set_request_time_callback (RTPSession * sess, in rtp_session_set_request_time_callback()
1394 rtp_session_set_bandwidth (RTPSession * sess, gdouble bandwidth) in rtp_session_set_bandwidth()
1412 rtp_session_get_bandwidth (RTPSession * sess) in rtp_session_get_bandwidth()
1434 rtp_session_set_rtcp_fraction (RTPSession * sess, gdouble bandwidth) in rtp_session_set_rtcp_fraction()
1452 rtp_session_get_rtcp_fraction (RTPSession * sess) in rtp_session_get_rtcp_fraction()
1475 rtp_session_get_sdes_struct (RTPSession * sess) in rtp_session_get_sdes_struct()
1503 rtp_session_set_sdes_struct (RTPSession * sess, const GstStructure * sdes) in rtp_session_set_sdes_struct()
1606 rtp_session_add_conflicting_address (RTPSession * sess, in rtp_session_add_conflicting_address()
1614 rtp_session_have_conflict (RTPSession * sess, RTPSource * source, in rtp_session_have_conflict()
1636 check_collision (RTPSession * sess, RTPSource * source, in check_collision()
1787 session_update_ptp (RTPSession * sess) in session_update_ptp()
1823 add_source (RTPSession * sess, RTPSource * src) in add_source()
1848 find_source (RTPSession * sess, guint32 ssrc) in find_source()
1857 obtain_source (RTPSession * sess, guint32 ssrc, gboolean * created, in obtain_source()
1912 obtain_internal_source (RTPSession * sess, guint32 ssrc, gboolean * created, in obtain_internal_source()
1955 rtp_session_suggest_ssrc (RTPSession * sess, gboolean * is_random) in rtp_session_suggest_ssrc()
1981 rtp_session_add_source (RTPSession * sess, RTPSource * src) in rtp_session_add_source()
2009 rtp_session_get_num_sources (RTPSession * sess) in rtp_session_get_num_sources()
2032 rtp_session_get_num_active_sources (RTPSession * sess) in rtp_session_get_num_active_sources()
2056 rtp_session_get_source_by_ssrc (RTPSession * sess, guint32 ssrc) in rtp_session_get_source_by_ssrc()
2073 rtp_session_create_new_ssrc (RTPSession * sess) in rtp_session_create_new_ssrc()
2151 update_packet_info (RTPSession * sess, RTPPacketInfo * pinfo, in update_packet_info()
2199 source_update_active (RTPSession * sess, RTPSource * source, in source_update_active()
2221 process_twcc_packet (RTPSession * sess, RTPPacketInfo * pinfo) in process_twcc_packet()
2236 source_update_sender (RTPSession * sess, RTPSource * source, in source_update_sender()
2274 rtp_session_process_rtp (RTPSession * sess, GstBuffer * buffer, in rtp_session_process_rtp()
2370 rtp_session_process_rb (RTPSession * sess, RTPSource * source, in rtp_session_process_rb()
2414 rtp_session_process_sr (RTPSession * sess, GstRTCPPacket * packet, in rtp_session_process_sr()
2466 rtp_session_process_rr (RTPSession * sess, GstRTCPPacket * packet, in rtp_session_process_rr()
2496 rtp_session_process_sdes (RTPSession * sess, GstRTCPPacket * packet, in rtp_session_process_sdes()
2594 rtp_session_process_bye (RTPSession * sess, GstRTCPPacket * packet, in rtp_session_process_bye()
2691 rtp_session_process_app (RTPSession * sess, GstRTCPPacket * packet, in rtp_session_process_app()
2725 rtp_session_request_local_key_unit (RTPSession * sess, RTPSource * src, in rtp_session_request_local_key_unit()
2767 rtp_session_process_pli (RTPSession * sess, guint32 sender_ssrc, in rtp_session_process_pli()
2788 rtp_session_process_fir (RTPSession * sess, guint32 sender_ssrc, in rtp_session_process_fir()
2846 rtp_session_process_nack (RTPSession * sess, guint32 sender_ssrc, in rtp_session_process_nack()
2874 rtp_session_process_twcc (RTPSession * sess, guint32 sender_ssrc, in rtp_session_process_twcc()
2903 rtp_session_process_feedback (RTPSession * sess, GstRTCPPacket * packet, in rtp_session_process_feedback()
3022 rtp_session_process_rtcp (RTPSession * sess, GstBuffer * buffer, in rtp_session_process_rtcp()
3136 rtp_session_update_send_caps (RTPSession * sess, GstCaps * caps) in rtp_session_update_send_caps()
3200 rtp_session_send_rtp (RTPSession * sess, gpointer data, gboolean is_list, in rtp_session_send_rtp()
3297 calculate_rtcp_interval (RTPSession * sess, gboolean deterministic, in calculate_rtcp_interval()
3363 rtp_session_mark_all_bye (RTPSession * sess, const gchar * reason) in rtp_session_mark_all_bye()
3377 rtp_session_schedule_bye_locked (RTPSession * sess, GstClockTime current_time) in rtp_session_schedule_bye_locked()
3428 rtp_session_schedule_bye (RTPSession * sess, GstClockTime current_time) in rtp_session_schedule_bye()
3452 rtp_session_next_timeout (RTPSession * sess, GstClockTime current_time) in rtp_session_next_timeout()
3544 RTPSession *sess; member
3564 session_start_rtcp (RTPSession * sess, ReportData * data) in session_start_rtcp()
3611 RTPSession *sess = data->sess; in session_report_blocks() local
3704 session_fir (RTPSession * sess, ReportData * data) in session_fir()
3777 RTPSession *sess = data->sess; in session_nack() local
3895 RTPSession *sess = data->sess; in session_cleanup() local
4027 session_sdes (RTPSession * sess, ReportData * data) in session_sdes()
4093 make_source_bye (RTPSession * sess, RTPSource * source, ReportData * data) in make_source_bye()
4111 is_rtcp_time (RTPSession * sess, GstClockTime current_time, ReportData * data) in is_rtcp_time()
4231 RTPSession *sess = data->sess; in generate_twcc() local
4264 RTPSession *sess = data->sess; in generate_rtcp() local
4324 RTPSession *sess = data->sess; in update_generation() local
4347 RTPSession *sess = data->sess; in schedule_remaining_nacks() local
4366 rtp_session_are_all_sources_bye (RTPSession * sess) in rtp_session_are_all_sources_bye()
4403 rtp_session_on_timeout (RTPSession * sess, GstClockTime current_time, in rtp_session_on_timeout()
4589 rtp_session_request_early_rtcp (RTPSession * sess, GstClockTime current_time, in rtp_session_request_early_rtcp()
4747 rtp_session_send_rtcp_internal (RTPSession * sess, GstClockTime now, in rtp_session_send_rtcp_internal()
4758 rtp_session_send_rtcp_with_deadline (RTPSession * sess, GstClockTime deadline) in rtp_session_send_rtcp_with_deadline()
4776 rtp_session_send_rtcp (RTPSession * sess, GstClockTime max_delay) in rtp_session_send_rtcp()
4789 rtp_session_request_key_unit (RTPSession * sess, guint32 ssrc, in rtp_session_request_key_unit()
4837 rtp_session_request_nack (RTPSession * sess, guint32 ssrc, guint16 seqnum, in rtp_session_request_nack()
4880 rtp_session_update_recv_caps_structure (RTPSession * sess, in rtp_session_update_recv_caps_structure()