HomeSort by relevance Sort by last modified time
    Searched refs:srtp_remove_stream (Results 1 - 6 of 6) 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/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/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/srtp/test/
srtp_driver.c 281 * test the function srtp_remove_stream()
283 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...]
  /external/srtp/srtp/
srtp.c 1308 srtp_remove_stream(srtp_t session, uint32_t ssrc) { function
    [all...]

Completed in 487 milliseconds