OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rdbx_set_roc
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
rdbx.h
150
*
rdbx_set_roc
(rdbx, roc) initalizes the rdbx_t at the location rdbx
158
rdbx_set_roc
(rdbx_t *rdbx, uint32_t roc);
/external/srtp/crypto/include/
rdbx.h
115
*
rdbx_set_roc
(rdbx, roc) initalizes the rdbx_t at the location rdbx
123
rdbx_set_roc
(rdbx_t *rdbx, uint32_t roc);
/external/chromium_org/third_party/libsrtp/srtp/crypto/replay/
rdbx.c
210
*
rdbx_set_roc
(rdbx, roc) initalizes the rdbx_t at the location rdbx
218
rdbx_set_roc
(rdbx_t *rdbx, uint32_t roc) {
function
/external/chromium_org/third_party/libsrtp/srtp/srtp/
ekt.c
192
err =
rdbx_set_roc
(&stream->rtp_rdbx, roc);
/external/srtp/crypto/replay/
rdbx.c
219
*
rdbx_set_roc
(rdbx, roc) initalizes the rdbx_t at the location rdbx
227
rdbx_set_roc
(rdbx_t *rdbx, uint32_t roc) {
function
/external/srtp/srtp/
ekt.c
189
err =
rdbx_set_roc
(&stream->rtp_rdbx, roc);
Completed in 806 milliseconds