Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dffmpeg_api_wrap.h60 using FormatFlushFunc = int (*)(AVFormatContext *s); variable
140 FormatFlushFunc formatFlushFunc = nullptr;
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp65 formatFlushFunc = (FormatFlushFunc)dlsym(handler, "avformat_flush"); in LoadFormatApi()