Home
last modified time | relevance | path

Searched refs:gsize (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/bluez5_utils/
H A D0003-OK3568-obex-fix.patch14 @@ -175,7 +175,7 @@ GObexHeader *g_obex_header_decode(const void *data, gsize len,
23 @@ -187,6 +187,15 @@ GObexHeader *g_obex_header_decode(const void *data, gsize len,
37 header->vlen = (gsize) str_len;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_gem.c594 union omap_gem_size gsize; in omap_gem_dumb_create() local
600 gsize = (union omap_gem_size){ in omap_gem_dumb_create()
604 return omap_gem_new_handle(dev, file, gsize, in omap_gem_dumb_create()
1174 union omap_gem_size gsize, u32 flags) in omap_gem_new() argument
1227 tiler_align(gem2fmt(flags), &gsize.tiled.width, in omap_gem_new()
1228 &gsize.tiled.height); in omap_gem_new()
1230 size = tiler_size(gem2fmt(flags), gsize.tiled.width, in omap_gem_new()
1231 gsize.tiled.height); in omap_gem_new()
1233 omap_obj->width = gsize.tiled.width; in omap_gem_new()
1234 omap_obj->height = gsize.tiled.height; in omap_gem_new()
[all …]
H A Domap_fbdev.c97 union omap_gem_size gsize; in omap_fbdev_create() local
126 gsize = (union omap_gem_size){ in omap_fbdev_create()
129 DBG("allocating %d bytes for fb %d", gsize.bytes, dev->primary->index); in omap_fbdev_create()
130 fbdev->bo = omap_gem_new(dev, gsize, OMAP_BO_SCANOUT | OMAP_BO_WC); in omap_fbdev_create()
H A Domap_gem.h46 union omap_gem_size gsize, u32 flags);
50 union omap_gem_size gsize, u32 flags, u32 *handle);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A DCVE-2022-38725-0003.patch47 + gsize data_length = strlen(data);
52 + gsize problem_position;
63 + gsize data_length = strlen(data);
68 + gsize problem_position;
H A DCVE-2022-38725-0006.patch30 + const gsize abbrev_length = 3;
93 + const gsize abbrev_length = 3;
H A DCVE-2022-38725-0002.patch137 + gsize data_length = 27;
142 + gsize problem_position;
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppallocator.c195 gsize offset; in gst_mpp_allocator_import_gst_memory()
222 gst_mpp_allocator_alloc_mppbuf (GstAllocator * allocator, gsize size) in gst_mpp_allocator_alloc_mppbuf()
234 gst_mpp_allocator_alloc (GstAllocator * allocator, gsize size, in gst_mpp_allocator_alloc()
252 gst_mpp_mem_map_full (GstMemory * mem, GstMapInfo * info, gsize size) in gst_mpp_mem_map_full()
H A Dgstmppallocator.h48 MppBuffer gst_mpp_allocator_alloc_mppbuf (GstAllocator * allocator, gsize size);
/OK3568_Linux_fs/buildroot/package/mono/
H A D0002-Ongoing-work-on-the-cmake-build.patch30 - gsize_a *types = (gsize*)(sig + 1);
33 gsize index = *types++;
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0033-waylandsink-Parse-video-size-in-propose_allocation.patch22 +gst_wayland_create_pool (GstWaylandSink * self, GstCaps * caps, gsize size)
26 - gsize size = self->video_info.size;
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch34 gsize in_offsets[GST_VIDEO_MAX_PLANES], GstVideoInfo * vinfo)
250 gsize size;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0033-waylandsink-Parse-video-size-in-propose_allocation.patch22 +gst_wayland_create_pool (GstWaylandSink * self, GstCaps * caps, gsize size)
26 - gsize size = self->video_info.size;
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch34 gsize in_offsets[GST_VIDEO_MAX_PLANES], GstVideoInfo * vinfo)
250 gsize size;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0032-waylandsink-Parse-video-size-in-propose_allocation.patch22 +gst_wayland_create_pool (GstWaylandSink * sink, GstCaps * caps, gsize size)
26 - gsize size = sink->video_info.size;
H A D0024-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch42 gsize in_offsets[GST_VIDEO_MAX_PLANES], GstVideoInfo * vinfo)
258 gsize size;
/OK3568_Linux_fs/buildroot/package/poppler/
H A D0001-glib-poppler-private.h-fix-build-with-gcc-11.patch41 - static volatile gsize g_define_type_id__volatile = 0; \
42 + static gsize g_define_type_id__volatile = 0; \
/OK3568_Linux_fs/buildroot/package/libgtk3/
H A D0004-Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch33 load_symbolic_svg (char *file_data, gsize file_len,
67 @@ -105,10 +92,6 @@ load_symbolic_svg (char *file_data, gsize file_len,
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsallocator.c177 gsize offs = 0; in gst_kms_allocator_memory_create()
347 gst_kms_memory_map (GstMemory * mem, gsize maxsize, GstMapFlags flags) in gst_kms_memory_map()
444 gsize in_offsets[GST_VIDEO_MAX_PLANES], GstVideoInfo * vinfo) in gst_kms_allocator_add_fb()
561 gint n_planes, gsize offsets[GST_VIDEO_MAX_PLANES], GstVideoInfo * vinfo) in gst_kms_allocator_dmabuf_import()
H A Dgstkmsallocator.h86 gsize offsets[GST_VIDEO_MAX_PLANES],
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-Migrate-to-use-g_memdup2.patch18 g_memdup2(gconstpointer mem, gsize byte_size) {
163 gsize half = (secret_length + 1) / 2;
164 gsize newseed_length = label_length + seed_length;
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/
H A D0001-fix-maybe-uninitialized-warnings-when-compiling-with.patch18 @@ -1730,7 +1730,7 @@ gst_vc1_parse_sequence_layer (const guint8 * data, gsize size,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch6 …display/qxl.c:1477:67: error: 'size' undeclared (first use in this function); did you mean 'gsize'?
9 | gsize
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/rest/files/
H A D0002-Port-to-libsoup3.patch110 gsize uploaded;
163 + gsize length;
208 + gsize chunk_size,
214 + gsize chunk_size = chunk->length;
703 gsize content_len;
966 + gsize chunk_size,
972 + gsize chunk_size = chunk->length;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/
H A D0001-lvm-Do-not-include-duplicate-entries-in-bd_lvm_lvs-o.patch30 + for (gsize i = 0; i < lvs->len; i++) {

12