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

  /external/chromium_org/media/cdm/ppapi/
cdm_video_decoder.cc 25 scoped_ptr<CdmVideoDecoder> video_decoder; local
27 video_decoder.reset(new FakeCdmVideoDecoder(host));
29 if (!video_decoder->Initialize(config))
30 video_decoder.reset();
35 video_decoder.reset(new LibvpxCdmVideoDecoder(host));
37 if (!video_decoder->Initialize(config))
38 video_decoder.reset();
40 return video_decoder.Pass();
45 video_decoder.reset(new FFmpegCdmVideoDecoder(host));
47 if (!video_decoder->Initialize(config)
    [all...]
  /frameworks/av/include/media/
MediaProfiles.h 68 enum video_decoder { enum in namespace:android
187 Vector<video_decoder> getVideoDecoders() const;
336 VideoDecoderCap(video_decoder codec): mCodec(codec) {}
339 video_decoder mCodec;

Completed in 180 milliseconds