Home
last modified time | relevance | path

Searched refs:atomoffset (Results 1 – 6 of 6) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php399 $atomoffset = 0;
403 while ($atomoffset < strlen($atom_data)) {
404 $boxsmallsize = getid3_lib::BigEndian2Int(substr($atom_data, $atomoffset, 2));
405 $boxsmalltype = substr($atom_data, $atomoffset + 2, 2);
410 $atomoffset = strlen($atom_data);
422 $atomoffset += (4 + $boxsmallsize);
425 while ($atomoffset < strlen($atom_data)) {
426 $boxsize = getid3_lib::BigEndian2Int(substr($atom_data, $atomoffset, 4));
427 $boxtype = substr($atom_data, $atomoffset + 4, 4);
432 $atomoffset = strlen($atom_data);
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/ID3/
H A Dmodule.audio-video.quicktime.php427 $atomoffset = 0;
431 while ($atomoffset < strlen($atom_data)) {
432 $boxsmallsize = getid3_lib::BigEndian2Int(substr($atom_data, $atomoffset, 2));
433 $boxsmalltype = substr($atom_data, $atomoffset + 2, 2);
438 $atomoffset = strlen($atom_data);
450 $atomoffset += (4 + $boxsmallsize);
453 while ($atomoffset < strlen($atom_data)) {
454 $boxsize = getid3_lib::BigEndian2Int(substr($atom_data, $atomoffset, 4));
455 $boxtype = substr($atom_data, $atomoffset + 4, 4);
460 $atomoffset = strlen($atom_data);
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/ID3/
H A Dmodule.audio-video.quicktime.php427 $atomoffset = 0;
431 while ($atomoffset < strlen($atom_data)) {
432 $boxsmallsize = getid3_lib::BigEndian2Int(substr($atom_data, $atomoffset, 2));
433 $boxsmalltype = substr($atom_data, $atomoffset + 2, 2);
438 $atomoffset = strlen($atom_data);
450 $atomoffset += (4 + $boxsmallsize);
453 while ($atomoffset < strlen($atom_data)) {
454 $boxsize = getid3_lib::BigEndian2Int(substr($atom_data, $atomoffset, 4));
455 $boxtype = substr($atom_data, $atomoffset + 4, 4);
460 $atomoffset = strlen($atom_data);
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php437 $atomoffset = 0;
441 while ($atomoffset < strlen($atom_data)) {
442 $boxsmallsize = getid3_lib::BigEndian2Int(substr($atom_data, $atomoffset, 2));
443 $boxsmalltype = substr($atom_data, $atomoffset + 2, 2);
448 $atomoffset = strlen($atom_data);
460 $atomoffset += (4 + $boxsmallsize);
463 while ($atomoffset < strlen($atom_data)) {
464 $boxsize = getid3_lib::BigEndian2Int(substr($atom_data, $atomoffset, 4));
465 $boxtype = substr($atom_data, $atomoffset + 4, 4);
470 $atomoffset = strlen($atom_data);
[all …]
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/class-video/getid3/
H A Dmodule.audio-video.quicktime.php426 $atomoffset = 0;
430 while ($atomoffset < strlen($atom_data)) {
431 $boxsmallsize = getid3_lib::BigEndian2Int(substr($atom_data, $atomoffset, 2));
432 $boxsmalltype = substr($atom_data, $atomoffset + 2, 2);
437 $atomoffset = strlen($atom_data);
449 $atomoffset += (4 + $boxsmallsize);
452 while ($atomoffset < strlen($atom_data)) {
453 $boxsize = getid3_lib::BigEndian2Int(substr($atom_data, $atomoffset, 4));
454 $boxtype = substr($atom_data, $atomoffset + 4, 4);
459 $atomoffset = strlen($atom_data);
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/basis/
H A Daotoso.cc397 int atomoffset in aotoso_info() local
406 linorb[ii][atomoffset*nfuncuniq+jj] += ccdg * rr(ii,jj); in aotoso_info()