Home
last modified time | relevance | path

Searched refs:new_location (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/faceoverlay/
Dgstfaceoverlay.c202 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/
Dhttp.c178 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/
Dgsttranscoder.c751 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/
Dnet_service_util.cc165 const GURL& new_location, in MakeRedirectInfo() argument
169 GURL location = new_location; in MakeRedirectInfo()
Dnet_service_util.h62 const GURL& new_location,
/third_party/cef/libcef/browser/net_service/
Dproxy_url_loader_factory.cc277 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()
Dstream_reader_url_loader.cc690 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/
Dgstplay.c1478 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/
Dosr_accessibility_util.cc491 value->SetDictionary("new_location", ToCefValue(locData.new_location)); in ToCefValue()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c6746 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()