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

  /external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.cc 328 void PpapiDecryptor::DecryptAndDecodeVideo(
334 base::Bind(&PpapiDecryptor::DecryptAndDecodeVideo,
343 !CdmDelegate()->DecryptAndDecodeVideo(encrypted, video_decode_cb)) {
  /external/chromium_org/media/cdm/
aes_decryptor.cc 411 void AesDecryptor::DecryptAndDecodeVideo(
  /external/chromium_org/media/filters/
decrypting_video_decoder_unittest.cc 124 void DecryptAndDecodeVideo(const scoped_refptr<DecoderBuffer>& encrypted,
144 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _)).WillRepeatedly(
145 Invoke(this, &DecryptingVideoDecoderTest::DecryptAndDecodeVideo));
165 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(encrypted_buffer_, _))
178 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
299 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
322 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
337 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 386 // DecryptAndDecodeAudio() and DecryptAndDecodeVideo().
587 bool ContentDecryptorDelegate::DecryptAndDecodeVideo(
604 DVLOG(2) << "DecryptAndDecodeVideo() - request_id " << request_id;
606 "media", "ContentDecryptorDelegate::DecryptAndDecodeVideo", request_id);
876 "media", "ContentDecryptorDelegate::DecryptAndDecodeVideo", request_id);
    [all...]

Completed in 476 milliseconds