Searched defs:DecryptCB (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/
H A Ddecryptor.h73 const scoped_refptr<DecoderBuffer>&)> DecryptCB; typedef in class:media::Decryptor
78 // Decrypt() should not be called until any previous DecryptCB of the same
79 // |stream_type| has completed. Thus, only one DecryptCB may be pending at
83 const DecryptCB& decrypt_cb) = 0;
86 // pending DecryptCB immediately with kSuccess and NULL.
87 // Decrypt() should not be called again before the pending DecryptCB for the

Completed in 112 milliseconds