Searched refs:foramtAllocOutputFunc (Results 1 – 2 of 2) sorted by relevance
59 …foramtAllocOutputFunc = (FormatAllocOutputContextFunc)dlsym(handler, "avformat_alloc_output_contex… in LoadFormatApi()60 FALSE_RETURN_V_MSG_E(foramtAllocOutputFunc != nullptr, false, "load error"); in LoadFormatApi()179 if (foramtAllocOutputFunc != nullptr) { in FormatAllocOutputContext()180 ret = foramtAllocOutputFunc(ctx, oformat, formatName, filename); in FormatAllocOutputContext()
135 FormatAllocOutputContextFunc foramtAllocOutputFunc = nullptr; variable