Searched refs:getStreamInfo (Results 1 – 5 of 5) sorted by relevance
45 static bool getStreamInfo(AVFormatContext *avFormatContext);
96 bool FFMpegExtractor::getStreamInfo(AVFormatContext *avFormatContext) { in getStreamInfo() function in FFMpegExtractor159 if (!getStreamInfo(formatContext.get())) return returnValue; in decode()
59 const FLAC__StreamMetadata_StreamInfo& getStreamInfo() const { in getStreamInfo() function
147 context->parser->getStreamInfo(); in DECODER_FUNC()
463 auto streamInfo = parser.getStreamInfo(); in LLVMFuzzerTestOneInput()