/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/ |
D | gsturidownloader.c | 67 static gboolean gst_uri_downloader_ensure_src (GstUriDownloader * downloader, 69 static void gst_uri_downloader_destroy_src (GstUriDownloader * downloader); 97 gst_uri_downloader_init (GstUriDownloader * downloader) in gst_uri_downloader_init() argument 99 downloader->priv = gst_uri_downloader_get_instance_private (downloader); in gst_uri_downloader_init() 103 downloader->priv->pad = in gst_uri_downloader_init() 105 gst_pad_set_chain_function (downloader->priv->pad, in gst_uri_downloader_init() 107 gst_pad_set_event_function (downloader->priv->pad, in gst_uri_downloader_init() 109 gst_pad_set_element_private (downloader->priv->pad, downloader); in gst_uri_downloader_init() 110 gst_pad_set_active (downloader->priv->pad, TRUE); in gst_uri_downloader_init() 113 downloader->priv->bus = gst_bus_new (); in gst_uri_downloader_init() [all …]
|
D | gsturidownloader.h | 71 void gst_uri_downloader_set_parent (GstUriDownloader * downloader, GstElement * parent); 74 GstFragment * gst_uri_downloader_fetch_uri (GstUriDownloader * downloader, const gchar * uri, const… 77 GstFragment * gst_uri_downloader_fetch_uri_with_range (GstUriDownloader * downloader, const gchar *… 80 void gst_uri_downloader_reset (GstUriDownloader *downloader); 83 void gst_uri_downloader_cancel (GstUriDownloader *downloader);
|
/third_party/uboot/u-boot-2020.01/board/toradex/colibri-imx8x/ |
D | README | 51 Put the module into USB recovery aka serial downloader mode, connect USB device
|
/third_party/uboot/u-boot-2020.01/board/toradex/apalis-imx8/ |
D | README | 51 Put the module into USB recovery aka serial downloader mode, connect USB device
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux.c | 345 gst_uri_downloader_reset (demux->downloader); in gst_hls_demux_seek() 358 gst_uri_downloader_reset (demux->downloader); in gst_hls_demux_seek() 713 gst_uri_downloader_fetch_uri (GST_ADAPTIVE_DEMUX (demux)->downloader, in gst_hls_demux_get_key() 1325 gst_uri_downloader_fetch_uri (adaptive_demux->downloader, uri, main_uri, in gst_hls_demux_update_rendition_manifest() 1380 gst_uri_downloader_fetch_uri (adaptive_demux->downloader, uri, main_uri, in gst_hls_demux_update_playlist() 1395 gst_uri_downloader_fetch_uri (adaptive_demux->downloader, in gst_hls_demux_update_playlist()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.h | 217 GstUriDownloader *downloader; member
|
D | gstadaptivedemux.c | 512 demux->downloader = gst_uri_downloader_new (); in gst_adaptive_demux_init() 513 gst_uri_downloader_set_parent (demux->downloader, GST_ELEMENT_CAST (demux)); in gst_adaptive_demux_init() 600 g_object_unref (demux->downloader); in gst_adaptive_demux_finalize() 704 gst_uri_downloader_cancel (demux->downloader); in gst_adaptive_demux_change_state() 718 gst_uri_downloader_reset (demux->downloader); in gst_adaptive_demux_change_state() 2178 gst_uri_downloader_cancel (demux->downloader); in gst_adaptive_demux_stop_manifest_update_task() 2196 gst_uri_downloader_reset (demux->downloader); in gst_adaptive_demux_start_manifest_update_task() 4485 download = gst_uri_downloader_fetch_uri (demux->downloader, in gst_adaptive_demux_update_manifest_default()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/ |
D | Kconfig | 61 This is useful for forcing the ROM's usb downloader to
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdparser.c | 2627 if (!client->downloader) { in gst_mpd_client_fetch_external_segment_list() 2663 gst_uri_downloader_fetch_uri (client->downloader, in gst_mpd_client_fetch_external_segment_list() 3656 if (client->downloader) in gst_mpd_client_free() 3657 gst_object_unref (client->downloader); in gst_mpd_client_free() 3658 client->downloader = NULL; in gst_mpd_client_free() 3665 GstUriDownloader * downloader) in gst_mpd_client_set_uri_downloader() argument 3667 if (client->downloader) in gst_mpd_client_set_uri_downloader() 3668 gst_object_unref (client->downloader); in gst_mpd_client_set_uri_downloader() 3669 client->downloader = gst_object_ref (downloader); in gst_mpd_client_set_uri_downloader() 4247 if (!client->downloader) { in gst_mpd_client_fetch_external_period() [all …]
|
D | gstmpdparser.h | 522 GstUriDownloader * downloader; member
|
D | gstdashdemux.c | 1028 gst_mpd_client_set_uri_downloader (dashdemux->client, demux->downloader); in gst_dash_demux_process_manifest() 1116 gst_mpd_client_set_uri_downloader (demux->client, ademux->downloader); in gst_dash_demux_reset() 2402 gst_mpd_client_set_uri_downloader (new_client, demux->downloader); in gst_dash_demux_update_manifest_data() 3899 (demux)->downloader, urls[clock_drift->selected_url], NULL, TRUE, TRUE, in gst_dash_demux_poll_clock_drift()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | dash_mpd.c | 5683 GstUriDownloader *downloader; in GST_START_TEST() local 5716 downloader = gst_uri_downloader_new (); in GST_START_TEST() 5718 gst_mpd_client_set_uri_downloader (mpdclient, downloader); in GST_START_TEST() 5765 g_object_unref (downloader); in GST_START_TEST()
|
/third_party/libuv/docs/src/guide/ |
D | utilities.rst | 234 Our downloader is to be invoked as::
|
/third_party/NuttX/ |
D | README.txt | 1523 installed another, smarter downloader. That downloader is the GNUWin32
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 96 …node/commit/e16964ed22)] - **deps**: minor ICU fixes: maint docs/tool, downloader (Steven R. Loomi…
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 34202 The URI downloader is creating the source element with 34207 which usually crashes because the URI downloader still tries to use its 47372 …mpdparser: Store an URI downloader in the parser for downloading additional MPD resources if needed 48769 Otherwise the download thread will get stuck, since the downloader is 56234 hlsdemux: Use the downloader of the base class instead of creating our own 56258 Also as a side effect we now use the same downloader for all playlists, so 56277 adaptivedemux: Expose downloader 74971 mssdemux: Update for uri downloader API changes 74976 dashdemux: Update for uri downloader API changes 75286 hlsdemux: Update for URI downloader API changes [all …]
|
/third_party/eudev/hwdb/ |
D | 20-usb-vendor-model.hwdb | 2163 ID_MODEL_FROM_DATABASE=dfu downloader 45507 ID_MODEL_FROM_DATABASE=SiLabs Cypress FW downloader
|