Searched refs:g_list_previous (Results 1 – 19 of 19) sorted by relevance
130 #define g_list_previous(list) ((list) ? (((GList *)(list))->prev) : NULL)
172 #define g_list_previous(list) ((list) ? (((GList *)(list))->prev) : NULL) macro
2607 for (last = g_list_last (list); last; last = g_list_previous (last)) in g_regex_split_full()
1172 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()
112 node = g_list_previous (node); in update_trace_value()
399 l_entry = g_list_previous (l_entry); in gst_mem_index_get_assoc_entry()
398 l_entry = g_list_previous (l_entry); in gst_mem_index_get_assoc_entry()
393 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()
553 app1_exif = g_list_previous (pos); in gst_jif_mux_mangle_markers()
153 it = g_list_previous (it); in gst_rtp_ulpfec_enc_stream_ctx_start()
849 p = g_list_previous (l); in drain_pending_buffers()
260 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()
1217 GList *prev = g_list_previous (elem); in _remove_dot_segments()
2602 g_list_previous
1050 l = g_list_previous (l)) { in gst_video_encoder_sink_event_default()
2587 for (l = g_list_last (events); l; l = g_list_previous (l)) { in gst_video_decoder_push_event_list()
2442 walker = g_list_previous (walker)) { in atom_stsd_copy_data()
8402 for (; walk; walk = g_list_previous (walk)) { in gst_qtdemux_request_protection_context()
38801 stream->current_fragment has the value of g_list_previous (iter) which has