Home
last modified time | relevance | path

Searched refs:is_live (Results 1 – 25 of 59) sorted by relevance

123

/third_party/ffmpeg/libavformat/
Dwebmdashenc.c53 int is_live; member
89 avio_printf(pb, " type=\"%s\"\n", w->is_live ? "dynamic" : "static"); in write_header()
90 if (!w->is_live) { in write_header()
96 …w->is_live ? "urn:mpeg:dash:profile:isoff-live:2011" : "urn:webm:dash:profile:webm-on-demand:2012", in write_header()
97 w->is_live ? "\n" : ">\n"); in write_header()
98 if (w->is_live) { in write_header()
182 } else if (w->is_live) { in write_representation()
195 if (w->is_live) { in write_representation()
319 width_in_as = !w->is_live && check_matching_width (s, as); in write_adaptation_set()
320 height_in_as = !w->is_live && check_matching_height(s, as); in write_adaptation_set()
[all …]
Ddashdec.c149 int is_live; member
1271 c->is_live = 1; in parse_manifest()
1382 if (c->is_live) { in calc_cur_seg_no()
1419 if (c->is_live && pls->fragment_duration) { in calc_min_seg_no()
1445 } else if (c->is_live && pls->fragment_duration) { in calc_max_seg_no()
1608 } else if (c->is_live) { in get_current_fragment()
1614 if (c->is_live) { in get_current_fragment()
1825 if (c->is_live || v->cur_seq_no < v->last_seq_no) { in read_data()
1909 pls, read_data, NULL, c->is_live ? NULL : seek_data); in reopen_demux_for_component()
2069 if (!c->is_live) { in dash_read_header()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstpipeline.c116 gboolean is_live; member
236 pipeline->priv->is_live = FALSE; in gst_pipeline_init()
522 pipeline->priv->is_live = FALSE; in gst_pipeline_change_state()
532 pipeline->priv->is_live = result == GST_STATE_CHANGE_NO_PREROLL; in gst_pipeline_change_state()
534 pipeline->priv->is_live ? " " : " not "); in gst_pipeline_change_state()
632 if (pipeline->priv->is_live in gst_pipeline_handle_message()
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/
Dgstimagefreeze.c187 self->is_live = DEFAULT_IS_LIVE; in gst_image_freeze_init()
566 seekable = !self->is_live && (format == GST_FORMAT_TIME in gst_image_freeze_src_query()
574 if (self->is_live) { in gst_image_freeze_src_query()
687 if (self->is_live) { in gst_image_freeze_src_event()
820 self->is_live = g_value_get_boolean (value); in gst_image_freeze_set_property()
844 g_value_set_boolean (value, self->is_live); in gst_image_freeze_get_property()
978 if (self->is_live) { in gst_image_freeze_src_loop()
1191 if (self->is_live) in gst_image_freeze_change_state()
1225 if (self->is_live) in gst_image_freeze_change_state()
Dgstimagefreeze.h66 gboolean is_live; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-media-info.c433 info->is_live = FALSE; in gst_play_media_info_init()
584 info->is_live = ref->is_live; in gst_play_media_info_copy()
684 return info->is_live; in gst_play_media_info_is_live()
Dgstplay-media-info-private.h100 gboolean seekable, is_live; member
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_dce.c55 is_live(BITSET_WORD *defs_live, nir_instr *instr) in is_live() function
115 bool live = is_live(defs_live, instr); in dce_block()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlsmtpsink.c537 g_assert (!bcsink->is_live); in gst_curl_smtp_sink_set_payload_headers_unlocked()
552 g_assert (!bcsink->is_live); in gst_curl_smtp_sink_set_payload_headers_unlocked()
777 bcsink->is_live, sink->nbr_attachments, sink->curr_attachment, in gst_curl_smtp_sink_flush_data_unlocked()
781 if ((bcsink->is_live && (sink->curr_attachment == sink->nbr_attachments)) in gst_curl_smtp_sink_flush_data_unlocked()
784 bcsink->is_live = FALSE; in gst_curl_smtp_sink_flush_data_unlocked()
810 bcsink->is_live = TRUE; in gst_curl_smtp_sink_flush_data_unlocked()
Dgstcurlbasesink.h85 gboolean is_live; member
Dgstcurlbasesink.c259 sink->is_live = FALSE; in gst_curl_base_sink_init()
320 sink->is_live = live; in gst_curl_base_sink_set_live()
332 result = sink->is_live; in gst_curl_base_sink_is_live()
1272 if (sink->is_live) { in gst_curl_base_sink_transfer_thread_func()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8decoder.c49 gboolean is_live; member
183 klass->get_preferred_output_delay (self, priv->is_live); in gst_vp8_decoder_check_codec_change()
214 gst_query_parse_latency (query, &priv->is_live, NULL, NULL); in gst_vp8_decoder_set_format()
Dgstvp8decoder.h137 gboolean is_live);
Dgstvp9decoder.c86 gboolean is_live; member
241 klass->get_preferred_output_delay (self, priv->is_live); in gst_vp9_decoder_check_codec_change()
272 gst_query_parse_latency (query, &priv->is_live, NULL, NULL); in gst_vp9_decoder_set_format()
Dgstmpeg2decoder.h194 gboolean is_live);
Dgstvp9decoder.h189 gboolean is_live);
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.c440 basesrc->is_live = FALSE; in gst_base_src_init()
582 src->is_live = live; in gst_base_src_set_live()
602 result = src->is_live; in gst_base_src_is_live()
744 *live = src->is_live; in gst_base_src_query_latency()
760 ", max %" GST_TIME_FORMAT, src->is_live, GST_TIME_ARGS (min), in gst_base_src_query_latency()
1891 if (src->is_live) { in gst_base_src_send_event()
2271 gboolean do_timestamp, first, pseudo_live, is_live; in gst_base_src_do_sync() local
2292 is_live = basesrc->is_live; in gst_base_src_do_sync()
2294 pseudo_live = (start != -1 && is_live); in gst_base_src_do_sync()
2322 is_live, start != -1); in gst_base_src_do_sync()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.h82 gboolean is_live; member
Dgstnvvp8dec.c84 gboolean is_live);
440 gboolean is_live) in gst_nv_vp8_dec_get_preferred_output_delay() argument
443 if (is_live) in gst_nv_vp8_dec_get_preferred_output_delay()
Dgstnvvp9dec.c87 gboolean is_live);
536 gboolean is_live) in gst_nv_vp9_dec_get_preferred_output_delay() argument
539 if (is_live) in gst_nv_vp9_dec_get_preferred_output_delay()
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c107 gboolean is_live; member
270 manifest->is_live ? "yes" : "no", manifest->look_ahead_fragment_count); in _gst_mss_stream_init()
271 stream->has_live_fragments = manifest->is_live in _gst_mss_stream_init()
291 if (manifest->is_live) { in _gst_mss_stream_init()
381 manifest->is_live = g_ascii_strcasecmp (live_str, "true") == 0; in gst_mss_manifest_new()
386 if (!manifest->is_live) { in gst_mss_manifest_new()
1332 return manifest->is_live; in gst_mss_manifest_is_live()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c185 gboolean is_live; member
381 gst_query_set_latency (query, priv->is_live, priv->latency_min, in gst_harness_sink_query()
472 gst_query_set_latency (query, priv->is_live, priv->latency_min, in gst_harness_src_query()
691 priv->is_live = TRUE; in gst_harness_new_empty()
2203 gboolean is_live; in gst_harness_query_latency() local
2210 gst_query_parse_latency (query, &is_live, &min, &max); in gst_harness_query_latency()
2245 gst_harness_set_live (GstHarness * h, gboolean is_live) in gst_harness_set_live() argument
2248 priv->is_live = is_live; in gst_harness_set_live()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c106 gboolean is_live; member
255 play->is_live = FALSE; in play_new()
311 play->is_live = FALSE; in play_reset()
396 if (!play->is_live) in play_bus_msg()
402 if (!play->is_live) in play_bus_msg()
746 play->is_live = TRUE; in play_uri()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c1156 gboolean is_live; in gst_m3u8_is_live() local
1161 is_live = GST_M3U8_IS_LIVE (m3u8); in gst_m3u8_is_live()
1164 return is_live; in gst_m3u8_is_live()
1816 gboolean is_live; in gst_hls_variant_stream_is_live() local
1820 is_live = gst_m3u8_is_live (variant->m3u8); in gst_hls_variant_stream_is_live()
1822 return is_live; in gst_hls_variant_stream_is_live()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsparse.c1191 gboolean is_live; in mpegts_parse_src_pad_query() local
1194 gst_query_parse_latency (query, &is_live, &min_latency, &max_latency); in mpegts_parse_src_pad_query()
1195 if (is_live) { in mpegts_parse_src_pad_query()
1205 gst_query_set_latency (query, is_live, min_latency, max_latency); in mpegts_parse_src_pad_query()

123