Home
last modified time | relevance | path

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

/external/srtp/crypto/include/
Drdbx.h84 rdbx_estimate_index(const rdbx_t *rdbx,
/external/srtp/
Dsrtp.def57 rdbx_estimate_index
DChanges186 Fixed rdbx_estimate_index() to handle all input cases. This solves
217 Made rdbx_estimate_index(...) function smarter, so that initial RTP
DREADME169 rdbx_estimate_index(...) function has been made smarter.
/external/srtp/crypto/replay/
Drdbx.c329 rdbx_estimate_index(const rdbx_t *rdbx, in rdbx_estimate_index() function
/external/srtp/googlepatches/
Dvidyo-4-srtp-rtx.patch51 delta = rdbx_estimate_index(&stream->rtp_rdbx, &est, ntohs(hdr->seq));
/external/srtp/srtp/
Dsrtp.c723 delta = rdbx_estimate_index(&stream->rtp_rdbx, &est, ntohs(hdr->seq)); in srtp_protect()
898 delta = rdbx_estimate_index(&stream->rtp_rdbx, &est, ntohs(hdr->seq)); in srtp_unprotect()