Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dsimd-shuffle.cc66 bool is_concat = TryMatchConcat(shuffle, &offset); in TryMatch32x4Rotate() local
71 if (!is_concat || !is_swizzle || offset % 4 != 0) { in TryMatch32x4Rotate()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c281 gboolean is_concat; /* The stream combiner is the 'concat' element */ member
1612 if (combine->combiner == NULL || combine->is_concat) { in gst_play_bin3_set_current_stream()
1902 if (playbin->combiner[stream_type].is_concat) in gst_play_bin3_get_current_stream_combiner()
2901 combine->is_concat = TRUE; in create_combiner()
2909 if (!combine->is_concat) { in create_combiner()