Searched refs:sendFrameFunc (Results 1 – 2 of 2) sorted by relevance
94 sendFrameFunc = (CodecSendFrameFunc)dlsym(handler, "avcodec_send_frame"); in LoadCodecApi()95 FALSE_RETURN_V_MSG_E(sendFrameFunc != nullptr, false, "load error"); in LoadCodecApi()277 if (sendFrameFunc != nullptr) { in CodecSendFrame()278 ret = sendFrameFunc(avctx, frame); in CodecSendFrame()
150 CodecSendFrameFunc sendFrameFunc = nullptr; variable