Home
last modified time | relevance | path

Searched refs:g_list_first (Results 1 – 25 of 35) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c96 for (cur = g_list_first (reader->pads); cur != NULL; cur = g_list_next (cur)) { in have_empty_queue()
275 for (cur = g_list_first (part->pads); cur != NULL; cur = g_list_next (cur)) { in splitmux_part_is_eos_locked()
289 for (cur = g_list_first (part->pads); cur != NULL; cur = g_list_next (cur)) { in splitmux_part_is_prerolled_locked()
319 for (cur = g_list_first (reader->pads); cur != NULL; cur = g_list_next (cur)) { in splitmux_is_flushing()
734 for (cur = g_list_first (reader->pads); cur != NULL; cur = g_list_next (cur)) { in splitmux_part_reader_reset()
999 for (cur = g_list_first (reader->pads); cur != NULL; cur = g_list_next (cur)) { in no_more_pads()
1032 for (cur = g_list_first (part->pads); cur != NULL; cur = g_list_next (cur)) { in gst_splitmux_part_reader_src_query()
1223 for (cur = g_list_first (reader->pads); cur != NULL; cur = g_list_next (cur)) { in gst_splitmux_part_reader_set_flushing_locked()
1246 for (cur = g_list_first (reader->pads); cur != NULL; cur = g_list_next (cur)) { in gst_splitmux_part_reader_get_end_offset()
1301 for (cur = g_list_first (reader->pads); cur != NULL; cur = g_list_next (cur)) { in gst_splitmux_part_reader_lookup_pad()
Dgstsplitmuxsrc.c270 for (cur = g_list_first (splitmux->pads); in gst_splitmux_src_dispose()
734 for (cur = g_list_first (splitmux->pads); in count_not_linked()
838 for (cur = g_list_first (splitmux->pads); in gst_splitmux_src_activate_part()
1021 for (cur = g_list_first (pads_list); cur != NULL; cur = g_list_next (cur)) { in gst_splitmux_src_stop()
1077 for (cur = g_list_first (splitmux->pads); in gst_splitmux_find_output_pad()
1135 for (cur = g_list_first (splitmux->pads); in gst_splitmux_push_event()
1158 for (cur = g_list_first (splitmux->pads); in gst_splitmux_push_flush_stop()
1386 for (cur = g_list_first (splitmux->pads); in splitmux_src_pad_event()
1395 for (cur = g_list_first (splitmux->pads); in splitmux_src_pad_event()
Dgstsplitmuxsink.c2740 for (cur = g_list_first (splitmux->contexts); cur != NULL; in check_completed_gop()
3307 for (cur = g_list_first (splitmux->contexts); in grow_blocked_queues()
3360 for (cur = g_list_first (splitmux->contexts); in handle_q_overrun()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dhlsdemux_m3u8.c390 tmp = g_list_first (master->variants); in do_test_load_main_playlist_variant()
481 file = GST_M3U8_MEDIA_FILE (g_list_first (pl->files)->data); in check_on_demand_playlist()
537 file = GST_M3U8_MEDIA_FILE (g_list_first (pl->files)->data); in GST_START_TEST()
570 file = GST_M3U8_MEDIA_FILE (g_list_first (pl->files)->data); in GST_START_TEST()
582 file = GST_M3U8_MEDIA_FILE (g_list_first (pl->files)->data); in GST_START_TEST()
729 file = GST_M3U8_MEDIA_FILE (g_list_first (pl->files)->data); in GST_START_TEST()
754 file = GST_M3U8_MEDIA_FILE (g_list_first (pl->files)->data); in GST_START_TEST()
777 file = GST_M3U8_MEDIA_FILE (g_list_first (pl->files)->data); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmulawdec.c108 fail_unless (gst_buffer_get_size (GST_BUFFER (g_list_first (buffers)->data))); in GST_START_TEST()
Dmulawenc.c133 fail_unless (gst_buffer_get_size (GST_BUFFER (g_list_first (buffers)->data))); in GST_START_TEST()
Dcapssetter.c103 buffer = g_list_first (buffers)->data; in push_and_test()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c899 for (tree = g_list_first (trees); tree; tree = tree->next) { in ttml_resolve_referenced_styles()
950 for (tree = g_list_first (trees); tree; tree = tree->next) { in ttml_inherit_element_styles()
1167 for (trees = g_list_first (trees); trees; trees = trees->next) { in ttml_find_next_transition()
1213 for (tree = g_list_first (element_trees); tree; tree = tree->next) { in ttml_get_active_trees()
1720 for (scene_entry = g_list_first (scenes); scene_entry; in ttml_attach_scene_metadata()
1731 for (region_tree = g_list_first (scene->trees); region_tree; in ttml_attach_scene_metadata()
1778 for (tree = g_list_first (region_trees); tree; tree = tree->next) { in ttml_assign_region_times()
1906 for (scene_entry = g_list_first (scenes); scene_entry; in ttml_join_inline_elements()
1911 for (region_tree = g_list_first (scene->trees); region_tree; in ttml_join_inline_elements()
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/
Dgst-camerabin2-test.c320 timing = (CaptureTiming *) g_list_first (capture_times)->data; in camera_src_get_timestamp_probe()
332 timing = (CaptureTiming *) g_list_first (capture_times)->data; in viewfinder_get_timestamp_probe()
365 timing = (CaptureTiming *) g_list_first (capture_times)->data; in sync_bus_callback()
467 timing = (CaptureTiming *) g_list_first (capture_times)->data; in bus_callback()
528 current = g_list_first (element_list); in create_ipp_bin()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dglist.in.h116 GList* g_list_first (GList *list);
Dglist.c505 g_list_first (GList *list)
/third_party/gstreamer/gstplugins_good/gst/cutter/
Dgstcutter.c369 prebuf = (g_list_first (filter->pre_buffer))->data; in gst_cutter_chain()
388 prebuf = (g_list_first (filter->pre_buffer))->data; in gst_cutter_chain()
/third_party/glib/glib/
Dglist.h132 GList* g_list_first (GList *list);
Dglist.c1024 g_list_first (GList *list) in g_list_first() function
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c60 for (list = g_list_first (periods); list; list = g_list_next (list)) { in gst_mpd_client_get_period_with_id()
74 for (list = g_list_first (adaptation_sets); list; list = g_list_next (list)) { in gst_mpd_client_get_adaptation_set_with_id()
89 for (list = g_list_first (representations); list; list = g_list_next (list)) { in gst_mpd_client_get_representation_with_id()
137 for (list = g_list_first (Representations); list; list = g_list_next (list)) { in gst_mpd_client_get_lowest_representation()
174 for (list = g_list_first (Representations); list; list = g_list_next (list)) {
1310 if (list != g_list_first (client->mpd_root_node->Periods) in gst_mpd_client_setup_media_presentation()
1965 for (list = g_list_first (client->mpd_root_node->UTCTimings); list; in gst_mpd_client_get_utc_timing_sources()
2533 for (list = g_list_first (Representations); list; list = g_list_next (list)) { in gst_mpd_client_get_rep_idx_with_min_bandwidth()
2561 for (list = g_list_first (Representations); list; list = g_list_next (list)) { in gst_mpd_client_get_rep_idx_with_max_bandwidth()
2608 for (list = g_list_first (client->active_streams); list; in gst_mpd_client_seek_to_first_segment()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysinkconvertbin.c147 head = GST_ELEMENT (g_list_first (self->conversion_elements)->data); in gst_play_sink_convert_bin_set_targets()
583 head = GST_ELEMENT (g_list_first (self->conversion_elements)->data); in gst_play_sink_convert_bin_cache_converter_caps()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c522 GList *imminent_clock_id = g_list_first (priv->entry_contexts); in gst_test_clock_peek_next_pending_id_unlocked()
990 imminent_clock_id = g_list_first (priv->entry_contexts); in gst_test_clock_get_next_entry_time()
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dpsmux.c137 for (cur = g_list_first (mux->streams); cur != NULL; cur = g_list_next (cur)) { in psmux_free()
Dpsmuxstream.c391 for (cur = g_list_first (stream->buffers); cur != NULL; in psmux_stream_find_pts_dts_within()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsparse.c918 l = g_list_first (parse->pending_buffers); in get_pending_timestamp_diff()
975 end = g_list_first (parse->pending_buffers); in drain_pending_buffers()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dstreamiddemux.c276 l = g_list_first (*expected); in sink_event_func()
/third_party/glib/glib/tests/
Dlist.c305 st = g_list_first (st); in test_list_first_last()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c2000 for (l = g_list_first (device_info->formats); l; l = g_list_next (l)) in free_device_info()
2188 for (i = g_list_first (device_info.formats); i; i = g_list_next (i)) { in gst_pulsesink_query_getcaps()
2316 for (i = g_list_first (device_info.formats); i; i = g_list_next (i)) { in gst_pulsesink_query_acceptcaps()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c3060 walker = g_list_first (mvex->trexs); in atom_mvex_copy_data()
3129 walker = g_list_first (atom->traks); in atom_moov_copy_data()
4778 walker = g_list_first (traf->truns); in atom_traf_copy_data()
4786 walker = g_list_first (traf->sdtps); in atom_traf_copy_data()
4813 walker = g_list_first (moof->trafs); in atom_moof_copy_data()
5297 walker = g_list_first (mfra->tfras); in atom_mfra_copy_data()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c1217 for (list = g_list_first(hls_demux->master->variants); list != NULL; list = g_list_next(list)) { in gst_hls_demux_get_bitrate_info()
1746 GST_M3U8_MEDIA_FILE (g_list_first (m3u8->files)->data)->sequence; in gst_hls_demux_update_playlist()

12