Home
last modified time | relevance | path

Searched refs:TtyDemuxContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtty.c44 typedef struct TtyDemuxContext { struct
50 } TtyDemuxContext; typedef
77 TtyDemuxContext *s = avctx->priv_data; in efi_read()
104 TtyDemuxContext *s = avctx->priv_data; in read_header()
143 TtyDemuxContext *s = avctx->priv_data; in read_packet()
168 #define OFFSET(x) offsetof(TtyDemuxContext, x)
171 { "chars_per_frame", "", offsetof(TtyDemuxContext, chars_per_frame), AV_OPT_TYPE_INT, {.i64 = 6000}, 1, INT_MAX, AV_OPT_FLAG_DECODING_PARAM},
187 .priv_data_size = sizeof(TtyDemuxContext),

Completed in 1 milliseconds