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/src/
H A Dffmpeg_api_wrap.cpp73 ioFlushFunc = (IoFlushFunc)dlsym(handler, "avio_flush"); in LoadFormatApi()
74 FALSE_RETURN_V_MSG_E(ioFlushFunc != nullptr, false, "load error"); in LoadFormatApi()
215 if (ioFlushFunc != nullptr) { in IoFlush()
216 ioFlushFunc(s); in IoFlush()
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dffmpeg_api_wrap.h143 IoFlushFunc ioFlushFunc = nullptr; variable