Searched refs:codecAllocFunc (Results 1 – 2 of 2) sorted by relevance
86 codecAllocFunc = (CodecAllocContextFunc)dlsym(handler, "avcodec_alloc_context3"); in LoadCodecApi()87 FALSE_RETURN_V_MSG_E(codecAllocFunc != nullptr, false, "load error"); in LoadCodecApi()159 if (codecAllocFunc != nullptr) { in CodecAllocContext()160 context = codecAllocFunc(codec); in CodecAllocContext()
147 CodecAllocContextFunc codecAllocFunc = nullptr; variable