Home
last modified time | relevance | path

Searched refs:walk2 (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c2692 GList *walk2; in gst_video_decoder_flush_parse() local
2704 for (walk2 = frame->events; walk2;) { in gst_video_decoder_flush_parse()
2705 GList *cur = walk2; in gst_video_decoder_flush_parse()
2706 GstEvent *event = walk2->data; in gst_video_decoder_flush_parse()
2708 walk2 = g_list_next (walk2); in gst_video_decoder_flush_parse()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c4155 GList *walk2; in gst_qt_mux_stop_file() local
4157 for (walk2 = qtmux->moov->mvex.trexs; walk2; walk2 = walk2->next) { in gst_qt_mux_stop_file()
4158 AtomTREX *trex = walk2->data; in gst_qt_mux_stop_file()