Lines Matching defs:representation
76 struct representation { struct
88 AVStream *assoc_stream; /* demuxer stream associated with this representation */ argument
90 int n_fragments;
91 struct fragment **fragments; /* VOD list of fragment for profile */
93 int n_timelines;
94 struct timeline **timelines;
96 int64_t first_seq_no;
97 int64_t last_seq_no;
98 …t_number; /* used in case when we have dynamic list of segment to know which segments are new one*/
100 int64_t fragment_duration;
101 int64_t fragment_timescale;
125 struct representation **videos; argument