Searched refs:AVFormatReader (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.h15 class AVFormatReader : public Reader { class in inherits:Reader
17 AVFormatReader();
18 ~AVFormatReader();
H A DAVFormatReader.cpp8 #include "AVFormatReader.h"
330 // AVFormatReader::FreeCookie() can clear the correct stream entry.
905 // #pragma mark - AVFormatReader::Stream
908 class AVFormatReader::Stream : public StreamBase {
920 // Support for AVFormatReader
947 AVFormatReader::Stream::Stream(BMediaIO* source, BLocker* streamLock)
960 AVFormatReader::Stream::~Stream()
989 AVFormatReader::Stream::Init(int32 virtualIndex)
991 TRACE("AVFormatReader::Stream::Init(%" B_PRId32 ")\n", virtualIndex);
1219 AVFormatReader
1456 AVFormatReader::AVFormatReader() function in class:AVFormatReader
[all...]
H A DFFmpegPlugin.cpp26 #include "AVFormatReader.h"
59 return new(std::nothrow) AVFormatReader();

Completed in 29 milliseconds