Home | History | Annotate | Download | only in include

Lines Matching defs:ssrc

80   uint32_t ssrc;	/* synchronization source */
94 uint32_t ssrc; /* synchronization source */
120 uint32_t ssrc; /* synchronization source */
139 uint32_t ssrc; /* synchronization source */
165 * srtp_get_stream(ssrc) returns a pointer to the stream corresponding
166 * to ssrc, or NULL if no stream exists for that ssrc
170 srtp_get_stream(srtp_t srtp, uint32_t ssrc);
209 * an srtp_stream_t has its own SSRC, encryption key, authentication
217 uint32_t ssrc;