Searched refs:createAVFormatContext (Results 1 – 2 of 2) sorted by relevance
39 static bool createAVFormatContext(AVIOContext *avioContext, AVFormatContext **avFormatContext);
67 FFMpegExtractor::createAVFormatContext(AVIOContext *avioContext, AVFormatContext **avFormatContext)… in createAVFormatContext() function in FFMpegExtractor155 if (!createAVFormatContext(ioContext.get(), &tmp)) return returnValue; in decode()