Searched refs:pluginImpl (Results 1 – 1 of 1) sorted by relevance
931 int32_t ParseHeader(AVFormatContext* formatContext, std::shared_ptr<AVInputFormat> pluginImpl, AVDi… in ParseHeader() argument933 FALSE_RETURN_V_MSG_E(formatContext && pluginImpl, -1, "AVFormatContext is nullptr"); in ParseHeader()938 int ret = avformat_open_input(&formatContext, nullptr, pluginImpl.get(), options); in ParseHeader()942 pluginImpl->name, AVStrError(ret).c_str()); in ParseHeader()963 pluginImpl->name, AVStrError(ret).c_str()); in ParseHeader()