Home
last modified time | relevance | path

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

/dports/multimedia/transcode/transcode-1.1.7/tools/
H A Davimerge.c77 static int vid_chunks = 0; in merger() local
89 vid_chunks = 0; in merger()
111 ++vid_chunks; in merger()
112 vid_ms = vid_chunks*1000.0/fps; in merger()
198 unsigned long vid_chunks=0; in main() local
470 vid_chunks=0; in main()
486 ++vid_chunks; in main()
487 vid_ms = vid_chunks*1000.0/fps; in main()
554 ++vid_chunks; in main()
646 vid_chunks++; in main()
[all …]
H A Davisplit.c123 int vid_chunks=0; in main() local
326 vid_ms = vid_chunks*1000.0/fps; in main()
389 vid_chunks++; in main()
390 vid_ms = vid_chunks*1000.0/fps; in main()
407 vid_ms = vid_chunks*1000.0/fps; in main()
487 vid_chunks = 0; in main()
H A Daviindex.c468 int vid_chunks=0, aud_chunks[AVI_MAX_TRACKS]; in main() local
695 vid_chunks = 0; in main()
715 while (i<chunk-vid_chunks) { in main()
720 vid_chunks += (chunk-vid_chunks); in main()
797 fprintf(out_fd, " %d", vid_chunks); in main()
798 vid_chunks++; in main()
/dports/multimedia/ogmrip/ogmrip-1.0.1/avibox/
H A Davibox.c322 unsigned long vid_chunks; in media_file_merge() local
331 vid_chunks = 0; in media_file_merge()
415 vid_chunks ++; in media_file_merge()
416 vid_ms = vid_chunks * 1000.0 / input->fps; in media_file_merge()
H A Davilib.c1918 int vid_chunks=0, aud_chunks[AVI_MAX_TRACKS]; in avi_parse_index_from_file() local
1962 vid_chunks++; in avi_parse_index_from_file()
1972 AVI->video_frames = vid_chunks; in avi_parse_index_from_file()
1976 AVI->video_index = plat_malloc(vid_chunks*sizeof(video_index_entry)); in avi_parse_index_from_file()
1989 vid_chunks = 0; in avi_parse_index_from_file()
2009 AVI->video_index[vid_chunks].key = (off_t)(key?0x10:0); in avi_parse_index_from_file()
2010 AVI->video_index[vid_chunks].pos = pos+8; in avi_parse_index_from_file()
2011 AVI->video_index[vid_chunks].len = len; in avi_parse_index_from_file()
2012 vid_chunks++; in avi_parse_index_from_file()
/dports/multimedia/transcode/transcode-1.1.7/avilib/
H A Davilib.c1921 int vid_chunks=0, aud_chunks[AVI_MAX_TRACKS]; in avi_parse_index_from_file() local
1959 vid_chunks++; in avi_parse_index_from_file()
1969 AVI->video_frames = vid_chunks; in avi_parse_index_from_file()
1973 AVI->video_index = plat_malloc(vid_chunks*sizeof(video_index_entry)); in avi_parse_index_from_file()
1986 vid_chunks = 0; in avi_parse_index_from_file()
2006 AVI->video_index[vid_chunks].key = (off_t)(key?0x10:0); in avi_parse_index_from_file()
2007 AVI->video_index[vid_chunks].pos = pos+8; in avi_parse_index_from_file()
2008 AVI->video_index[vid_chunks].len = len; in avi_parse_index_from_file()
2009 vid_chunks++; in avi_parse_index_from_file()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Davilib.c2102 int vid_chunks=0, aud_chunks[AVI_MAX_TRACKS]; in avi_parse_index_from_file() local
2140 vid_chunks++; in avi_parse_index_from_file()
2150 AVI->video_frames = vid_chunks; in avi_parse_index_from_file()
2154 AVI->video_index = (video_index_entry *) malloc(vid_chunks*sizeof(video_index_entry)); in avi_parse_index_from_file()
2167 vid_chunks = 0; in avi_parse_index_from_file()
2187 AVI->video_index[vid_chunks].key = (off_t)(key?0x10:0); in avi_parse_index_from_file()
2188 AVI->video_index[vid_chunks].pos = pos+8; in avi_parse_index_from_file()
2189 AVI->video_index[vid_chunks].len = len; in avi_parse_index_from_file()
2190 vid_chunks++; in avi_parse_index_from_file()
/dports/multimedia/ogmtools/ogmtools-1.5/avilib/
H A Davilib.c2087 int vid_chunks=0, aud_chunks[AVI_MAX_TRACKS]; in avi_parse_index_from_file() local
2125 vid_chunks++; in avi_parse_index_from_file()
2135 AVI->video_frames = vid_chunks; in avi_parse_index_from_file()
2139 AVI->video_index = (video_index_entry *) malloc(vid_chunks*sizeof(video_index_entry)); in avi_parse_index_from_file()
2152 vid_chunks = 0; in avi_parse_index_from_file()
2172 AVI->video_index[vid_chunks].key = (int64_t)(key?0x10:0); in avi_parse_index_from_file()
2173 AVI->video_index[vid_chunks].pos = pos+8; in avi_parse_index_from_file()
2174 AVI->video_index[vid_chunks].len = len; in avi_parse_index_from_file()
2175 vid_chunks++; in avi_parse_index_from_file()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/avilib-0.6.10/
H A Davilib.c2162 int vid_chunks=0, aud_chunks[AVI_MAX_TRACKS]; in avi_parse_index_from_file() local
2202 vid_chunks++; in avi_parse_index_from_file()
2212 AVI->video_frames = vid_chunks; in avi_parse_index_from_file()
2216 AVI->video_index = (video_index_entry *) calloc(1, vid_chunks*sizeof(video_index_entry)); in avi_parse_index_from_file()
2229 vid_chunks = 0; in avi_parse_index_from_file()
2249 AVI->video_index[vid_chunks].key = (int64_t)(key?0x10:0); in avi_parse_index_from_file()
2250 AVI->video_index[vid_chunks].pos = pos+8; in avi_parse_index_from_file()
2251 AVI->video_index[vid_chunks].len = len; in avi_parse_index_from_file()
2252 vid_chunks++; in avi_parse_index_from_file()