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/external_clear_key/
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();
36 video_decoder.reset(new LibvpxCdmVideoDecoder(host));
38 if (!video_decoder->Initialize(config))
39 video_decoder.reset();
41 return video_decoder.Pass();
46 video_decoder.reset(new FFmpegCdmVideoDecoder(host));
48 if (!video_decoder->Initialize(config)
    [all...]
  /frameworks/av/include/media/
MediaProfiles.h 79 enum video_decoder { enum in namespace:android
198 Vector<video_decoder> getVideoDecoders() const;
347 VideoDecoderCap(video_decoder codec): mCodec(codec) {}
350 video_decoder mCodec;

Completed in 68 milliseconds