OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AudioDecodeCB
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/media/base/
decryptor.h
124
typedef base::Callback<void(Status, const AudioBuffers&)>
AudioDecodeCB
;
137
const
AudioDecodeCB
& audio_decode_cb) = 0;
144
//
AudioDecodeCB
/VideoDecodeCB immediately with kError and NULL.
151
// any pending DecoderInitCB/
AudioDecodeCB
/VideoDecodeCB immediately.
152
// DecoderInitCB should be fired with false.
AudioDecodeCB
/VideoDecodeCB
mock_filters.h
194
const
AudioDecodeCB
& audio_decode_cb));
/external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h
77
const media::Decryptor::
AudioDecodeCB
& audio_decode_cb);
170
media::Decryptor::
AudioDecodeCB
pending_audio_decode_cb_;
content_decryptor_delegate.cc
503
const media::Decryptor::
AudioDecodeCB
& audio_decode_cb) {
875
media::Decryptor::
AudioDecodeCB
audio_decode_cb =
[
all
...]
/external/chromium_org/media/cdm/
aes_decryptor.h
61
const
AudioDecodeCB
& audio_decode_cb) OVERRIDE;
aes_decryptor.cc
380
const
AudioDecodeCB
& audio_decode_cb) {
/external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.h
68
const
AudioDecodeCB
& audio_decode_cb) OVERRIDE;
ppapi_decryptor.cc
246
const
AudioDecodeCB
& audio_decode_cb) {
/external/chromium_org/media/filters/
decrypting_audio_decoder_unittest.cc
235
Decryptor::
AudioDecodeCB
pending_audio_decode_cb_;
Completed in 38 milliseconds