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 57 FFmpegVideoDecoder::FFmpegVideoDecoder(
66 int FFmpegVideoDecoder::GetVideoBuffer(AVCodecContext* codec_context,
118 FFmpegVideoDecoder* decoder = static_cast<FFmpegVideoDecoder*>(s->opaque);
132 void FFmpegVideoDecoder::Initialize(const VideoDecoderConfig& config,
155 void FFmpegVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer,
177 void FFmpegVideoDecoder::Reset(const base::Closure& closure) {
189 void FFmpegVideoDecoder::DoReset() {
197 void FFmpegVideoDecoder::Stop(const base::Closure& closure)
    [all...]
ffmpeg_video_decoder.h 26 class MEDIA_EXPORT FFmpegVideoDecoder : public VideoDecoder {
28 explicit FFmpegVideoDecoder(
30 virtual ~FFmpegVideoDecoder();
71 base::WeakPtrFactory<FFmpegVideoDecoder> weak_factory_;
72 base::WeakPtr<FFmpegVideoDecoder> weak_this_;
85 DISALLOW_COPY_AND_ASSIGN(FFmpegVideoDecoder);

Completed in 272 milliseconds