Home
last modified time | relevance | path

Searched refs:FFMS_API (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/ffms2/ffms2-2.40/include/
H A Dffms.h82 # define FFMS_API(ret) FFMS_EXTERN_C ret FFMS_CC macro
405 FFMS_API(void) FFMS_Deinit();
406 FFMS_API(int) FFMS_GetVersion();
407 FFMS_API(int) FFMS_GetLogLevel();
408 FFMS_API(void) FFMS_SetLogLevel(int Level);
425 FFMS_API(void) FFMS_DestroyIndex(FFMS_Index *Index);
428 FFMS_API(int) FFMS_GetNumTracks(FFMS_Index *Index);
429 FFMS_API(int) FFMS_GetNumTracksI(FFMS_Indexer *Indexer);
430 FFMS_API(int) FFMS_GetTrackType(FFMS_Track *T);
435 FFMS_API(int) FFMS_GetNumFrames(FFMS_Track *T);
[all …]
/dports/multimedia/ffms2/ffms2-2.40/src/core/
H A Dffms.cpp81 FFMS_API(void) FFMS_Init(int, int) { in FFMS_Init()
99 FFMS_API(void) FFMS_Deinit() { in FFMS_Deinit()
108 FFMS_API(int) FFMS_GetVersion() { in FFMS_GetVersion()
112 FFMS_API(int) FFMS_GetLogLevel() { in FFMS_GetLogLevel()
116 FFMS_API(void) FFMS_SetLogLevel(int Level) { in FFMS_SetLogLevel()
230 FFMS_API(void) FFMS_DestroyIndex(FFMS_Index *Index) { in FFMS_DestroyIndex()
267 FFMS_API(int) FFMS_GetNumTracks(FFMS_Index *Index) { in FFMS_GetNumTracks()
271 FFMS_API(int) FFMS_GetNumTracksI(FFMS_Indexer *Indexer) { in FFMS_GetNumTracksI()
275 FFMS_API(int) FFMS_GetTrackType(FFMS_Track *T) { in FFMS_GetTrackType()
287 FFMS_API(int) FFMS_GetNumFrames(FFMS_Track *T) { in FFMS_GetNumFrames()
[all …]