Home | History | Annotate | Download | only in base

Lines Matching defs:Decryptor

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 ready
169 // notification. When the decryptor is ready, notification will be sent
172 // decryptor ready notification. Any previously provided callback will be