Home
last modified time | relevance | path

Searched refs:g_list_last (Results 1 – 25 of 45) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Drtponviftimestamp.c361 node = g_list_last (buffers); in do_two_buffers_test_apply()
374 node = g_list_last (buffers); in do_two_buffers_test_apply()
572 node = g_list_last (buffers); in GST_START_TEST()
581 node = g_list_last (buffers); in GST_START_TEST()
713 buffer = g_list_last (buffers)->data; in do_ntp_time()
Dhlsdemux_m3u8.c485 file = GST_M3U8_MEDIA_FILE (g_list_last (pl->files)->data); in check_on_demand_playlist()
542 file = GST_M3U8_MEDIA_FILE (g_list_last (pl->files)->data); in GST_START_TEST()
761 file = GST_M3U8_MEDIA_FILE (g_list_last (pl->files)->data); in GST_START_TEST()
784 file = GST_M3U8_MEDIA_FILE (g_list_last (pl->files)->data); in GST_START_TEST()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstcapsfilter.c384 for (l = g_list_last (events); l; l = l->prev) { in gst_capsfilter_push_pending_events()
507 for (l = g_list_last (filter->pending_events); l; l = l->prev) { in gst_capsfilter_sink_event()
542 for (l = g_list_last (filter->previous_caps); l; l = l->prev) { in gst_capsfilter_sink_event()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dglist.c105 last = g_list_last (list); in g_list_append()
231 tmp_list = g_list_last (list1);
491 g_list_last (GList *list) in g_list_last() function
Dglist.in.h114 GList* g_list_last (GList *list);
/third_party/glib/glib/
Dglist.c291 last = g_list_last (list); in g_list_append()
534 tmp_list = g_list_last (list1); in g_list_concat()
1003 g_list_last (GList *list) in g_list_last() function
Dglist.h130 GList* g_list_last (GList *list);
Dgbookmarkfile.c408 for (l = g_list_last (metadata->groups); l != NULL; l = l->prev) in bookmark_metadata_dump()
442 for (l = g_list_last (metadata->applications); l != NULL; l = l->prev) in bookmark_metadata_dump()
1586 for (l = g_list_last (bookmark->items); in g_bookmark_file_dump()
2139 for (l = g_list_last (bookmark->items), i = 0; l != NULL; l = l->prev) in g_bookmark_file_get_uris()
3162 for (l = g_list_last (item->metadata->groups), i = 0; in g_bookmark_file_get_groups()
3806 for (l = g_list_last (item->metadata->applications), i = 0; in g_bookmark_file_get_applications()
Dgkeyfile.c1585 for (group_node = g_list_last (key_file->groups); in g_key_file_to_data()
1604 for (key_file_node = g_list_last (group->key_value_pairs); in g_key_file_to_data()
1751 group_node = g_list_last (key_file->groups); in g_key_file_get_groups()
3392 group_node = g_list_last (key_file->groups); in g_key_file_set_top_comment()
3641 group_node = g_list_last (key_file->groups); in g_key_file_get_top_comment()
3920 tmp = g_list_last (key_file->groups); in g_key_file_remove_group_node()
Dgqueue.c357 queue->tail = g_list_last (queue->head); in g_queue_sort()
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c292 GList *iter = g_list_last (stream->fragments); in _gst_mss_stream_init()
977 GList *l = g_list_last (stream->fragments); in gst_mss_manifest_get_duration()
1097 GList *last = g_list_last (stream->fragments); in gst_mss_stream_get_fragment_gst_timestamp()
1302 GstMssStreamFragment *last_fragment = g_list_last (iter)->data; in gst_mss_stream_seek()
1563 l = g_list_last (stream->fragments); in gst_mss_stream_get_live_seek_range()
1654 GList *l = g_list_last (stream->fragments); in gst_mss_stream_parse_fragment()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideorate.c391 outbuffer = g_list_last (buffers)->data; in GST_START_TEST()
494 outbuffer = g_list_last (buffers)->data; in GST_START_TEST()
628 outbuffer = g_list_last (buffers)->data; in GST_START_TEST()
730 outbuf = g_list_last (buffers)->data; in GST_START_TEST()
752 outbuf = g_list_last (buffers)->data; in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drglimiter.c209 out_buf = g_list_last (buffers)->data; in GST_START_TEST()
Drgvolume.c206 for (l = g_list_last (events); l; l = l->prev) { in send_tag_event()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c855 file = g_list_last (self->files); in gst_m3u8_update()
905 l = g_list_last (l); in m3u8_find_next_fragment()
1857 l = g_list_last (playlist->variants); in gst_hls_master_playlist_get_variant_for_bitrate()
1859 l = g_list_last (playlist->iframe_variants); in gst_hls_master_playlist_get_variant_for_bitrate()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttocsetter.c229 entry = g_list_last (toc->entries)->data; in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c1205 last = g_list_last (ret); in _merge()
2508 GList *last_elem = g_list_last (uri->path); in gst_uri_append_path()
2543 if (uri->path && g_list_last (uri->path)->data == NULL) { in gst_uri_append_path_segment()
2544 uri->path = g_list_delete_link (uri->path, g_list_last (uri->path)); in gst_uri_append_path_segment()
/third_party/glib/glib/tests/
Dqueue.c293 qinf->tail = g_list_last (new_queue->head); in random_test()
393 qinf->tail = g_list_last (qinf->head); in random_test()
609 qinf->tail = g_list_last (qinf->head); in random_test()
Dlist.c301 st = g_list_last (list); in test_list_first_last()
/third_party/glib/gio/
Dgcontenttype.c1090 last = g_list_last (match->matches); in insert_matchlet()
1101 last = g_list_last (m->matches); in insert_matchlet()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsparse.c913 l = g_list_last (parse->pending_buffers); in get_pending_timestamp_diff()
1007 l = g_list_last (parse->pending_buffers); in drain_pending_buffers()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dstreamiddemux.c288 l = g_list_last (*expected); in sink_event_func()
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjifmux.c557 app1_exif = g_list_last (self->markers); in gst_jif_mux_mangle_markers()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysinkconvertbin.c148 tail = GST_ELEMENT (g_list_last (self->conversion_elements)->data); in gst_play_sink_convert_bin_set_targets()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dgstdvbsrc.c2465 candidate = g_list_last (object->supported_delsys); in gst_dvbsrc_guess_delsys()
2468 candidate = g_list_last (valid); in gst_dvbsrc_guess_delsys()
2485 candidate = g_list_last (valid); in gst_dvbsrc_guess_delsys()

12