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

  /external/chromium_org/content/public/renderer/
key_system_info.h 42 SupportedCodecs supported_codecs; member in struct:content::KeySystemInfo
  /external/chromium_org/chrome/renderer/media/
chrome_key_systems.cc 76 info.supported_codecs = content::EME_CODEC_WEBM_ALL;
78 info.supported_codecs |= content::EME_CODEC_MP4_ALL;
156 SupportedCodecs supported_codecs = content::EME_CODEC_NONE; local
159 supported_codecs |= content::EME_CODEC_WEBM_VORBIS;
161 supported_codecs |= content::EME_CODEC_WEBM_VP8;
163 supported_codecs |= content::EME_CODEC_WEBM_VP9;
166 supported_codecs |= content::EME_CODEC_MP4_AAC;
168 supported_codecs |= content::EME_CODEC_MP4_AVC1;
173 supported_codecs,
  /external/chromium_org/components/cdm/browser/
cdm_message_filter_android.cc 50 SupportedCodecs supported_codecs = content::EME_CODEC_NONE; local
62 supported_codecs |= info.codec;
66 return supported_codecs;
  /external/chromium_org/content/renderer/media/crypto/
key_systems.cc 71 info.supported_codecs = EME_CODEC_WEBM_ALL;
76 info.supported_codecs &= ~EME_CODEC_WEBM_VP9;
80 info.supported_codecs |= EME_CODEC_MP4_ALL;
122 SupportedCodecs supported_codecs,
129 : use_aes_decryptor(false), supported_codecs(EME_CODEC_NONE) {}
135 SupportedCodecs supported_codecs; member in struct:content::KeySystems::KeySystemProperties
266 key_system_info.supported_codecs,
277 SupportedCodecs supported_codecs,
293 properties.supported_codecs = supported_codecs;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc 813 const std::vector<VideoCodecSettings> supported_codecs = local
816 if (supported_codecs.empty()) {
821 send_codec_.Set(supported_codecs.front());
822 LOG(LS_INFO) << "Using codec: " << supported_codecs.front().codec.ToString();
829 it->second->SetCodec(supported_codecs.front());
1935 std::vector<VideoCodecSettings> supported_codecs; local
    [all...]

Completed in 1031 milliseconds