Searched refs:SwrInitFunc (Results 1 – 2 of 2) sorted by relevance
77 using SwrInitFunc = int (*)(struct SwrContext *s); variable168 SwrInitFunc swrInitFunc = nullptr;
130 swrInitFunc = (SwrInitFunc)dlsym(handler, "swr_init"); in LoadResampleApi()