Home
last modified time | relevance | path

Searched refs:atomsize (Results 1 – 25 of 40) sorted by relevance

12

/dports/audio/picard-plugins/picard-plugins-d859757/plugins/videotools/enzyme/
H A Dmp4.py230 atomdata = file.read(atomsize - 8)
231 while pos < atomsize - 12:
264 while pos < atomsize - 8:
382 file.seek(atomsize - 8 - 28, 1)
389 return atomsize
395 return atomsize
406 return atomsize
423 pos = file.tell() + atomsize - 8
444 while pos < atomsize - 8:
468 file.seek(atomsize - 8, 1)
[all …]
/dports/mail/gmime2/gmime-2.2.27/util/
H A Dmemchunk.c48 size_t atomsize; member
82 memchunk_new (size_t atomsize, size_t atomcount, gboolean autoclean) in memchunk_new() argument
88 atomsize = MAX (atomsize, sizeof (MemChunkFreeNode)); in memchunk_new()
91 chunk->atomsize = atomsize; in memchunk_new()
93 chunk->blocksize = atomsize * atomcount; in memchunk_new()
112 return (void *) (block + (node->atoms * memchunk->atomsize)); in memchunk_alloc()
120 node = (MemChunkFreeNode *) (block + memchunk->atomsize); in memchunk_alloc()
136 memset (mem, 0, memchunk->atomsize); in memchunk_alloc0()
H A Dmemchunk.h32 G_GNUC_INTERNAL MemChunk *memchunk_new (size_t atomsize, size_t atomcount, gboolean autoclean);
/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_qt.c719 if (atomsize < 16) in find_embedded_atoms()
722 atomsize -= 16; in find_embedded_atoms()
743 atomsize += 1; in find_embedded_atoms()
747 if (!atomsize) in find_embedded_atoms()
752 atomsize -= 1; in find_embedded_atoms()
1005 atomsize -= 16; in parse_trak_atom()
2750 uint64_t atomsize; in fragment_scan() local
2783 size_t size2 = atomsize + (atomsize >> 1); in fragment_scan()
2837 size_t size2 = atomsize + (atomsize >> 1); in fragment_scan()
2850 pos += atomsize; in fragment_scan()
[all …]
/dports/audio/faad/faad2-c626366/frontend/
H A Dmp4read.c810 uint32_t atomsize; in moovin() local
856 if (parse(&atomsize) < 0) { in moovin()
868 if (atomsize < 8) in moovin()
871 err = parse(&atomsize); in moovin()
991 uint32_t atomsize; in mp4read_open() local
1003 atomsize = INT_MAX; in mp4read_open()
1004 if (parse(&atomsize) < 0) in mp4read_open()
1007 atomsize = INT_MAX; in mp4read_open()
1031 atomsize = INT_MAX; in mp4read_open()
1032 ret = parse(&atomsize); in mp4read_open()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-memchunk.c69 guint atomsize; /* size of each atom */ member
92 gint atomsize) in camel_memchunk_new() argument
97 memchunk->atomsize = MAX (atomsize, sizeof (MemChunkFreeNode)); in camel_memchunk_new()
126 mem = ((gchar *) f) + (f->atoms * memchunk->atomsize); in camel_memchunk_alloc()
133 b = g_malloc (memchunk->blocksize * memchunk->atomsize); in camel_memchunk_alloc()
135 f = (MemChunkFreeNode *) &b[memchunk->atomsize]; in camel_memchunk_alloc()
161 memset (mem, 0, memchunk->atomsize); in camel_memchunk_alloc0()
283 ci->size = memchunk->blocksize * memchunk->atomsize; in camel_memchunk_clean()
H A Dcamel-memchunk.h36 gint atomsize);
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-memory.c62 guint atomsize; /* size of each atom */ member
83 gint atomsize) in e_memchunk_new() argument
88 memchunk->atomsize = MAX (atomsize, sizeof (MemChunkFreeNode)); in e_memchunk_new()
115 mem = ((gchar *) f) + (f->atoms * memchunk->atomsize); in e_memchunk_alloc()
122 b = g_malloc (memchunk->blocksize * memchunk->atomsize); in e_memchunk_alloc()
124 f = (MemChunkFreeNode *) &b[memchunk->atomsize]; in e_memchunk_alloc()
148 memset (mem, 0, memchunk->atomsize); in e_memchunk_alloc0()
265 ci->size = memchunk->blocksize * memchunk->atomsize; in e_memchunk_clean()
H A De-memory.h36 gint atomsize);
/dports/math/concorde/concorde/TSP/
H A Dskeleton.c204 int *atomsize = (int *) NULL; in CCtsp_construct_skeleton() local
247 atomsize = CC_SAFE_MALLOC (ccount+1, int); in CCtsp_construct_skeleton()
251 atomsize == (int *) NULL || in CCtsp_construct_skeleton()
272 atomsize[0] = ccount; in CCtsp_construct_skeleton()
285 } else if (atomwork[j] == atomsize[j]) { in CCtsp_construct_skeleton()
288 atomsize[atomcount] = atomwork[j]; in CCtsp_construct_skeleton()
289 atomsize[j] -= atomwork[j]; in CCtsp_construct_skeleton()
354 CC_IFFREE (atomsize, int); in CCtsp_construct_skeleton()
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dtabsort.c65 int atomsize; in tabsort() local
120 atomsize = fits_get_atom_size(col->atom_type); in tabsort()
122 qfits_query_column_seq_to_array(table, c, 0, table->nr, data, atomsize); in tabsort()
125 perm = permuted_sort(data, atomsize, sort_func, NULL, table->nr); in tabsort()
H A Dfitsioutils.c860 int atomsize; in fits_add_column() local
863 atomsize = fits_get_atom_size(type); in fits_add_column()
864 if (atomsize == -1) { in fits_add_column()
871 colsize = atomsize * ncopies; in fits_add_column()
872 qfits_col_fill(table->col + column, ncopies, 0, atomsize, type, label, units, in fits_add_column()
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/ID3/
H A Dmodule.audio-video.quicktime.php53 $atomsize = getid3_lib::BigEndian2Int(substr($AtomHeader, 0, 4));
57 if ($atomsize == 1) {
58 $atomsize = getid3_lib::BigEndian2Int($this->fread(8));
61 if (($offset + $atomsize) > $info['avdataend']) {
63 $info['quicktime'][$atomname]['size'] = $atomsize;
68 if ($atomsize == 0) {
73 $info['quicktime'][$atomname]['size'] = $atomsize;
81 $parsedAtomData['size'] = $atomsize;
89 $offset += $atomsize;
222 * @param int $atomsize
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/ID3/
H A Dmodule.audio-video.quicktime.php53 $atomsize = getid3_lib::BigEndian2Int(substr($AtomHeader, 0, 4));
57 if ($atomsize == 1) {
58 $atomsize = getid3_lib::BigEndian2Int($this->fread(8));
61 if (($offset + $atomsize) > $info['avdataend']) {
63 $info['quicktime'][$atomname]['size'] = $atomsize;
68 if ($atomsize == 0) {
73 $info['quicktime'][$atomname]['size'] = $atomsize;
81 $parsedAtomData['size'] = $atomsize;
89 $offset += $atomsize;
222 * @param int $atomsize
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php64 $atomsize = getid3_lib::BigEndian2Int(substr($AtomHeader, 0, 4));
68 if ($atomsize == 1) {
69 $atomsize = getid3_lib::BigEndian2Int($this->fread(8));
72 if (($offset + $atomsize) > $info['avdataend']) {
74 $info['quicktime'][$atomname]['size'] = $atomsize;
79 if ($atomsize == 0) {
84 $info['quicktime'][$atomname]['size'] = $atomsize;
92 $parsedAtomData['size'] = $atomsize;
100 $offset += $atomsize;
232 * @param int $atomsize
[all …]
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/class-video/getid3/
H A Dmodule.audio-video.quicktime.php53 $atomsize = getid3_lib::BigEndian2Int(substr($AtomHeader, 0, 4));
57 if ($atomsize == 1) {
58 $atomsize = getid3_lib::BigEndian2Int($this->fread(8));
61 if (($offset + $atomsize) > $info['avdataend']) {
63 $info['quicktime'][$atomname]['size'] = $atomsize;
68 if ($atomsize == 0) {
73 $info['quicktime'][$atomname]['size'] = $atomsize;
81 $parsedAtomData['size'] = $atomsize;
89 $offset += $atomsize;
221 * @param int $atomsize
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php47 $atomsize = getid3_lib::BigEndian2Int(substr($AtomHeader, 0, 4));
51 if ($atomsize == 1) {
52 $atomsize = getid3_lib::BigEndian2Int($this->fread(8));
56 $info['quicktime'][$atomname]['size'] = $atomsize;
59 if (($offset + $atomsize) > $info['avdataend']) {
60 …$this->error('Atom at offset '.$offset.' claims to go beyond end-of-file (length: '.$atomsize.' by…
64 if ($atomsize == 0) {
71 …time'][$atomname] = $this->QuicktimeParseAtom($atomname, $atomsize, $this->fread(min($atomsize, $a…
73 $offset += $atomsize;
200 …public function QuicktimeParseAtom($atomname, $atomsize, $atom_data, $baseoffset, &$atomHierarchy,… argument
[all …]
/dports/science/berkeleygw/BGW-2.0.0/Visual/
H A Dcommon.py33 atomsize = 0.20 variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Dcontainer_names.cc972 uint32_t atomsize = Read32(buffer + offset); in CheckMov() local
1000 if (atomsize == 1) { in CheckMov()
1006 atomsize = Read32(buffer + offset + 12); in CheckMov()
1008 if (atomsize == 0 || atomsize > static_cast<size_t>(buffer_size)) in CheckMov()
1010 offset += atomsize; in CheckMov()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dcontainer_names.cc971 uint32_t atomsize = Read32(buffer + offset); in CheckMov() local
999 if (atomsize == 1) { in CheckMov()
1005 atomsize = Read32(buffer + offset + 12); in CheckMov()
1007 if (atomsize == 0 || atomsize > static_cast<size_t>(buffer_size)) in CheckMov()
1009 offset += atomsize; in CheckMov()
/dports/astro/astrometry/astrometry.net-0.85/qfits-an/
H A Danqfits.c45 int atomsize = -1; in fits_get_atom_size() local
51 atomsize = 1; in fits_get_atom_size()
54 atomsize = 2; in fits_get_atom_size()
58 atomsize = 4; in fits_get_atom_size()
62 atomsize = 8; in fits_get_atom_size()
67 return atomsize; in fits_get_atom_size()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/qfits-an/
H A Danqfits.c44 int atomsize = -1; in fits_get_atom_size() local
50 atomsize = 1; in fits_get_atom_size()
53 atomsize = 2; in fits_get_atom_size()
57 atomsize = 4; in fits_get_atom_size()
61 atomsize = 8; in fits_get_atom_size()
66 return atomsize; in fits_get_atom_size()
/dports/devel/py-tables/tables-3.6.1/tables/
H A Dvlarray.py856 atomsize = self.atom.base.size
858 atomsize = self.atom.size
867 nbytes += nobjects * atomsize
/dports/sysutils/foremost/foremost-1.5.7/
H A Dextract.c1042 unsigned int atomsize = 0; in extract_mov() local
1049 atomsize = htoi(foundat, FOREMOST_BIG_ENDIAN); in extract_mov()
1051 printf("Atomsize:=%d\n", atomsize); in extract_mov()
1053 if (atomsize <= 0 || atomsize > needle->max_len) in extract_mov()
1058 filesize += atomsize; /*Add the atomsize to the total file size*/ in extract_mov()
1072 foundat += atomsize; in extract_mov()
1134 printf("NULL Atomsize:=%d\n", atomsize); in extract_mov()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dfitsioutils.c872 int atomsize; in fits_add_column() local
875 atomsize = fits_get_atom_size(type); in fits_add_column()
876 if (atomsize == -1) { in fits_add_column()
883 colsize = atomsize * ncopies; in fits_add_column()
884 qfits_col_fill(table->col + column, ncopies, 0, atomsize, type, label, units, in fits_add_column()

12