IEC61937Context    96 libavformat/spdifenc.c { "spdif_flags", "IEC 61937 encapsulation flags", offsetof(IEC61937Context, spdif_flags), AV_OPT_TYPE_FLAGS, {.i64 = 0}, 0, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "spdif_flags" },
IEC61937Context    98 libavformat/spdifenc.c { "dtshd_rate", "mux complete DTS frames in HD mode at the specified IEC958 rate (in Hz, default 0=disabled)", offsetof(IEC61937Context, dtshd_rate), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 768000, AV_OPT_FLAG_ENCODING_PARAM },
IEC61937Context    99 libavformat/spdifenc.c { "dtshd_fallback_time", "min secs to strip HD for after an overflow (-1: till the end, default 60)", offsetof(IEC61937Context, dtshd_fallback), AV_OPT_TYPE_INT, {.i64 = 60}, -1, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM },
IEC61937Context   112 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   122 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   175 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   251 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   334 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   357 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   421 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   568 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   607 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   613 libavformat/spdifenc.c static av_always_inline void spdif_put_16(IEC61937Context *ctx,
IEC61937Context   624 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   678 libavformat/spdifenc.c     .priv_data_size    = sizeof(IEC61937Context),