Searched refs:rtp_hdr (Results 1 - 2 of 2) sorted by relevance

/external/srtp/include/
H A Dsrtp.h282 * The function call srtp_protect(ctx, rtp_hdr, len_ptr) applies SRTP
283 * protection to the RTP packet rtp_hdr (which has length *len_ptr) using
284 * the SRTP context ctx. If err_status_ok is returned, then rtp_hdr
300 * @param rtp_hdr is a pointer to the RTP packet (before the call); after
315 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
741 * The function call srtp_protect_rtcp(ctx, rtp_hdr, len_ptr) applies
744 * returned, then rtp_hdr points to the resulting SRTCP packet and
/external/srtp/srtp/
H A Dsrtp.c597 srtp_protect(srtp_ctx_t *ctx, void *rtp_hdr, int *pkt_octet_len) { argument
598 srtp_hdr_t *hdr = (srtp_hdr_t *)rtp_hdr;

Completed in 43 milliseconds