/third_party/gstreamer/gstplugins_bad/gst/faceoverlay/ |
D | gstfaceoverlay.c | 202 gchar *new_location = NULL; in gst_face_overlay_handle_faces() local 249 new_location = g_strdup (filter->location); in gst_face_overlay_handle_faces() 254 if (new_location != NULL) { in gst_face_overlay_handle_faces() 255 GST_DEBUG_OBJECT (filter, "set rsvgoverlay location=%s", new_location); in gst_face_overlay_handle_faces() 256 g_object_set (filter->svg_overlay, "location", new_location, NULL); in gst_face_overlay_handle_faces() 257 g_free (new_location); in gst_face_overlay_handle_faces()
|
/third_party/ffmpeg/libavformat/ |
D | http.c | 178 const char *proxyauth, int *new_location); 179 static int http_read_header(URLContext *h, int *new_location); 549 int ret, err, new_location; in http_handshake() local 564 if ((err = http_read_header(c, &new_location)) < 0) { in http_handshake() 969 int *new_location) in process_line() argument 1066 *new_location = 1; in process_line() 1214 static int http_read_header(URLContext *h, int *new_location) in http_read_header() argument 1228 err = process_line(h, line, s->line_count, new_location); in http_read_header() 1279 const char *proxyauth, int *new_location) in http_connect() argument 1423 err = http_read_header(h, new_location); in http_connect() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/ |
D | gsttranscoder.c | 751 const gchar *new_location; in element_cb() local 753 new_location = gst_structure_get_string (s, "new-location"); in element_cb() 754 if (!new_location) { in element_cb() 771 new_location = gst_structure_get_string (location_s, "new-location"); in element_cb() 772 if (new_location) in element_cb() 777 if (new_location) { in element_cb() 778 GST_FIXME_OBJECT (self, "Handle redirection to '%s'", new_location); in element_cb()
|
/third_party/cef/libcef/common/net_service/ |
D | net_service_util.cc | 165 const GURL& new_location, in MakeRedirectInfo() argument 169 GURL location = new_location; in MakeRedirectInfo()
|
D | net_service_util.h | 62 const GURL& new_location,
|
/third_party/cef/libcef/browser/net_service/ |
D | proxy_url_loader_factory.cc | 277 net::RedirectInfo MakeRedirectResponseAndInfo(const GURL& new_location); 901 const GURL& new_location) { in MakeRedirectResponseAndInfo() argument 917 request_, current_response_->headers.get(), new_location, 0); in MakeRedirectResponseAndInfo() 1008 const GURL new_location = redirect_url.is_valid() in ContinueToResponseStarted() local 1012 MakeRedirectResponseAndInfo(new_location); in ContinueToResponseStarted()
|
D | stream_reader_url_loader.cc | 690 const GURL new_location = in ContinueWithResponseHeaders() local 693 MakeRedirectInfo(request_, pending_headers.get(), new_location, in ContinueWithResponseHeaders()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 1478 const gchar *new_location; in element_cb() local 1480 new_location = gst_structure_get_string (s, "new-location"); in element_cb() 1481 if (!new_location) { in element_cb() 1498 new_location = gst_structure_get_string (location_s, "new-location"); in element_cb() 1499 if (new_location) in element_cb() 1504 if (new_location) { in element_cb() 1507 GST_DEBUG_OBJECT (self, "Redirect to '%s'", new_location); in element_cb() 1516 self->redirect_uri = g_strdup (new_location); in element_cb()
|
/third_party/cef/libcef/browser/osr/ |
D | osr_accessibility_util.cc | 491 value->SetDictionary("new_location", ToCefValue(locData.new_location)); in ToCefValue()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 6746 gchar *new_location; in gst_rtspsrc_send() local 6752 &new_location, 0) < 0) in gst_rtspsrc_send() 6758 GST_DEBUG_OBJECT (src, "redirection to %s", new_location); in gst_rtspsrc_send() 6766 gst_rtspsrc_uri_set_uri (GST_URI_HANDLER (src), new_location, NULL); in gst_rtspsrc_send()
|