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

  /external/chromium_org/content/renderer/media/crypto/
proxy_decryptor.cc 24 uint32 ProxyDecryptor::next_session_id_ = 100000;
29 void ProxyDecryptor::DestroyHelperPlugin() {
35 ProxyDecryptor::ProxyDecryptor(
63 ProxyDecryptor::~ProxyDecryptor() {
74 // But ProxyDecryptor should not depend on media pipeline's implementation
76 void ProxyDecryptor::SetDecryptorReadyCB(
96 bool ProxyDecryptor::InitializeCDM(const std::string& key_system,
115 bool ProxyDecryptor::GenerateKeyRequest(const std::string& type
    [all...]
proxy_decryptor.h 34 // ProxyDecryptor is for EME v0.1b only. It should not be used for the WD API.
46 // TODO(xhwang): The ProxyDecryptor is not a Decryptor. Find a better name!
47 class ProxyDecryptor {
59 ProxyDecryptor(
70 virtual ~ProxyDecryptor();
75 // Requests the ProxyDecryptor to notify the decryptor when it's ready through
117 base::WeakPtrFactory<ProxyDecryptor> weak_ptr_factory_;
131 // The real MediaKeys that manages key operations for the ProxyDecryptor.
155 DISALLOW_COPY_AND_ASSIGN(ProxyDecryptor);
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.h 447 scoped_ptr<ProxyDecryptor> decryptor_;
webmediaplayer_android.cc 154 decryptor_.reset(new ProxyDecryptor(
243 set_decryptor_ready_cb = base::Bind(&ProxyDecryptor::SetDecryptorReadyCB,
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.h 333 scoped_ptr<ProxyDecryptor> decryptor_;
webmediaplayer_impl.cc 188 decryptor_.reset(new ProxyDecryptor(
    [all...]

Completed in 51 milliseconds