Home
last modified time | relevance | path

Searched refs:tc_avi_limit (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/transcode/transcode-1.1.7/export/
H A Dexport_dv.c194 …if((uint32_t)(AVI_bytes_written(avifile)+frame_size+16+8)>>20 >= tc_avi_limit) tc_outstream_rotate…
H A Dexport_lzo.c222 …if((uint32_t)(AVI_bytes_written(avifile2)+out_len+16+8)>>20 >= tc_avi_limit) tc_outstream_rotate_r…
H A Dexport_divx5.c585 if((uint32_t)(AVI_bytes_written(avifile)+encode.length+16+8)>>20 >= tc_avi_limit)
684 if((uint32_t)(AVI_bytes_written(avifile)+encode.length+16+8)>>20 >= tc_avi_limit)
H A Dexport_raw.c370 …if((uint32_t)(AVI_bytes_written(avifile2)+param->size+16+8)>>20 >= tc_avi_limit) tc_outstream_rota…
H A Dexport_xvid4.c359 if((uint32_t)(AVI_bytes_written(vob->avifile_out)+bytes+16+8)>>20 >= tc_avi_limit) in tc_xvid_write()
H A Dexport_ffmpeg.c1705 …if((uint32_t)(AVI_bytes_written(avifile)+out_size+16+8)>>20 >= tc_avi_limit) tc_outstream_rotate_r…
/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dtranscode.h421 extern unsigned int tc_avi_limit;
H A Dcmdline_def.h236 tc_avi_limit = strtol(optarg, &optarg, 10);
241 if (tc_avi_limit <= 0)
242 tc_avi_limit = (unsigned int)-1;
H A Dtranscode.c86 unsigned int tc_avi_limit = (unsigned int)-1; variable
/dports/multimedia/transcode/transcode-1.1.7/pvm3/
H A Dtcpvmexportd.c69 unsigned int tc_avi_limit=AVI_FILE_LIMIT; /*NEED TO CHECK*/ variable