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/chromium_org/third_party/libsrtp/srtp/include/
srtp.h
419
* @brief
srtp_remove_stream
() deallocates an SRTP stream.
421
* The function call
srtp_remove_stream
(session, ssrc) removes
440
srtp_remove_stream
(srtp_t session, unsigned int ssrc);
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c
305
* test the function
srtp_remove_stream
()
307
printf("testing
srtp_remove_stream
()...");
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c
1484
srtp_remove_stream
(srtp_t session, uint32_t ssrc) {
function
[
all
...]
Completed in 114 milliseconds