Searched refs:FFMS_SetProgressCallback (Results 1 – 7 of 7) sorted by relevance
/dports/multimedia/aegisub/aegisub-3.2.2/src/ |
H A D | ffmpegsource_common.cpp | 109 FFMS_SetProgressCallback(Indexer, callback, ps); in DoIndexing()
|
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/input/ |
H A D | ffms.c | 109 FFMS_SetProgressCallback( indexer, update_progress, &h->time ); in open_file()
|
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/input/ |
H A D | ffms.c | 109 FFMS_SetProgressCallback( indexer, update_progress, &h->time ); in open_file()
|
/dports/multimedia/ffms2/ffms2-2.40/src/index/ |
H A D | ffmsindex.cpp | 161 FFMS_SetProgressCallback(Indexer, UpdateProgress, &Progress); in DoIndexing()
|
/dports/multimedia/ffms2/ffms2-2.40/include/ |
H A D | ffms.h | 445 FFMS_API(void) FFMS_SetProgressCallback(FFMS_Indexer *Indexer, TIndexCallback IC, void *ICPrivate);…
|
/dports/multimedia/ffms2/ffms2-2.40/src/core/ |
H A D | ffms.cpp | 354 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 D | ffms2-api.md | 146 …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`.
|