Home
last modified time | relevance | path

Searched refs:TC_EXPORT_INIT (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/transcode/transcode-1.1.7/export/
H A Dexport_def.h95 case TC_EXPORT_INIT: in tc_export()
/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dtranscode.h433 TC_EXPORT_INIT, enumerator
H A Dencoder.c1094 ret = tcv_export(TC_EXPORT_INIT, &encdata.export_para, vob); in OLD_tc_encoder_init()
1101 ret = tca_export(TC_EXPORT_INIT, &encdata.export_para, vob); in OLD_tc_encoder_init()
/dports/multimedia/transcode/transcode-1.1.7/pvm3/
H A Dexport_pvm_slave.c268 if (tc_export(TC_EXPORT_INIT,(void *)p_export_param,vob)==TC_EXPORT_ERROR) /*check the capability*/ in f_internal_multipass()
731 if (tc_export(TC_EXPORT_INIT,&s_export_param,vob)==TC_EXPORT_ERROR) /*check the capability*/ in f_export_func()
1138 if (tc_export(TC_EXPORT_INIT,&s_export_param,vob)==TC_EXPORT_ERROR) /*check the capability*/ in f_export_func()
/dports/multimedia/transcode/transcode-1.1.7/filter/preview/
H A Dfilter_pv.c844 if((ret=JPEG_export(TC_EXPORT_INIT, &export_para, mvob))==TC_EXPORT_ERROR) { in preview_grab_jpeg()