HomeSort by relevance Sort by last modified time
    Searched refs:key_system (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/content/public/renderer/
key_system_info.cc 9 KeySystemInfo::KeySystemInfo(const std::string& key_system)
10 : key_system(key_system),
key_system_info.h 39 explicit KeySystemInfo(const std::string& key_system);
42 std::string key_system; member in struct:content::KeySystemInfo
44 // Specifies container and codec combinations supported by |key_system|.
49 // A hierarchical parent for |key_system|. This value can be used to check
  /external/chromium_org/media/cdm/
key_system_names.cc 16 const std::string& key_system) {
18 return key_system.substr(0, prefix.size()) == prefix;
22 bool IsExternalClearKey(const std::string& key_system) {
23 return key_system == kExternalClearKey ||
24 IsParentKeySystemOf(kExternalClearKey, key_system);
key_system_names.h 23 // Returns true if |key_system| is Clear Key, false otherwise.
24 MEDIA_EXPORT inline bool IsClearKey(const std::string& key_system) {
25 return key_system == kPrefixedClearKey || key_system == kUnprefixedClearKey;
28 // Returns true if |key_system| is External Clear Key, false otherwise.
29 MEDIA_EXPORT bool IsExternalClearKey(const std::string& key_system);
  /external/chromium_org/content/renderer/media/crypto/
key_systems_support_uma.h 29 // Adds a |key_system| for which query/support statistics are reported.
32 void AddKeySystemToReport(const std::string& key_system);
34 // Reports that the |key_system| is queried. When |has_type|, also reports
35 // that the |key_system| with a MIME type is queried.
36 void ReportKeySystemQuery(const std::string& key_system, bool has_type);
38 // Reports that the queried |key_system| is supported. When |has_type| (a
40 // |key_system| is supported with that MIME type.
41 void ReportKeySystemSupport(const std::string& key_system, bool has_type);
46 // Returns the Reporter for |key_system|. Returns NULL if |key_system| was no
    [all...]
key_systems_support_uma.cc 21 OneTimeReporter(const std::string& key_system,
33 OneTimeReporter::OneTimeReporter(const std::string& key_system,
37 action_ = kKeySystemSupportActionPrefix + KeySystemNameForUMA(key_system);
56 explicit Reporter(const std::string& key_system);
70 KeySystemsSupportUMA::Reporter::Reporter(const std::string& key_system)
71 : key_system_(key_system),
72 call_reporter_(key_system, false, "Queried"),
73 call_with_type_reporter_(key_system, true, "Queried"),
74 support_reporter_(key_system, false, "Supported"),
75 support_with_type_reporter_(key_system, true, "Supported") {
    [all...]
key_systems.h 20 // Returns whether |key_system| is a real supported key system that can be
22 // Abstract parent |key_system| strings will return false.
24 // |key_system| supports a specific type of media or to check parent key
27 const blink::WebString& key_system);
33 const std::string& key_system);
35 // Returns a name for |key_system| suitable to UMA logging.
37 const blink::WebString& key_system);
38 CONTENT_EXPORT std::string KeySystemNameForUMA(const std::string& key_system);
content_decryption_module_factory.cc 49 const std::string& key_system,
61 std::string plugin_type = GetPepperType(key_system);
71 PpapiDecryptor::Create(key_system,
95 const std::string& key_system,
110 if (CanUseAesDecryptor(key_system)) {
125 return CreatePpapiDecryptor(key_system,
143 proxy_media_keys->InitializeCDM(key_system, frame_url);
key_systems.cc 41 const blink::WebString& key_system) {
42 if (key_system == kClearKeyKeySystem)
45 if (key_system == kWidevineKeySystem)
52 std::string KeySystemNameForUMAInternal(const blink::WebString& key_system);
80 bool IsConcreteSupportedKeySystem(const std::string& key_system);
85 const std::string& key_system);
100 const std::string& key_system,
141 const std::string& key_system);
178 AddConcreteSupportedKeySystem(key_system_info.key_system,
250 bool KeySystems::IsConcreteSupportedKeySystem(const std::string& key_system) {
    [all...]
proxy_decryptor.cc 96 bool ProxyDecryptor::InitializeCDM(const std::string& key_system,
98 DVLOG(1) << "InitializeCDM: key_system = " << key_system;
103 media_keys_ = CreateMediaKeys(key_system, frame_url);
111 media::IsClearKey(key_system) || media::IsExternalClearKey(key_system);
188 const std::string& key_system,
191 key_system,
content_decryption_module_factory.h 29 const std::string& key_system,
proxy_decryptor.h 73 bool InitializeCDM(const std::string& key_system, const GURL& frame_url);
94 // Helper function to create MediaKeys to handle the given |key_system|.
95 scoped_ptr<media::MediaKeys> CreateMediaKeys(const std::string& key_system,
  /external/chromium_org/chrome/browser/media/
encrypted_media_browsertest.cc 73 const std::string& key_system) {
75 return key_system.substr(0, prefix.size()) == prefix;
83 bool IsExternalClearKey(const std::string& key_system) {
84 return key_system == kExternalClearKeyKeySystem ||
85 IsParentKeySystemOf(kExternalClearKeyKeySystem, key_system);
89 bool IsWidevine(const std::string& key_system) {
90 return key_system == kWidevineKeySystem;
97 const char* key_system,
108 query_params.push_back(std::make_pair("keysystem", key_system));
116 const char* key_system,
    [all...]
  /external/chromium_org/content/browser/media/
encrypted_media_browsertest.cc 90 const char* key_system,
101 query_params.push_back(std::make_pair("keysystem", key_system));
109 const char* key_system,
112 media_type, key_system, src_type, kEnded);
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodule_impl.h 27 const base::string16& key_system);
webmediaplayer_impl.cc 694 static void EmeUMAHistogramEnumeration(const blink::WebString& key_system,
699 kMediaEme + KeySystemNameForUMA(key_system) + "." + method,
704 static void EmeUMAHistogramCounts(const blink::WebString& key_system,
709 kMediaEme + KeySystemNameForUMA(key_system) + "." + method,
736 // Helper for converting |key_system| name and exception |e| to a pair of enum
740 const WebString& key_system,
745 key_system, method, result_id, kMaxMediaKeyException);
749 WebMediaPlayerImpl::generateKeyRequest(const WebString& key_system,
753 GenerateKeyRequestInternal(key_system, init_data, init_data_length);
754 ReportMediaKeyExceptionToUMA("generateKeyRequest", key_system, e)
    [all...]
webcontentdecryptionmodule_impl.cc 31 bool Initialize(const std::string& key_system,
83 bool SessionIdAdapter::Initialize(const std::string& key_system,
92 "webkit-" + key_system,
167 WebContentDecryptionModuleImpl::Create(const base::string16& key_system) {
170 if (!IsStringASCII(key_system)) {
179 if (!adapter->Initialize(UTF16ToASCII(key_system), &media_keys))
webmediaplayer_impl.h 163 const blink::WebString& key_system,
167 virtual MediaKeyException addKey(const blink::WebString& key_system,
175 const blink::WebString& key_system,
235 const blink::WebString& key_system,
238 MediaKeyException AddKeyInternal(const blink::WebString& key_system,
245 const blink::WebString& key_system,
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc     [all...]
webmediaplayer_android.h 202 const blink::WebString& key_system,
206 const blink::WebString& key_system,
213 const blink::WebString& key_system,
266 bool IsKeySystemSupported(const blink::WebString& key_system);
271 const blink::WebString& key_system,
274 MediaKeyException AddKeyInternal(const blink::WebString& key_system,
281 const blink::WebString& key_system,
proxy_media_keys.cc 37 void ProxyMediaKeys::InitializeCDM(const std::string& key_system,
42 std::vector<uint8> uuid = GetUUID(key_system);
  /external/chromium_org/media/base/android/
demuxer_stream_player_params.h 40 std::string key_system; member in struct:media::DemuxerConfigs
  /external/chromium_org/ppapi/c/private/
ppp_content_decryptor_private.h 49 * @param[in] key_system A <code>PP_Var</code> of type
52 void (*Initialize)(PP_Instance instance, struct PP_Var key_system);
  /external/chromium_org/ppapi/api/private/
ppp_content_decryptor_private.idl 26 * @param[in] key_system A <code>PP_Var</code> of type
31 [in] PP_Var key_system);
  /external/chromium_org/chrome/renderer/media/
chrome_key_systems.cc 97 info.key_system = kExternalClearKeyInitializeFailKeySystem;
101 info.key_system = kExternalClearKeyDecryptOnlyKeySystem;
171 info.key_system.append(".hr");
175 info.key_system.append(".hrnoncompositing");

Completed in 1675 milliseconds

1 2