Searched refs:swrSetOptsFunc (Results 1 – 2 of 2) sorted by relevance
126 swrSetOptsFunc = (SwrSetOptsFunc)dlsym(handler, "swr_alloc_set_opts"); in LoadResampleApi()127 FALSE_RETURN_V_MSG_E(swrSetOptsFunc != nullptr, false, "load error"); in LoadResampleApi()387 if (swrSetOptsFunc != nullptr) { in SwrSetOpts()388 ptr = swrSetOptsFunc(s, in SwrSetOpts()
165 SwrSetOptsFunc swrSetOptsFunc = nullptr; variable