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

  /external/chromium_org/media/base/
decryptor.h 138 virtual void DecryptAndDecodeVideo(
mock_filters.h 178 MOCK_METHOD2(DecryptAndDecodeVideo,
  /external/chromium_org/media/filters/
decrypting_video_decoder_unittest.cc 126 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
146 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(encrypted_buffer_, _))
159 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
278 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
295 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
320 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
334 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
decrypting_video_decoder.cc 221 decryptor_->DecryptAndDecodeVideo(
  /external/chromium_org/media/cdm/
aes_decryptor.h 59 virtual void DecryptAndDecodeVideo(
aes_decryptor.cc 295 void AesDecryptor::DecryptAndDecodeVideo(
  /external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.cc 230 void PpapiDecryptor::DecryptAndDecodeVideo(
235 &PpapiDecryptor::DecryptAndDecodeVideo, weak_this_,
240 DVLOG(3) << "DecryptAndDecodeVideo()";
241 if (!plugin_cdm_delegate_->DecryptAndDecodeVideo(encrypted, video_decode_cb))
ppapi_decryptor.h 66 virtual void DecryptAndDecodeVideo(
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 76 bool DecryptAndDecodeVideo(
content_decryptor_delegate.cc 304 // DecryptAndDecodeAudio() and DecryptAndDecodeVideo().
531 bool ContentDecryptorDelegate::DecryptAndDecodeVideo(
549 DVLOG(2) << "DecryptAndDecodeVideo() - request_id " << request_id;
551 "eme", "ContentDecryptorDelegate::DecryptAndDecodeVideo", request_id);
797 "eme", "ContentDecryptorDelegate::DecryptAndDecodeVideo", request_id);
    [all...]

Completed in 961 milliseconds