Searched refs:SRTPProtoContext (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | srtpproto.c | 31 typedef struct SRTPProtoContext { struct 38 } SRTPProtoContext; argument 43 …{ "srtp_out_suite", "", offsetof(SRTPProtoContext, out_suite), AV_OPT_TYPE_STRING, { .str = NULL }… 44 …{ "srtp_out_params", "", offsetof(SRTPProtoContext, out_params), AV_OPT_TYPE_STRING, { .str = NULL… 45 …{ "srtp_in_suite", "", offsetof(SRTPProtoContext, in_suite), AV_OPT_TYPE_STRING, { .str = NULL }, … 46 …{ "srtp_in_params", "", offsetof(SRTPProtoContext, in_params), AV_OPT_TYPE_STRING, { .str = NULL }… 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 *s = h->priv_data; in srtp_write() [all …]
|