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

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.h49 class AVCodecDecoder : public Decoder { class in inherits:Decoder
51 AVCodecDecoder();
53 virtual ~AVCodecDecoder();
H A DAVCodecDecoder.cpp16 #include "AVCodecDecoder.h"
83 AVCodecDecoder::AVCodecDecoder() function in class:AVCodecDecoder
129 TRACE("AVCodecDecoder::AVCodecDecoder()\n");
133 AVCodecDecoder::~AVCodecDecoder()
135 TRACE("[%c] AVCodecDecoder::~AVCodecDecoder()\n", fIsAudio ? 'a' : 'v');
174 AVCodecDecoder
[all...]
H A DFFmpegPlugin.cpp24 #include "AVCodecDecoder.h"
51 return new(std::nothrow) AVCodecDecoder();

Completed in 36 milliseconds