Home
last modified time | relevance | path

Searched refs:createAVFormatContext (Results 1 – 2 of 2) sorted by relevance

/external/oboe/samples/RhythmGame/src/main/cpp/audio/
DFFMpegExtractor.h39 static bool createAVFormatContext(AVIOContext *avioContext, AVFormatContext **avFormatContext);
DFFMpegExtractor.cpp67 FFMpegExtractor::createAVFormatContext(AVIOContext *avioContext, AVFormatContext **avFormatContext)… in createAVFormatContext() function in FFMpegExtractor
155 if (!createAVFormatContext(ioContext.get(), &tmp)) return returnValue; in decode()