Home
last modified time | relevance | path

Searched refs:upload (Results 1 – 25 of 124) sorted by relevance

12345

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch221 _dma_buf_upload_new (GstGLUpload * upload)
223 _gst_gl_upload_set_caps_unlocked (GstGLUpload * upload, GstCaps * in_caps,
229 g_return_val_if_fail (upload != NULL, FALSE);
232 @@ -2458,6 +2462,15 @@ _gst_gl_upload_set_caps_unlocked (GstGLUpload * upload, GstCaps * in_caps,
233 gst_video_info_from_caps (&upload->priv->in_info, in_caps);
234 gst_video_info_from_caps (&upload->priv->out_info, out_caps);
240 + GST_VIDEO_INFO_SET_AFBC (&upload->priv->in_info);
242 + GST_VIDEO_INFO_UNSET_AFBC (&upload->priv->in_info);
245 upload->priv->method = NULL;
246 upload->priv->method_impl = NULL;
[all …]
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch221 _dma_buf_upload_new (GstGLUpload * upload)
223 _gst_gl_upload_set_caps_unlocked (GstGLUpload * upload, GstCaps * in_caps,
229 g_return_val_if_fail (upload != NULL, FALSE);
232 @@ -2458,6 +2462,15 @@ _gst_gl_upload_set_caps_unlocked (GstGLUpload * upload, GstCaps * in_caps,
233 gst_video_info_from_caps (&upload->priv->in_info, in_caps);
234 gst_video_info_from_caps (&upload->priv->out_info, out_caps);
240 + GST_VIDEO_INFO_SET_AFBC (&upload->priv->in_info);
242 + GST_VIDEO_INFO_UNSET_AFBC (&upload->priv->in_info);
245 upload->priv->method = NULL;
246 upload->priv->method_impl = NULL;
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch221 _dma_buf_upload_new (GstGLUpload * upload)
223 _gst_gl_upload_set_caps_unlocked (GstGLUpload * upload, GstCaps * in_caps,
229 g_return_val_if_fail (upload != NULL, FALSE);
232 @@ -2441,6 +2445,15 @@ _gst_gl_upload_set_caps_unlocked (GstGLUpload * upload, GstCaps * in_caps,
233 gst_video_info_from_caps (&upload->priv->in_info, in_caps);
234 gst_video_info_from_caps (&upload->priv->out_info, out_caps);
240 + GST_VIDEO_INFO_SET_AFBC (&upload->priv->in_info);
242 + GST_VIDEO_INFO_UNSET_AFBC (&upload->priv->in_info);
245 upload->priv->method = NULL;
246 upload->priv->method_impl = NULL;
[all …]
/OK3568_Linux_fs/buildroot/package/gupnp-tools/
H A D0001-src-meson.build-upload-needs-gupnp-av.patch4 Subject: [PATCH] src/meson.build: upload needs gupnp-av
21 + subdir('upload')
27 -subdir('upload')
/OK3568_Linux_fs/buildroot/package/pure-ftpd/
H A D0004-Initialize-the-max-upload-file-size-when-quotas-are-enabled.patch4 Subject: [PATCH] Initialize the max upload file size when quotas are enabled
7 were deleted after the upload, but not during the upload.
H A DConfig.in36 Enable pure-upload script. Automatically run an external
37 program after a successful upload.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp84 virtual void upload(gl::Context& context) = 0;
105 void upload(gl::Context&) override {} in upload() function in mbgl::ConstantPaintPropertyBinder
147 void upload(gl::Context& context) override { in upload() function in mbgl::SourceFunctionPaintPropertyBinder
208 void upload(gl::Context& context) override { in upload() function in mbgl::CompositeFunctionPaintPropertyBinder
304 void upload(gl::Context& context) { in upload() function in mbgl::PaintPropertyBinders
306 (binders.template get<Ps>()->upload(context), 0)... in upload()
H A Dimage_manager.cpp169 void ImageManager::upload(gl::Context& context, gl::TextureUnit unit) { in upload() function in mbgl::ImageManager
180 upload(context, unit); in bind()
/OK3568_Linux_fs/buildroot/package/nginx-upload/
H A DConfig.in2 bool "nginx-upload"
9 https://github.com/vkholodkov/nginx-upload-module
H A Dnginx-upload.hash2 sha256 61ad5bcb67c8f688a4c7a5611311a351049361840b8dfe78be542066f475166e nginx-upload-4423994c7d8f…
H A Dnginx-upload.mk8 NGINX_UPLOAD_SITE = $(call github,vkholodkov,nginx-upload-module,$(NGINX_UPLOAD_VERSION))
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-32221.patch4 Subject: [PATCH] setopt: when POST is set, reset the 'upload' field
25 + data->set.upload = FALSE;
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Duinput.c51 } upload; member
253 request.u.upload.effect = effect; in uinput_dev_upload_effect()
254 request.u.upload.old = old; in uinput_dev_upload_effect()
347 dev->ff->upload = uinput_dev_upload_effect; in uinput_create_device()
946 !req->u.upload.effect) { in uinput_ioctl_handler()
952 ff_up.effect = *req->u.upload.effect; in uinput_ioctl_handler()
953 if (req->u.upload.old) in uinput_ioctl_handler()
954 ff_up.old = *req->u.upload.old; in uinput_ioctl_handler()
989 !req->u.upload.effect) { in uinput_ioctl_handler()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Draster_tile.cpp61 void RasterTile::upload(gl::Context& context) { in upload() function in mbgl::RasterTile
63 bucket->upload(context); in upload()
H A Draster_dem_tile.cpp72 void RasterDEMTile::upload(gl::Context& context) { in upload() function in mbgl::RasterDEMTile
74 bucket->upload(context); in upload()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/
H A Dsystemd_250.5.bb153 # importd requires journal-upload/xz/zlib/bzip2/gcrypt
157 PACKAGECONFIG[journal-upload] = "-Dlibcurl=true,-Dlibcurl=false,curl"
365 ${PN}-journal-upload \
380 SUMMARY:${PN}-journal-upload = "Send journal messages over the network"
381 DESCRIPTION:${PN}-journal-upload = "systemd-journal-upload uploads journal entries to a specified U…
391 … ${@bb.utils.contains('PACKAGECONFIG', 'journal-upload', '${PN}-journal-upload', '', d)} \
399 … ${@bb.utils.contains('PACKAGECONFIG', 'journal-upload', '${PN}-journal-upload', '', d)} \
412 USERADD_PARAM:${PN}-journal-upload = "--system -d / -M --shell /sbin/nologin systemd-journal-upload"
453 FILES:${PN}-journal-upload = "${rootlibexecdir}/systemd/systemd-journal-upload \
454 ${systemd_system_unitdir}/systemd-journal-upload.service \
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dheatmap_bucket.cpp26 void HeatmapBucket::upload(gl::Context& context) { in upload() function in mbgl::HeatmapBucket
31 pair.second.upload(context); in upload()
H A Dcircle_bucket.cpp26 void CircleBucket::upload(gl::Context& context) { in upload() function in mbgl::CircleBucket
31 pair.second.upload(context); in upload()
H A Dsymbol_bucket.cpp44 void SymbolBucket::upload(gl::Context& context) { in upload() function in mbgl::SymbolBucket
114 pair.second.first.upload(context); in upload()
115 pair.second.second.upload(context); in upload()
H A Dfill_bucket.cpp112 void FillBucket::upload(gl::Context& context) { in upload() function in mbgl::FillBucket
118 pair.second.upload(context); in upload()
H A Dfill_extrusion_bucket.cpp150 void FillExtrusionBucket::upload(gl::Context& context) { in upload() function in mbgl::FillExtrusionBucket
155 pair.second.upload(context); in upload()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.cpp131 void LineAtlas::upload(gl::Context& context, gl::TextureUnit unit) { in upload() function in mbgl::LineAtlas
142 upload(context, unit); in bind()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/
H A Dbreakpad_git.bb105 PACKAGES =+ "${PN}-minidump-upload ${PN}-sym-upload"
107 FILES:${PN}-minidump-upload = "${bindir}/minidump_upload"
108 FILES:${PN}-sym-upload = "${bindir}/sym_upload"
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_uap_txrx.c470 goto upload; in wlan_uap_recv_packet()
577 upload: in wlan_uap_recv_packet()
624 goto upload; in wlan_process_uap_rx_packet()
631 goto upload; in wlan_process_uap_rx_packet()
719 upload: in wlan_process_uap_rx_packet()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-flask-uploads_0.2.1.bb1 DESCRIPTION = "Flexible and efficient upload handling for Flask"

12345