Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcice.c642 char *new_addr = NULL, *new_candidate = NULL; in gst_webrtc_ice_add_candidate() local
668 new_candidate = g_strjoinv (" ", new_candv); in gst_webrtc_ice_add_candidate()
670 GST_DEBUG_OBJECT (ice, "resolved to candidate %s", new_candidate); in gst_webrtc_ice_add_candidate()
674 item->nice_stream_id, new_candidate); in gst_webrtc_ice_add_candidate()
677 new_candidate); in gst_webrtc_ice_add_candidate()
688 g_free (new_candidate); in gst_webrtc_ice_add_candidate()
/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp2957 tfeedback_candidate *new_candidate = NULL; in assign_varying_locations() local
2966 new_candidate = rzalloc(mem_ctx, tfeedback_candidate); in assign_varying_locations()
2967 new_candidate->toplevel_var = new_var; in assign_varying_locations()
2968 new_candidate->toplevel_var->data.is_unmatched_generic_inout = 1; in assign_varying_locations()
2969 new_candidate->type = new_var->type; in assign_varying_locations()
2970 new_candidate->struct_offset_floats = 0; in assign_varying_locations()
2971 new_candidate->xfb_offset_floats = 0; in assign_varying_locations()
2974 new_candidate); in assign_varying_locations()
2976 tfeedback_decls[i].set_lowered_candidate(new_candidate); in assign_varying_locations()
2977 matched_candidate = new_candidate; in assign_varying_locations()
/third_party/toybox/toys/pending/
Ddiff.c123 static struct candidate * new_candidate (int i, int j, struct candidate* prev) in new_candidate() function
169 c = new_candidate(i , j, pr); in do_merge()
329 kcand[0] = new_candidate(0 , 0, NULL); in create_j_vector()
330 kcand[1] = new_candidate(file[0].len+1, file[1].len+1, NULL); //the fence in create_j_vector()