Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dpatternspec.c206 gint hw_pos = -1, tw_pos = -1, hj_pos = -1, tj_pos = -1; in pattern_spec_new() local
239 if (hw_pos < 0) in pattern_spec_new()
240 hw_pos = i; in pattern_spec_new()
275 seen_wildcard = hw_pos >= 0; in pattern_spec_new()
276 more_wildcards = seen_wildcard && hw_pos != tw_pos; in pattern_spec_new()
304 pspec->match_type = tw_pos > hw_pos ? MATCH_ALL_TAIL : MATCH_ALL; in pattern_spec_new()