Searched refs:SRTPProtoContext (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | srtpproto.c | 31 typedef struct SRTPProtoContext { struct 38 } SRTPProtoContext; typedef 43 { "srtp_out_suite", "", offsetof(SRTPProtoContext, out_suite), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, E }, 44 { "srtp_out_params", "", offsetof(SRTPProtoContext, out_params), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, E }, 45 { "srtp_in_suite", "", offsetof(SRTPProtoContext, in_suite), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D }, 46 { "srtp_in_params", "", offsetof(SRTPProtoContext, in_params), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D }, 59 SRTPProtoContext *s = h->priv_data; in srtp_close() 68 SRTPProtoContext *s = h->priv_data; in srtp_open() 98 SRTPProtoContext *s = h->priv_data; in srtp_read() 111 SRTPProtoContext * in srtp_write() [all...] |
Completed in 1 milliseconds