IEC61937Context    91 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    93 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    94 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   107 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   117 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   169 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   245 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   328 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   351 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   399 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   445 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   480 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   486 libavformat/spdifenc.c static av_always_inline void spdif_put_16(IEC61937Context *ctx,
IEC61937Context   497 libavformat/spdifenc.c     IEC61937Context *ctx = s->priv_data;
IEC61937Context   551 libavformat/spdifenc.c     .priv_data_size    = sizeof(IEC61937Context),