Home
last modified time | relevance | path

Searched refs:hj_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
255 if (hj_pos < 0) in pattern_spec_new()
256 hj_pos = i; in pattern_spec_new()
269 if (hj_pos < 0) in pattern_spec_new()
270 hj_pos = i; in pattern_spec_new()
274 seen_joker = hj_pos >= 0; in pattern_spec_new()
306 pspec->match_type = tj_pos > hj_pos ? MATCH_ALL_TAIL : MATCH_ALL; in pattern_spec_new()