Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c2135 GList *to_use; in update_select_streams_event() local
2153 to_use = g_list_copy_deep (streams, (GCopyFunc) g_strdup, NULL); in update_select_streams_event()
2158 to_use = in update_select_streams_event()
2159 extend_list_of_streams (playbin, GST_STREAM_TYPE_AUDIO, to_use, in update_select_streams_event()
2168 to_use = in update_select_streams_event()
2169 extend_list_of_streams (playbin, GST_STREAM_TYPE_VIDEO, to_use, in update_select_streams_event()
2178 to_use = in update_select_streams_event()
2179 extend_list_of_streams (playbin, GST_STREAM_TYPE_TEXT, to_use, in update_select_streams_event()
2189 event = gst_event_new_select_streams (to_use); in update_select_streams_event()
2193 if (to_use) in update_select_streams_event()
[all …]
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc2291 UsePosition* to_use = nullptr; in ProcessInstructions() local
2309 to_use = in ProcessInstructions()
2337 if (to_use != nullptr && from_use != nullptr) { in ProcessInstructions()
2338 to_use->ResolveHint(from_use); in ProcessInstructions()
2339 from_use->ResolveHint(to_use); in ProcessInstructions()
2341 DCHECK_IMPLIES(to_use != nullptr, to_use->IsResolved()); in ProcessInstructions()