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,
134 SupportedCodecs supported_codecs; member in struct:content::KeySystems::KeySystemProperties
265 key_system_info.supported_codecs,
276 SupportedCodecs supported_codecs,
292 properties.supported_codecs = supported_codecs;
405 key_system_iter->second.supported_codecs;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc 834 const std::vector<VideoCodecSettings> supported_codecs = local
837 if (supported_codecs.empty()) {
842 send_codec_.Set(supported_codecs.front());
843 LOG(LS_INFO) << "Using codec: " << supported_codecs.front().codec.ToString();
845 SetCodecForAllSendStreams(supported_codecs.front());
1767 std::vector<VideoCodecSettings> supported_codecs; local
    [all...]

Completed in 170 milliseconds