OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecryptCB
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/media/base/
decryptor.h
73
const scoped_refptr<DecoderBuffer>&)>
DecryptCB
;
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
mock_filters.h
184
const
DecryptCB
& decrypt_cb));
/external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h
62
const media::Decryptor::
DecryptCB
& decrypt_cb);
158
media::Decryptor::
DecryptCB
pending_audio_decrypt_cb_;
161
media::Decryptor::
DecryptCB
pending_video_decrypt_cb_;
content_decryptor_delegate.cc
324
const media::Decryptor::
DecryptCB
& decrypt_cb) {
378
media::Decryptor::
DecryptCB
decrypt_cb;
714
media::Decryptor::
DecryptCB
decrypt_cb;
[
all
...]
/external/chromium_org/media/cdm/
aes_decryptor.h
53
const
DecryptCB
& decrypt_cb) OVERRIDE;
aes_decryptor.cc
330
const
DecryptCB
& decrypt_cb) {
363
// Decrypt() calls the
DecryptCB
synchronously so there's nothing to cancel.
aes_decryptor_unittest.cc
341
AesDecryptor::
DecryptCB
decrypt_cb_;
/external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.h
60
const
DecryptCB
& decrypt_cb) OVERRIDE;
ppapi_decryptor.cc
178
const
DecryptCB
& decrypt_cb) {
/external/chromium_org/media/filters/
video_frame_stream_unittest.cc
104
const Decryptor::
DecryptCB
& decrypt_cb) {
decrypting_demuxer_stream_unittest.cc
261
Decryptor::
DecryptCB
pending_decrypt_cb_;
Completed in 32 milliseconds