Searched defs:FFmpegVideoDecoder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/filters/
H A Dffmpeg_video_decoder.h28 class MEDIA_EXPORT FFmpegVideoDecoder : public VideoDecoder { class in namespace:media
30 explicit FFmpegVideoDecoder(
32 virtual ~FFmpegVideoDecoder();
91 DISALLOW_COPY_AND_ASSIGN(FFmpegVideoDecoder);
H A Dffmpeg_video_decoder.cc60 FFmpegVideoDecoder* decoder = static_cast<FFmpegVideoDecoder*>(s->opaque);
75 FFmpegVideoDecoder::FFmpegVideoDecoder( function in class:media::FFmpegVideoDecoder
80 int FFmpegVideoDecoder::GetVideoBuffer(struct AVCodecContext* codec_context,
152 std::string FFmpegVideoDecoder::GetDisplayName() const {
153 return "FFmpegVideoDecoder";
156 void FFmpegVideoDecoder::Initialize(const VideoDecoderConfig& config,
181 void FFmpegVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer,
240 void FFmpegVideoDecoder
[all...]

Completed in 84 milliseconds