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

  /external/chromium_org/content/renderer/media/crypto/
key_systems_info.h 21 const char* key_system; member in struct:content::MediaFormatAndKeySystem
26 const char* key_system; member in struct:content::KeySystemPepperTypePair
33 const char* key_system; member in struct:content::KeySystemUUIDPair
59 // Returns whether |key_system| is compatible with the user's system.
60 bool IsSystemCompatible(const std::string& key_system);
62 // Returns true if canPlayType should return an empty string for |key_system|.
63 bool IsCanPlayTypeSuppressed(const std::string& key_system);
65 // Returns the name that UMA will use for the given |key_system|.
68 std::string KeySystemNameForUMAInternal(const WebKit::WebString& key_system);
70 // Returns whether built-in AesDecryptor can be used for the given |key_system|
    [all...]
  /external/chromium_org/media/base/android/
demuxer_stream_player_params.h 36 std::string key_system; member in struct:media::MediaPlayerHostMsg_DemuxerReady_Params
  /external/chromium_org/content/browser/media/
encrypted_media_browsertest.cc 64 const char* key_system = std::tr1::get<0>(test_params); local
67 media_type, key_system, src_type, expectation);
71 const char* media_type, const char* key_system,
74 media_type, key_system, MSE, expectation);
80 const char* key_system = std::tr1::get<0>(test_params); local
84 key_system, src_type, expectation);
87 void TestConfigChange(const char* key_system, const char* expectation) {
89 query_params.push_back(std::make_pair("keysystem", key_system));
96 const char* media_type, const char* key_system,
101 query_params.push_back(std::make_pair("keysystem", key_system));
    [all...]

Completed in 64 milliseconds