Searched refs:ff_srtp_free (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsrtp.h47 void ff_srtp_free(struct SRTPContext *s);
H A Dsrtpproto.c60 ff_srtp_free(&s->srtp_out);
61 ff_srtp_free(&s->srtp_in);
H A Dsrtp.c31 void ff_srtp_free(struct SRTPContext *s) function
70 ff_srtp_free(s);
435 ff_srtp_free(&enc);
436 ff_srtp_free(&dec);
457 ff_srtp_free(&srtp);
463 ff_srtp_free(&srtp);
469 ff_srtp_free(&srtp);
H A Drtpdec.c832 ff_srtp_free(&s->srtp);

Completed in 109 milliseconds