HomeSort by relevance Sort by last modified time
    Searched defs:FFmpegVideoDecoder (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/filters/
ffmpeg_video_decoder.cc 60 FFmpegVideoDecoder* decoder = static_cast<FFmpegVideoDecoder*>(s->opaque);
75 FFmpegVideoDecoder::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::Reset(const base::Closure& closure)
    [all...]
ffmpeg_video_decoder.h 28 class MEDIA_EXPORT FFmpegVideoDecoder : public VideoDecoder {
30 explicit FFmpegVideoDecoder(
32 virtual ~FFmpegVideoDecoder();
91 DISALLOW_COPY_AND_ASSIGN(FFmpegVideoDecoder);

Completed in 54 milliseconds