Home
last modified time | relevance | path

Searched defs:es_out_id_t (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/test/src/input/
H A Ddemux-run.c58 struct es_out_id_t struct
60 struct es_out_id_t *next; argument
66 static es_out_id_t *EsOutAdd(es_out_t *out, const es_format_t *fmt) in EsOutAdd() argument
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Des_out.c77 struct es_out_id_t struct
100 es_out_id_t *pp_es[64]; /* a max of 64 chans for CEA708 */ argument
104 es_out_id_t *p_master; argument
113 es_out_id_t *p_main_es; /* current main es */ argument
H A Des_out_timeshift.c218 struct es_out_id_t struct
220 es_out_id_t *p_es; argument
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_common.h227 typedef struct es_out_id_t es_out_id_t; typedef