Home
last modified time | relevance | path

Searched refs:AdaptationSet (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dwebmdashenc.c41 typedef struct AdaptationSet { struct
45 } AdaptationSet; argument
50 AdaptationSet *as;
127 static int subsegment_alignment(AVFormatContext *s, const AdaptationSet *as) in subsegment_alignment()
141 static int bitstream_switching(AVFormatContext *s, const AdaptationSet *as) in bitstream_switching()
227 static int check_matching_width(AVFormatContext *s, const AdaptationSet *as) in check_matching_width()
241 static int check_matching_height(AVFormatContext *s, const AdaptationSet *as) in check_matching_height()
255 static int check_matching_sample_rate(AVFormatContext *s, const AdaptationSet *as) in check_matching_sample_rate()
304 AdaptationSet *as = &w->as[as_index]; in write_adaptation_set()
450 struct AdaptationSet *as = &w->as[w->nb_as - 1]; in parse_adaptation_sets()
Ddashenc.c82 typedef struct AdaptationSet { struct
97 } AdaptationSet; argument
146 AdaptationSet *as;
808 AdaptationSet *as = &c->as[as_index]; in write_adaptation_set()
863 AdaptationSet *tas = &c->as[as->trick_idx]; in write_adaptation_set()
893 static int add_adaptation_set(AVFormatContext *s, AdaptationSet **as, enum AVMediaType type) in add_adaptation_set()
920 AdaptationSet *as = &c->as[as_idx - 1]; in adaptation_set_add_stream()
945 AdaptationSet *as; in parse_adaptation_sets()
1070 AdaptationSet *as = &c->as[c->nb_as - 1]; in parse_adaptation_sets()
1479 AdaptationSet *as = &c->as[os->as_idx - 1]; in dash_init()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c32 * Period, GstMPDAdaptationSetNode * AdaptationSet,
35 client, GstMPDPeriodNode * Period, GstMPDAdaptationSetNode * AdaptationSet,
188 GstMPDAdaptationSetNode * AdaptationSet, in gst_mpd_client_fetch_external_segment_list() argument
230 if (AdaptationSet) { in gst_mpd_client_fetch_external_segment_list()
233 gst_mpd_helper_combine_urls (base_uri, AdaptationSet->BaseURLs, &query, in gst_mpd_client_fetch_external_segment_list()
283 GstMPDAdaptationSetNode * AdaptationSet, in gst_mpd_client_get_segment_base() argument
290 } else if (AdaptationSet && AdaptationSet->SegmentBase) { in gst_mpd_client_get_segment_base()
291 SegmentBase = AdaptationSet->SegmentBase; in gst_mpd_client_get_segment_base()
304 } else if (AdaptationSet && AdaptationSet->SegmentList in gst_mpd_client_get_segment_base()
305 && GST_MPD_MULT_SEGMENT_BASE_NODE (AdaptationSet->SegmentList) in gst_mpd_client_get_segment_base()
[all …]
/third_party/ffmpeg/doc/
Dmuxers.texi289 To map all video (or audio) streams to an AdaptationSet, "v" (or "a") can be used as stream identif…
291 When no assignment is defined, this defaults to an AdaptationSet for each stream.
/third_party/gstreamer/gstplugins_bad/
DChangeLog54078 dashdemux: fix coredump issue with external AdaptationSet
54079 fix wrong AdaptationSet list iterator
60713 only for Representation level. Other level such as Period or AdaptationSet
65819 mpdparser: Handle invalid external xml link for AdaptationSet element
65820 Ignore invalid xml link for AdaptationSet likewise external Period without error.
67605 from the AdaptationSet
82923 According to the spec, they can be in AdaptationSet, Representation and SubRepresentation.
84628 dashdemux: inherit bitstreamSwitching from Period to AdaptationSet
84928 Improved the detection of stream's language if the AdaptationSet
86943 The same has to be done for AdaptationSet and SegmentList nodes still.
[all …]