Home
last modified time | relevance | path

Searched refs:AVI_header (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/libtheora/libtheora-1.1.1/win32/experimental/transcoder/avi2vp3/
H A Davilib.c219 unsigned char AVI_header[HEADERBYTES]; in AVI_open_output_file() local
249 for (i=0;i<HEADERBYTES;i++) AVI_header[i] = 0; in AVI_open_output_file()
322 AVI_header[nhb ] = (n )&0xff; \
323 AVI_header[nhb+1] = (n>>8)&0xff; \
333 unsigned char AVI_header[HEADERBYTES]; in avi_update_header() local
451 long2str(AVI_header+strl_start-4,nhb-strl_start); in avi_update_header()
538 memset(AVI_header+nhb,0,njunk); in avi_update_header()
580 unsigned char AVI_header[HEADERBYTES]; in avi_close_output_file() local
818 memset(AVI_header+nhb, 0, MAX_INFO_STRLEN); in avi_close_output_file()
819 memcpy(AVI_header+nhb, id_str, strlen(id_str)); in avi_close_output_file()
[all …]
/dports/multimedia/transcode/transcode-1.1.7/avilib/
H A Davilib.c574 uint8_t AVI_header[HEADERBYTES]; in AVI_open_output_file() local
597 memset(AVI_header, 0, sizeof(AVI_header)); in AVI_open_output_file()
671 AVI_header[nhb ] = (n )&0xff; \
672 AVI_header[nhb+1] = (n>>8)&0xff; \
678 AVI_header[nhb ] = (n )&0xff; \
686 memcpy(AVI_header+nhb, (d), s_); \
696 unsigned char AVI_header[HEADERBYTES]; in avi_update_header() local
914 memset(AVI_header+nhb,0,njunk); in avi_update_header()
1103 unsigned char AVI_header[HEADERBYTES]; in avi_close_output_file() local
1554 memset(AVI_header+nhb, 0, id_len); in avi_close_output_file()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Davilib.c615 unsigned char AVI_header[HEADERBYTES]; in AVI_open_output_file() local
713 AVI_header[nhb ] = (u8) ((n )&0xff); \
714 AVI_header[nhb+1] = (u8) ((n>>8)&0xff); \
720 AVI_header[nhb ] = (n )&0xff; \
728 memcpy(AVI_header+nhb, (d), s_); \
739 unsigned char AVI_header[HEADERBYTES]; in avi_update_header() local
958 memset(AVI_header+nhb,0,njunk); in avi_update_header()
1010 unsigned char AVI_header[HEADERBYTES]; in avi_close_output_file() local
1450 memset(AVI_header+nhb, 0, id_len); in avi_close_output_file()
1451 memcpy(AVI_header+nhb, id_str, id_len); in avi_close_output_file()
[all …]
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Davilib.c619 unsigned char AVI_header[HEADERBYTES]; in AVI_open_output_file() local
718 AVI_header[nhb ] = (u8) ((n )&0xff); \
719 AVI_header[nhb+1] = (u8) ((n>>8)&0xff); \
725 AVI_header[nhb ] = (n )&0xff; \
733 memcpy(AVI_header+nhb, (d), s_); \
744 unsigned char AVI_header[HEADERBYTES]; in avi_update_header() local
963 memset(AVI_header + nhb, 0, njunk); in avi_update_header()
1015 unsigned char AVI_header[HEADERBYTES]; in avi_close_output_file() local
1461 memset(AVI_header + nhb, 0, id_len); in avi_close_output_file()
1462 memcpy(AVI_header + nhb, id_str, id_len); in avi_close_output_file()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Davilib.c615 unsigned char AVI_header[HEADERBYTES]; in AVI_open_output_file() local
713 AVI_header[nhb ] = (u8) ((n )&0xff); \
714 AVI_header[nhb+1] = (u8) ((n>>8)&0xff); \
720 AVI_header[nhb ] = (n )&0xff; \
728 memcpy(AVI_header+nhb, (d), s_); \
739 unsigned char AVI_header[HEADERBYTES]; in avi_update_header() local
958 memset(AVI_header+nhb,0,njunk); in avi_update_header()
1010 unsigned char AVI_header[HEADERBYTES]; in avi_close_output_file() local
1450 memset(AVI_header+nhb, 0, id_len); in avi_close_output_file()
1451 memcpy(AVI_header+nhb, id_str, id_len); in avi_close_output_file()
[all …]
/dports/multimedia/ogmrip/ogmrip-1.0.1/avibox/
H A Davilib.c575 unsigned char AVI_header[HEADERBYTES]; in AVI_open_output_file() local
675 AVI_header[nhb ] = (n )&0xff; \
676 AVI_header[nhb+1] = (n>>8)&0xff; \
682 AVI_header[nhb ] = (n )&0xff; \
690 memcpy(AVI_header+nhb, (d), s_); \
700 unsigned char AVI_header[HEADERBYTES]; in avi_update_header() local
918 memset(AVI_header+nhb,0,njunk); in avi_update_header()
1107 unsigned char AVI_header[HEADERBYTES]; in avi_close_output_file() local
1558 memset(AVI_header+nhb, 0, id_len); in avi_close_output_file()
1559 memcpy(AVI_header+nhb, id_str, id_len); in avi_close_output_file()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Davilib.c613 unsigned char AVI_header[HEADERBYTES]; in AVI_open_output_file() local
714 AVI_header[nhb ] = (n )&0xff; \
715 AVI_header[nhb+1] = (n>>8)&0xff; \
721 AVI_header[nhb ] = (n )&0xff; \
729 memcpy(AVI_header+nhb, (d), s_); \
739 unsigned char AVI_header[HEADERBYTES]; in avi_update_header() local
956 memset(AVI_header+nhb,0,njunk); in avi_update_header()
1144 unsigned char AVI_header[HEADERBYTES]; in avi_close_output_file() local
1595 memset(AVI_header+nhb, 0, id_len); in avi_close_output_file()
1596 memcpy(AVI_header+nhb, id_str, id_len); in avi_close_output_file()
[all …]
/dports/multimedia/ogmtools/ogmtools-1.5/avilib/
H A Davilib.c606 unsigned char AVI_header[HEADERBYTES]; in AVI_open_output_file() local
715 AVI_header[nhb ] = (n )&0xff; \
716 AVI_header[nhb+1] = (n>>8)&0xff; \
722 AVI_header[nhb ] = (n )&0xff; \
730 memcpy(AVI_header+nhb, (d), s_); \
740 unsigned char AVI_header[HEADERBYTES]; in avi_update_header() local
957 memset(AVI_header+nhb,0,njunk); in avi_update_header()
1145 unsigned char AVI_header[HEADERBYTES]; in avi_close_output_file() local
1596 memset(AVI_header+nhb, 0, id_len); in avi_close_output_file()
1597 memcpy(AVI_header+nhb, id_str, id_len); in avi_close_output_file()
[all …]
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/avilib-0.6.10/
H A Davilib.c655 unsigned char AVI_header[HEADERBYTES]; in AVI_open_output_file() local
765 AVI_header[nhb ] = (n )&0xff; \
766 AVI_header[nhb+1] = (n>>8)&0xff; \
772 AVI_header[nhb ] = (n )&0xff; \
780 memcpy(AVI_header+nhb, (d), s_); \
790 unsigned char AVI_header[HEADERBYTES]; in avi_update_header() local
1008 memset(AVI_header+nhb,0,njunk); in avi_update_header()
1178 unsigned char AVI_header[HEADERBYTES]; in avi_close_output_file() local
1633 memset(AVI_header+nhb, 0, id_len); in avi_close_output_file()
1634 memcpy(AVI_header+nhb, id_str, id_len); in avi_close_output_file()
[all …]