Home
last modified time | relevance | path

Searched refs:last_seqs_video (Results 1 – 3 of 3) sorted by relevance

/dports/www/janus/janus-gateway-0.11.6/
H A Dice.h579 janus_seq_info *last_seqs_video[3]; member
H A Dice.c1795 if(component->last_seqs_video[0]) in janus_ice_component_free()
1796 janus_seq_list_free(&component->last_seqs_video[0]); in janus_ice_component_free()
1797 if(component->last_seqs_video[1]) in janus_ice_component_free()
1798 janus_seq_list_free(&component->last_seqs_video[1]); in janus_ice_component_free()
1799 if(component->last_seqs_video[2]) in janus_ice_component_free()
1800 janus_seq_list_free(&component->last_seqs_video[2]); in janus_ice_component_free()
2800 janus_seq_list_free(&component->last_seqs_video[vindex]);
2807 …janus_seq_info **last_seqs = video ? &component->last_seqs_video[vindex] : &component->last_seqs_a…
H A Dsdp.c629 if(component->last_seqs_video[vindex]) in janus_sdp_process()
630 janus_seq_list_free(&component->last_seqs_video[vindex]); in janus_sdp_process()