Lines Matching refs:SRTPProtoContext
31 typedef struct SRTPProtoContext {
38 } SRTPProtoContext;
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;
68 SRTPProtoContext *s = h->priv_data;
98 SRTPProtoContext *s = h->priv_data;
111 SRTPProtoContext *s = h->priv_data;
123 SRTPProtoContext *s = h->priv_data;
130 SRTPProtoContext *s = h->priv_data;
142 .priv_data_size = sizeof(SRTPProtoContext),