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

  /external/chromium_org/media/base/
decryptor.cc 5 #include "media/base/decryptor.h"
9 Decryptor::Decryptor() {}
11 Decryptor::~Decryptor() {}
decryptor.h 25 // All methods are called on the (video/audio) decoder thread. Decryptor
29 class MEDIA_EXPORT Decryptor {
46 Decryptor();
47 virtual ~Decryptor();
50 // with the Decryptor.
54 // decryptor. Only one NewKeyCB can be registered for one |stream_type|.
161 DISALLOW_COPY_AND_ASSIGN(Decryptor);
164 // Callback to notify that a decryptor is ready.
165 typedef base::Callback<void(Decryptor*)> DecryptorReadyCB;
168 // Calling this callback with a non-null callback registers decryptor read
    [all...]

Completed in 35 milliseconds