Searched refs:representation_id (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstdashsink.c | 263 gchar *representation_id; member 375 g_free (stream->representation_id); in gst_dash_sink_stream_free() 588 dash_stream->representation_id, dash_stream->current_segment_id, in on_format_location() 593 dash_stream->representation_id, dash_stream->current_segment_id, in on_format_location() 778 stream->representation_id, "bandwidth", stream->bitrate, "mime-type", in gst_dash_sink_generate_mpd_content() 787 stream->representation_id, "width", stream->info.video.width, in gst_dash_sink_generate_mpd_content() 795 stream->representation_id, "audio-sampling-rate", in gst_dash_sink_generate_mpd_content() 802 stream->representation_id, "duration", sink->target_duration, NULL); in gst_dash_sink_generate_mpd_content() 805 g_strconcat (stream->representation_id, "_$Number$", in gst_dash_sink_generate_mpd_content() 809 stream->representation_id, "media", media_segment_template, in gst_dash_sink_generate_mpd_content() [all …]
|
D | gstmpdclient.c | 3227 gchar * period_id, guint adaptation_set_id, gchar * representation_id, in gst_mpd_client_set_representation_node() argument 3247 (adap_set_node->Representations, representation_id)); in gst_mpd_client_set_representation_node() 3250 if (representation_id) in gst_mpd_client_set_representation_node() 3251 rep_node->id = g_strdup (representation_id); in gst_mpd_client_set_representation_node()
|
/third_party/ffmpeg/libavformat/ |
D | webmdashenc.c | 52 int representation_id; member 379 char buf[25], *representation_id = buf, *underscore_pos, *period_pos; in write_adaptation_set() local 390 representation_id = underscore_pos + 1; in write_adaptation_set() 393 snprintf(buf, sizeof(buf), "%d", w->representation_id++); in write_adaptation_set() 395 ret = write_representation(s, st, representation_id, !width_in_as, in write_adaptation_set()
|
D | dashenc.c | 518 int representation_id, int final, in write_hls_media_playlist() argument 539 c->dirname, representation_id); in write_hls_media_playlist() 656 int representation_id, int final) in output_segment_list() argument 725 write_hls_media_playlist(os, s, representation_id, final, NULL); in output_segment_list()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | dash_mpd.c | 6324 gchar *representation_id; in GST_START_TEST() local 6356 representation_id = in GST_START_TEST() 6363 adaptation_set_id, representation_id, "duration", 15, "start-number", 11, in GST_START_TEST() 6366 adaptation_set_id, representation_id, "media", "segment001.ts", NULL); in GST_START_TEST() 6368 adaptation_set_id, representation_id, "media", "segment002.ts", NULL); in GST_START_TEST()
|