Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dffmpeg_api_wrap.h47 using IoFlushFunc = void (*)(AVIOContext *s); variable
143 IoFlushFunc ioFlushFunc = nullptr;
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp73 ioFlushFunc = (IoFlushFunc)dlsym(handler, "avio_flush"); in LoadFormatApi()