Home
last modified time | relevance | path

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

/dports/multimedia/transcode/transcode-1.1.7/export/
H A Dexport_def.h99 case TC_EXPORT_ENCODE: in tc_export()
/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dtranscode.h434 TC_EXPORT_ENCODE, enumerator
H A Dencoder.c1208 if(tcv_export(TC_EXPORT_ENCODE, &data->export_para, vob) < 0) { in OLD_encoder_export()
1229 if (tca_export(TC_EXPORT_ENCODE, &data->export_para, vob) < 0) { in OLD_encoder_export()
/dports/multimedia/transcode/transcode-1.1.7/pvm3/
H A Dexport_pvm_slave.c291 if (tc_export(TC_EXPORT_ENCODE,(void *)p_export_param,vob)==TC_EXPORT_ERROR) in f_internal_multipass()
855 if (tc_export(TC_EXPORT_ENCODE,&s_export_param,vob)==TC_EXPORT_ERROR) in f_export_func()
/dports/multimedia/transcode/transcode-1.1.7/filter/preview/
H A Dfilter_pv.c862 if(JPEG_export(TC_EXPORT_ENCODE, &export_para, mvob)<0) { in preview_grab_jpeg()