Home
last modified time | relevance | path

Searched refs:g_list_previous (Results 1 – 19 of 19) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dglist.in.h130 #define g_list_previous(list) ((list) ? (((GList *)(list))->prev) : NULL)
/third_party/glib/glib/
Dglist.h172 #define g_list_previous(list) ((list) ? (((GList *)(list))->prev) : NULL) macro
Dgregex.c2607 for (last = g_list_last (list); last; last = g_list_previous (last)) in g_regex_split_full()
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c1172 stream->current_fragment = g_list_previous (stream->current_fragment); in gst_mss_stream_regress_fragment()
1258 if (g_list_previous (iter)) { in gst_mss_stream_seek()
1259 stream->current_fragment = g_list_previous (iter); in gst_mss_stream_seek()
1396 next = g_list_previous (iter); in gst_mss_stream_select_bitrate()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstrusage.c112 node = g_list_previous (node); in update_trace_value()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstmemindex.c399 l_entry = g_list_previous (l_entry); in gst_mem_index_get_assoc_entry()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstmemindex.c398 l_entry = g_list_previous (l_entry); in gst_mem_index_get_assoc_entry()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpjitterbuffer.c393 high_buf = (RTPJitterBufferItem *) g_list_previous (high_buf); in get_buffer_level()
983 for (; list; list = g_list_previous (list)) { in rtp_jitter_buffer_insert()
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjifmux.c553 app1_exif = g_list_previous (pos); in gst_jif_mux_mangle_markers()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecenc.c153 it = g_list_previous (it); in gst_rtp_ulpfec_enc_stream_ctx_start()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsparse.c849 p = g_list_previous (l); in drain_pending_buffers()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpjitterbuffer.c260 node = g_list_previous (node)) { in GST_START_TEST()
394 for (node = g_list_last (inbuffers); node; node = g_list_previous (node)) { in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c1217 GList *prev = g_list_previous (elem); in _remove_dot_segments()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2602 g_list_previous
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoencoder.c1050 l = g_list_previous (l)) { in gst_video_encoder_sink_event_default()
Dgstvideodecoder.c2587 for (l = g_list_last (events); l; l = g_list_previous (l)) { in gst_video_decoder_push_event_list()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c2442 walker = g_list_previous (walker)) { in atom_stsd_copy_data()
Dqtdemux.c8402 for (; walk; walk = g_list_previous (walk)) { in gst_qtdemux_request_protection_context()
/third_party/gstreamer/gstplugins_bad/
DChangeLog38801 stream->current_fragment has the value of g_list_previous (iter) which has