TtyDemuxContext    77 libavformat/tty.c     TtyDemuxContext *s = avctx->priv_data;
TtyDemuxContext   104 libavformat/tty.c     TtyDemuxContext *s = avctx->priv_data;
TtyDemuxContext   140 libavformat/tty.c     TtyDemuxContext *s = avctx->priv_data;
TtyDemuxContext   165 libavformat/tty.c #define OFFSET(x) offsetof(TtyDemuxContext, x)
TtyDemuxContext   168 libavformat/tty.c     { "chars_per_frame", "", offsetof(TtyDemuxContext, chars_per_frame), AV_OPT_TYPE_INT, {.i64 = 6000}, 1, INT_MAX, AV_OPT_FLAG_DECODING_PARAM},
TtyDemuxContext   184 libavformat/tty.c     .priv_data_size = sizeof(TtyDemuxContext),