Home
last modified time | relevance | path

Searched refs:ssrc_any_inbound (Results 1 – 7 of 7) sorted by relevance

/external/srtp/include/
Dsrtp.h147 ssrc_any_inbound = 2, /**< Indicates any inbound SSRC value enumerator
/external/srtp/test/
Ddtls_srtp_driver.c185 policy.ssrc.type = ssrc_any_inbound; in test_dtls_srtp()
Dsrtp_driver.c688 rcvr_policy->ssrc.type = ssrc_any_inbound; in srtp_test()
887 rcvr_policy->ssrc.type = ssrc_any_inbound; in srtcp_test()
/external/srtp/googlepatches/
Dvidyo-2-srtp-lin.patch58 policy.ssrc.type = ssrc_any_inbound;
Dvidyo-4-srtp-rtx.patch69 policy.ssrc.type = ssrc_any_inbound;
Dvidyo-3-srtp-ws.patch660 policy.ssrc.type = ssrc_any_inbound;
/external/srtp/srtp/
Dsrtp.c1248 case (ssrc_any_inbound): in srtp_add_stream()