Home
last modified time | relevance | path

Searched refs:FFMS_SetProgressCallback (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dffmpegsource_common.cpp109 FFMS_SetProgressCallback(Indexer, callback, ps); in DoIndexing()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/input/
H A Dffms.c109 FFMS_SetProgressCallback( indexer, update_progress, &h->time ); in open_file()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/input/
H A Dffms.c109 FFMS_SetProgressCallback( indexer, update_progress, &h->time ); in open_file()
/dports/multimedia/ffms2/ffms2-2.40/src/index/
H A Dffmsindex.cpp161 FFMS_SetProgressCallback(Indexer, UpdateProgress, &Progress); in DoIndexing()
/dports/multimedia/ffms2/ffms2-2.40/include/
H A Dffms.h445 FFMS_API(void) FFMS_SetProgressCallback(FFMS_Indexer *Indexer, TIndexCallback IC, void *ICPrivate);…
/dports/multimedia/ffms2/ffms2-2.40/src/core/
H A Dffms.cpp354 FFMS_API(void) FFMS_SetProgressCallback(FFMS_Indexer *Indexer, TIndexCallback IC, void *ICPrivate) { in FFMS_SetProgressCallback() function
/dports/multimedia/ffms2/ffms2-2.40/doc/
H A Dffms2-api.md146 …ttings], [FFMS_SetAudioNameCallback][SetAudioNameCallback] and [FFMS_SetProgressCallback][SetProgr…
743 …ttings], [FFMS_SetAudioNameCallback][SetAudioNameCallback] and [FFMS_SetProgressCallback][SetProgr…
794 ### FFMS_SetProgressCallback - set callback function for indexing progress updates
798 void FFMS_SetProgressCallback(FFMS_Indexer *Indexer, TIndexCallback IC, void *ICPrivate);
809 …` - the same pointer as the one you passed as the `Private` argument to `FFMS_SetProgressCallback`.