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

  /external/chromium_org/components/cdm/renderer/
widevine_key_systems.h 23 content::SupportedCodecs supported_codecs,
widevine_key_systems.cc 29 SupportedCodecs supported_codecs,
50 info.supported_codecs = supported_codecs;
android_key_systems.cc 67 info.supported_codecs = response.compositing_codecs;
  /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/chromecast/shell/renderer/
key_systems_cast.cc 24 info.supported_codecs = content::EME_CODEC_MP4_ALL;
  /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...]
key_systems_unittest.cc 101 aes.supported_codecs = EME_CODEC_WEBM_ALL;
102 aes.supported_codecs |= TEST_CODEC_FOO_ALL;
107 ext.supported_codecs = EME_CODEC_WEBM_ALL;
108 ext.supported_codecs |= TEST_CODEC_FOO_ALL;
  /external/chromium_org/net/base/
mime_util.cc 135 const CodecSet& supported_codecs,
604 const CodecSet& supported_codecs,
606 DCHECK(!supported_codecs.empty());
617 supported_codecs.find(codec) == supported_codecs.end()) {
    [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 252 milliseconds