Home
last modified time | relevance | path

Searched refs:qwBaseOffset (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Daviriff.h213 DWORDLONG qwBaseOffset; member
232 DWORDLONG qwBaseOffset; member
279 DWORDLONG qwBaseOffset; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Daviriff.h213 DWORDLONG qwBaseOffset; member
232 DWORDLONG qwBaseOffset; member
279 DWORDLONG qwBaseOffset; member
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/kino/
H A Davi.cc334 offset = ix[ 0 ] ->qwBaseOffset + ix[ 0 ] ->aIndex[ frameNum ].dwOffset; in GetDVFrameInfo()
416 offset = ix[ 0 ] ->qwBaseOffset + ix[ 0 ] ->aIndex[ frameNum ].dwOffset; in GetFrameInfo()
677 << " qwBaseOffset: 0x" << setw( 12 ) << hex << avi_std_index.qwBaseOffset << endl in PrintDirectoryEntryData()
683 …<< " (0x" << setw( 12 ) << avi_std_index.qwBaseOffset + avi_std_index.aIndex[ i ].dwOffset << ')' … in PrintDirectoryEntryData()
883 ix[ stream ] ->qwBaseOffset = offset + length; in FlushIndx()
924 ix[ stream ] ->aIndex[ i ].dwOffset = offset - ix[ stream ] ->qwBaseOffset; in UpdateIndx()
1215 ix[ 0 ] ->qwBaseOffset = offset - RIFF_HEADERSIZE;
1570 ix[ 1 ] ->qwBaseOffset = offset - RIFF_HEADERSIZE;
1591 ix[ 0 ] ->qwBaseOffset = offset - RIFF_HEADERSIZE;
H A Davi.h171 QUADWORD qwBaseOffset; member
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/kino/
H A Davi.cc334 offset = ix[ 0 ] ->qwBaseOffset + ix[ 0 ] ->aIndex[ frameNum ].dwOffset; in GetDVFrameInfo()
416 offset = ix[ 0 ] ->qwBaseOffset + ix[ 0 ] ->aIndex[ frameNum ].dwOffset; in GetFrameInfo()
677 << " qwBaseOffset: 0x" << setw( 12 ) << hex << avi_std_index.qwBaseOffset << endl in PrintDirectoryEntryData()
683 …<< " (0x" << setw( 12 ) << avi_std_index.qwBaseOffset + avi_std_index.aIndex[ i ].dwOffset << ')' … in PrintDirectoryEntryData()
883 ix[ stream ] ->qwBaseOffset = offset + length; in FlushIndx()
924 ix[ stream ] ->aIndex[ i ].dwOffset = offset - ix[ stream ] ->qwBaseOffset; in UpdateIndx()
1215 ix[ 0 ] ->qwBaseOffset = offset - RIFF_HEADERSIZE;
1570 ix[ 1 ] ->qwBaseOffset = offset - RIFF_HEADERSIZE;
1591 ix[ 0 ] ->qwBaseOffset = offset - RIFF_HEADERSIZE;
H A Davi.h171 QUADWORD qwBaseOffset; member
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/kino/
H A Davi.cc334 offset = ix[ 0 ] ->qwBaseOffset + ix[ 0 ] ->aIndex[ frameNum ].dwOffset; in GetDVFrameInfo()
416 offset = ix[ 0 ] ->qwBaseOffset + ix[ 0 ] ->aIndex[ frameNum ].dwOffset; in GetFrameInfo()
677 << " qwBaseOffset: 0x" << setw( 12 ) << hex << avi_std_index.qwBaseOffset << endl in PrintDirectoryEntryData()
683 …<< " (0x" << setw( 12 ) << avi_std_index.qwBaseOffset + avi_std_index.aIndex[ i ].dwOffset << ')' … in PrintDirectoryEntryData()
883 ix[ stream ] ->qwBaseOffset = offset + length; in FlushIndx()
924 ix[ stream ] ->aIndex[ i ].dwOffset = offset - ix[ stream ] ->qwBaseOffset; in UpdateIndx()
1215 ix[ 0 ] ->qwBaseOffset = offset - RIFF_HEADERSIZE;
1570 ix[ 1 ] ->qwBaseOffset = offset - RIFF_HEADERSIZE;
1591 ix[ 0 ] ->qwBaseOffset = offset - RIFF_HEADERSIZE;
H A Davi.h171 QUADWORD qwBaseOffset; member
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Daviheader.h163 uint64_t qwBaseOffset; // all dwOffsets in aIndex array are relative to this
304 (h)->qwBaseOffset = le2me_64((h)->qwBaseOffset); \
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Daviheader.h163 uint64_t qwBaseOffset; // all dwOffsets in aIndex array are relative to this
304 (h)->qwBaseOffset = le2me_64((h)->qwBaseOffset); \
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Davilib.c244 OUTD(ch->qwBaseOffset&0xffffffff); in avi_ixnn_entry()
245 OUTD((ch->qwBaseOffset>>32)&0xffffffff); in avi_ixnn_entry()
300 sil->stdindex[k]->qwBaseOffset = (u64)k * NEW_RIFF_THRES; in avi_init_super_index()
358 si->aIndex [ cur_chunk_idx ].dwOffset = (u32) (pos - si->qwBaseOffset + 8); in avi_add_odml_index_entry_core()
506 AVI->video_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = AVI->pos -16 -8; in avi_add_odml_index_entry()
513 AVI->track[audtr].audio_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = in avi_add_odml_index_entry()
1052 AVI->video_superindex->stdindex[ cur_std_idx+1 ]->qwBaseOffset = AVI->pos; in avi_close_output_file()
1055 movi_len = AVI->video_superindex->stdindex[ 1 ]->qwBaseOffset - HEADERBYTES+4 - AVI->n_idx*16 - 8; in avi_close_output_file()
1098 OUTLONG(AVI->video_superindex->stdindex[ 1 ]->qwBaseOffset - 8); /* # of bytes to follow */ in avi_close_output_file()
1520 gf_fseek(AVI->fdes, AVI->video_superindex->stdindex[k]->qwBaseOffset+4, SEEK_SET); in avi_close_output_file()
[all …]
/dports/multimedia/transcode/transcode-1.1.7/avilib/
H A Davilib.c212 OUTD(ch->qwBaseOffset&0xffffffff); in avi_ixnn_entry()
213 OUTD((ch->qwBaseOffset>>32)&0xffffffff); in avi_ixnn_entry()
266 sil->stdindex[k]->qwBaseOffset = (uint64_t)k * NEW_RIFF_THRES; in avi_init_super_index()
326 si->aIndex[cur_chunk_idx].dwOffset = pos - si->qwBaseOffset + 8; in avi_add_odml_index_entry_core()
474 AVI->video_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = AVI->pos -16 -8; in avi_add_odml_index_entry()
481 AVI->track[audtr].audio_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = in avi_add_odml_index_entry()
1145 AVI->video_superindex->stdindex[ cur_std_idx+1 ]->qwBaseOffset = AVI->pos; in avi_close_output_file()
1193 … OUTLONG(AVI->video_superindex->stdindex[ 1 ]->qwBaseOffset - 8); /* # of bytes to follow */ in avi_close_output_file()
1625 plat_seek(AVI->fdes, AVI->video_superindex->stdindex[k]->qwBaseOffset+4, SEEK_SET); in avi_close_output_file()
1626 len = AVI->video_superindex->stdindex[k+1]->qwBaseOffset - in avi_close_output_file()
[all …]
H A Davilib.h102 uint64_t qwBaseOffset; // all dwOffsets in aIndex array are relative to this member
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Davilib.c249 OUTD(ch->qwBaseOffset & 0xffffffff); in avi_ixnn_entry()
250 OUTD((ch->qwBaseOffset >> 32) & 0xffffffff); in avi_ixnn_entry()
305 sil->stdindex[k]->qwBaseOffset = (u64)k * NEW_RIFF_THRES; in avi_init_super_index()
363 si->aIndex[cur_chunk_idx].dwOffset = (u32)(pos - si->qwBaseOffset + 8); in avi_add_odml_index_entry_core()
511 AVI->video_superindex->stdindex[cur_std_idx]->qwBaseOffset = AVI->pos - 16 - 8; in avi_add_odml_index_entry()
518 AVI->track[audtr].audio_superindex->stdindex[cur_std_idx]->qwBaseOffset = in avi_add_odml_index_entry()
1057 AVI->video_superindex->stdindex[cur_std_idx + 1]->qwBaseOffset = AVI->pos; in avi_close_output_file()
1062 …movi_len = AVI->video_superindex->stdindex[1]->qwBaseOffset - HEADERBYTES + 4 - AVI->n_idx * 16 - … in avi_close_output_file()
1107 OUTLONG(AVI->video_superindex->stdindex[1]->qwBaseOffset - 8); /* # of bytes to follow */ in avi_close_output_file()
1531 gf_fseek(AVI->fdes, AVI->video_superindex->stdindex[k]->qwBaseOffset + 4, SEEK_SET); in avi_close_output_file()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Davilib.c244 OUTD(ch->qwBaseOffset&0xffffffff); in avi_ixnn_entry()
245 OUTD((ch->qwBaseOffset>>32)&0xffffffff); in avi_ixnn_entry()
300 sil->stdindex[k]->qwBaseOffset = (u64)k * NEW_RIFF_THRES; in avi_init_super_index()
358 si->aIndex [ cur_chunk_idx ].dwOffset = (u32) (pos - si->qwBaseOffset + 8); in avi_add_odml_index_entry_core()
506 AVI->video_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = AVI->pos -16 -8; in avi_add_odml_index_entry()
513 AVI->track[audtr].audio_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = in avi_add_odml_index_entry()
1052 AVI->video_superindex->stdindex[ cur_std_idx+1 ]->qwBaseOffset = AVI->pos; in avi_close_output_file()
1055 movi_len = AVI->video_superindex->stdindex[ 1 ]->qwBaseOffset - HEADERBYTES+4 - AVI->n_idx*16 - 8; in avi_close_output_file()
1098 OUTLONG(AVI->video_superindex->stdindex[ 1 ]->qwBaseOffset - 8); /* # of bytes to follow */ in avi_close_output_file()
1520 gf_fseek(AVI->fdes, AVI->video_superindex->stdindex[k]->qwBaseOffset+4, SEEK_SET); in avi_close_output_file()
[all …]
/dports/multimedia/ogmrip/ogmrip-1.0.1/avibox/
H A Davilib.c211 OUTD(ch->qwBaseOffset&0xffffffff); in avi_ixnn_entry()
212 OUTD((ch->qwBaseOffset>>32)&0xffffffff); in avi_ixnn_entry()
266 sil->stdindex[k]->qwBaseOffset = (uint64_t)k * NEW_RIFF_THRES; in avi_init_super_index()
325 pos - si->qwBaseOffset + 8; in avi_add_odml_index_entry_core()
473 AVI->video_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = AVI->pos -16 -8; in avi_add_odml_index_entry()
480 AVI->track[audtr].audio_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = in avi_add_odml_index_entry()
1149 AVI->video_superindex->stdindex[ cur_std_idx+1 ]->qwBaseOffset = AVI->pos; in avi_close_output_file()
1197 … OUTLONG(AVI->video_superindex->stdindex[ 1 ]->qwBaseOffset - 8); /* # of bytes to follow */ in avi_close_output_file()
1629 plat_seek(AVI->fdes, AVI->video_superindex->stdindex[k]->qwBaseOffset+4, SEEK_SET); in avi_close_output_file()
1630 len = AVI->video_superindex->stdindex[k+1]->qwBaseOffset - in avi_close_output_file()
[all …]
H A Davilib.h102 uint64_t qwBaseOffset; // all dwOffsets in aIndex array are relative to this member
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Davilib.c252 OUTD(ch->qwBaseOffset&0xffffffff); in avi_ixnn_entry()
253 OUTD((ch->qwBaseOffset>>32)&0xffffffff); in avi_ixnn_entry()
310 sil->stdindex[k]->qwBaseOffset = (uint64_t)k * NEW_RIFF_THRES; in avi_init_super_index()
368 pos - si->qwBaseOffset + 8; in avi_add_odml_index_entry_core()
512 AVI->video_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = AVI->pos -16 -8; in avi_add_odml_index_entry()
519 AVI->track[audtr].audio_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = in avi_add_odml_index_entry()
1186 AVI->video_superindex->stdindex[ cur_std_idx+1 ]->qwBaseOffset = AVI->pos; in avi_close_output_file()
1234 … OUTLONG(AVI->video_superindex->stdindex[ 1 ]->qwBaseOffset - 8); /* # of bytes to follow */ in avi_close_output_file()
1665 lseek(AVI->fdes, AVI->video_superindex->stdindex[k]->qwBaseOffset+4, SEEK_SET); in avi_close_output_file()
1666 len = AVI->video_superindex->stdindex[k+1]->qwBaseOffset - in avi_close_output_file()
[all …]
H A Davilib.h96 uint64_t qwBaseOffset; // all dwOffsets in aIndex array are relative to this member
/dports/multimedia/ogmtools/ogmtools-1.5/avilib/
H A Davilib.c247 OUTD(ch->qwBaseOffset&0xffffffff); in avi_ixnn_entry()
248 OUTD((ch->qwBaseOffset>>32)&0xffffffff); in avi_ixnn_entry()
303 sil->stdindex[k]->qwBaseOffset = (uint64_t)k * NEW_RIFF_THRES; in avi_init_super_index()
361 pos - si->qwBaseOffset + 8; in avi_add_odml_index_entry_core()
505 AVI->video_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = AVI->pos -16 -8; in avi_add_odml_index_entry()
512 AVI->track[audtr].audio_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = in avi_add_odml_index_entry()
1187 AVI->video_superindex->stdindex[ cur_std_idx+1 ]->qwBaseOffset = AVI->pos; in avi_close_output_file()
1235 … OUTLONG(AVI->video_superindex->stdindex[ 1 ]->qwBaseOffset - 8); /* # of bytes to follow */ in avi_close_output_file()
1666 xio_lseek(AVI->fdes, AVI->video_superindex->stdindex[k]->qwBaseOffset+4, SEEK_SET); in avi_close_output_file()
1667 len = AVI->video_superindex->stdindex[k+1]->qwBaseOffset - in avi_close_output_file()
[all …]
H A Davilib.h101 uint64_t qwBaseOffset; // all dwOffsets in aIndex array are relative to this member
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/avilib-0.6.10/
H A Davilib.c278 OUTD(ch->qwBaseOffset&0xffffffff); in avi_ixnn_entry()
279 OUTD((ch->qwBaseOffset>>32)&0xffffffff); in avi_ixnn_entry()
334 sil->stdindex[k]->qwBaseOffset = (uint64_t)k * NEW_RIFF_THRES; in avi_init_super_index()
393 pos - si->qwBaseOffset + 8; in avi_add_odml_index_entry_core()
537 AVI->video_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = AVI->pos -16 -8; in avi_add_odml_index_entry()
544 AVI->track[audtr].audio_superindex->stdindex[ cur_std_idx ]->qwBaseOffset = in avi_add_odml_index_entry()
1220 AVI->video_superindex->stdindex[ cur_std_idx+1 ]->qwBaseOffset = AVI->pos; in avi_close_output_file()
1268 … OUTLONG(AVI->video_superindex->stdindex[ 1 ]->qwBaseOffset - 8); /* # of bytes to follow */ in avi_close_output_file()
1708 xio_lseek(AVI->fdes, AVI->video_superindex->stdindex[k]->qwBaseOffset+4, SEEK_SET); in avi_close_output_file()
1709 len = AVI->video_superindex->stdindex[k+1]->qwBaseOffset - in avi_close_output_file()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/internal/
H A Davilib.h88 u64 qwBaseOffset; // all dwOffsets in aIndex array are relative to this member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/internal/
H A Davilib.h88 u64 qwBaseOffset; // all dwOffsets in aIndex array are relative to this member
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/gpac/internal/
H A Davilib.h88 u64 qwBaseOffset; // all dwOffsets in aIndex array are relative to this member

12