HomeSort by relevance Sort by last modified time
    Searched refs:audio_decode_cb (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.cc 217 const AudioDecodeCB& audio_decode_cb) {
221 encrypted, audio_decode_cb));
226 if (!plugin_cdm_delegate_->DecryptAndDecodeAudio(encrypted, audio_decode_cb))
227 audio_decode_cb.Run(kError, AudioBuffers());
ppapi_decryptor.h 65 const AudioDecodeCB& audio_decode_cb) OVERRIDE;
  /external/chromium_org/media/base/
decryptor.h 137 const AudioDecodeCB& audio_decode_cb) = 0;
mock_filters.h 177 const AudioDecodeCB& audio_decode_cb));
  /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/pepper/
content_decryptor_delegate.h 75 const media::Decryptor::AudioDecodeCB& audio_decode_cb);
content_decryptor_delegate.cc 489 const media::Decryptor::AudioDecodeCB& audio_decode_cb) {
521 pending_audio_decode_cb_ = audio_decode_cb;
866 media::Decryptor::AudioDecodeCB audio_decode_cb = local
874 audio_decode_cb.Run(status, empty_frames);
883 audio_decode_cb.Run(media::Decryptor::kError, empty_frames);
887 audio_decode_cb.Run(media::Decryptor::kSuccess, audio_frame_list);
    [all...]

Completed in 3017 milliseconds