HomeSort by relevance Sort by last modified time
    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 177 const AudioDecodeCB& audio_decode_cb));
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 75 const media::Decryptor::AudioDecodeCB& audio_decode_cb);
168 media::Decryptor::AudioDecodeCB pending_audio_decode_cb_;
content_decryptor_delegate.cc 489 const media::Decryptor::AudioDecodeCB& audio_decode_cb) {
866 media::Decryptor::AudioDecodeCB audio_decode_cb =
    [all...]
  /external/chromium_org/media/cdm/
aes_decryptor.h 58 const AudioDecodeCB& audio_decode_cb) OVERRIDE;
aes_decryptor.cc 291 const AudioDecodeCB& audio_decode_cb) {
  /external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.h 65 const AudioDecodeCB& audio_decode_cb) OVERRIDE;
ppapi_decryptor.cc 217 const AudioDecodeCB& audio_decode_cb) {
  /external/chromium_org/media/filters/
decrypting_audio_decoder_unittest.cc 234 Decryptor::AudioDecodeCB pending_audio_decode_cb_;

Completed in 8746 milliseconds