Home
last modified time | relevance | path

Searched refs:number_of_streams (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_header.h492 uint16_t number_of_streams; member
Dsctp_input.c4238 num_stream = ntohs(str_add->number_of_streams);
4331 num_stream = ntohs(str_add->number_of_streams);
Dsctp_output.c12727 addstr->number_of_streams = htons(adding);
12759 addstr->number_of_streams = htons(adding);
/third_party/ffmpeg/libavformat/
Drmdec.c505 int number_of_streams = avio_rb16(pb); in rm_read_multi() local
509 for (i = 0; i<number_of_streams; i++) in rm_read_multi()