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

  /external/chromium_org/media/filters/
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);
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_unittest.cc 49 : decoder_(new FFmpegVideoDecoder(message_loop_.message_loop_proxy())),
93 // Sets up expectations and actions to put FFmpegVideoDecoder in an active
105 // Sets up expectations and actions to put FFmpegVideoDecoder in an end
229 scoped_ptr<FFmpegVideoDecoder> decoder_;
pipeline_integration_test_base.cc 236 new FFmpegVideoDecoder(message_loop_.message_loop_proxy()));
  /external/chromium_org/tools/valgrind/tsan/
suppressions_win32.txt 94 fun:media::FFmpegVideoDecoder::ReleaseFFmpegResources
116 fun:media::FFmpegVideoDecoder::Flush
224 fun:media::FFmpegVideoDecoder::Decode
  /external/chromium_org/media/tools/player_x11/
player_x11.cc 123 video_decoders.push_back(new media::FFmpegVideoDecoder(message_loop));
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 355 filter_collection_->AddVideoDecoder(new media::FFmpegVideoDecoder(
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc     [all...]

Completed in 279 milliseconds