TtyDemuxContext    50 libavformat/tty.c     TtyDemuxContext *s = avctx->priv_data;
TtyDemuxContext    77 libavformat/tty.c     TtyDemuxContext *s = avctx->priv_data;
TtyDemuxContext   113 libavformat/tty.c     TtyDemuxContext *s = avctx->priv_data;
TtyDemuxContext   136 libavformat/tty.c #define OFFSET(x) offsetof(TtyDemuxContext, x)
TtyDemuxContext   139 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   155 libavformat/tty.c     .priv_data_size = sizeof(TtyDemuxContext),