Home
last modified time | relevance | path

Searched refs:allocsize (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegenc.c1029 guint allocsize; member
1045 if (mstream->offset + p_nb_bytes > mstream->allocsize) { in write_fn()
1046 while (mstream->offset + p_nb_bytes > mstream->allocsize) in write_fn()
1047 mstream->allocsize *= 2; in write_fn()
1048 mstream->data = g_realloc (mstream->data, mstream->allocsize); in write_fn()
1065 if (mstream->offset + p_nb_bytes > mstream->allocsize) { in skip_fn()
1066 while (mstream->offset + p_nb_bytes > mstream->allocsize) in skip_fn()
1067 mstream->allocsize *= 2; in skip_fn()
1068 mstream->data = g_realloc (mstream->data, mstream->allocsize); in skip_fn()
1176 mstream.allocsize = 4096; in gst_openjpeg_enc_encode_stripe()
[all …]
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagepool.c310 guint allocsize; in ximage_memory_alloc() local
331 allocsize = in ximage_memory_alloc()
336 mem->ximage->data = g_malloc (allocsize + align); in ximage_memory_alloc()
339 "stride %d", mem->size, allocsize, width, mem->ximage->bytes_per_line); in ximage_memory_alloc()
/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.c473 size_t allocsize; in tmpfs_alloc_file() local
477 allocsize = sizeof(struct tmpfs_file_s); in tmpfs_alloc_file()
478 tfo = (struct tmpfs_file_s *)kmm_malloc(allocsize); in tmpfs_alloc_file()
621 size_t allocsize; in tmpfs_alloc_directory() local
623 allocsize = sizeof(struct tmpfs_directory_s); in tmpfs_alloc_directory()
624 tdo = (struct tmpfs_directory_s *)kmm_malloc(allocsize); in tmpfs_alloc_directory()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph261pay.c957 gsize allocsize = size + pad; in gst_rtp_h261_pay_shift_buffer() local
958 guint8 *bits = g_malloc (allocsize); in gst_rtp_h261_pay_shift_buffer()
978 for (i = *newsize; i < allocsize; i++) in gst_rtp_h261_pay_shift_buffer()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c585 size_t allocsize; member
616 image->allocsize = 0; in freebuffer()
687 image->allocsize = size; in allocbuffer()
714 if (check16(image->buffer+16+image->allocsize, 95)) in checkbuffer()
3319 copy.allocsize = 0; in testimage()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c585 size_t allocsize; member
616 image->allocsize = 0; in freebuffer()
687 image->allocsize = size; in allocbuffer()
714 if (check16(image->buffer+16+image->allocsize, 95)) in checkbuffer()
3319 copy.allocsize = 0; in testimage()
/third_party/libpng/contrib/libtests/
Dpngstest.c585 size_t allocsize; member
616 image->allocsize = 0; in freebuffer()
687 image->allocsize = size; in allocbuffer()
714 if (check16(image->buffer+16+image->allocsize, 95)) in checkbuffer()
3319 copy.allocsize = 0; in testimage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.td21 def AllocSize : EnumAttr<"allocsize">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen61 .Case("allocsize", Attribute::AllocSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen61 .Case("allocsize", Attribute::AllocSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen61 .Case("allocsize", Attribute::AllocSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen61 .Case("allocsize", Attribute::AllocSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen61 .Case("allocsize", Attribute::AllocSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc61 .Case("allocsize", Attribute::AllocSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc73 .Case("allocsize", Attribute::AllocSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc73 .Case("allocsize", Attribute::AllocSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp635 KEYWORD(allocsize); in LexIdentifier()
/third_party/expat/lib/
Dxmlparse.c7372 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model() local
7375 ret = (XML_Content *)MALLOC(parser, allocsize); in build_model()
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c7172 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model() local
7175 ret = (XML_Content *)MALLOC(parser, allocsize); in build_model()
/third_party/python/Modules/expat/
Dxmlparse.c7172 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model() local
7175 ret = (XML_Content *)MALLOC(parser, allocsize); in build_model()