OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtp_remove_stream
(Results
1 - 3
of
3
) sorted by null
/external/srtp/include/
srtp.h
410
* @brief
srtp_remove_stream
() deallocates an SRTP stream.
412
* The function call
srtp_remove_stream
(session, ssrc) removes
431
srtp_remove_stream
(srtp_t session, unsigned int ssrc);
/external/srtp/test/
srtp_driver.c
281
* test the function
srtp_remove_stream
()
283
printf("testing
srtp_remove_stream
()...");
[
all
...]
/external/srtp/srtp/
srtp.c
1308
srtp_remove_stream
(srtp_t session, uint32_t ssrc) {
function
[
all
...]
Completed in 19 milliseconds