Searched refs:formatFlushFunc (Results 1 – 2 of 2) sorted by relevance
65 formatFlushFunc = (FormatFlushFunc)dlsym(handler, "avformat_flush"); in LoadFormatApi()66 FALSE_RETURN_V_MSG_E(formatFlushFunc != nullptr, false, "load error"); in LoadFormatApi()304 if (formatFlushFunc != nullptr) { in FormatFlush()305 ret = formatFlushFunc(s); in FormatFlush()
140 FormatFlushFunc formatFlushFunc = nullptr; variable