Searched refs:CodecSendFrameFunc (Results 1 – 2 of 2) sorted by relevance
57 using CodecSendFrameFunc = int (*)(AVCodecContext *avctx, const AVFrame *frame); variable150 CodecSendFrameFunc sendFrameFunc = nullptr;
94 sendFrameFunc = (CodecSendFrameFunc)dlsym(handler, "avcodec_send_frame"); in LoadCodecApi()