Searched defs:DecryptAndDecodeVideo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/media/filters/
H A Ddecrypting_video_decoder_unittest.cc126 void DecryptAndDecodeVideo(const scoped_refptr<DecoderBuffer>& encrypted, function in class:media::DecryptingVideoDecoderTest
146 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _)).WillRepeatedly(
147 Invoke(this, &DecryptingVideoDecoderTest::DecryptAndDecodeVideo));
167 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(encrypted_buffer_, _))
180 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
302 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
325 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
340 EXPECT_CALL(*decryptor_, DecryptAndDecodeVideo(_, _))
/external/chromium_org/content/renderer/media/crypto/
H A Dppapi_decryptor.cc422 void PpapiDecryptor::DecryptAndDecodeVideo( function in class:content::PpapiDecryptor
428 base::Bind(&PpapiDecryptor::DecryptAndDecodeVideo,
437 !CdmDelegate()->DecryptAndDecodeVideo(encrypted, video_decode_cb)) {
/external/chromium_org/media/cdm/
H A Daes_decryptor.cc462 void AesDecryptor::DecryptAndDecodeVideo( function in class:media::AesDecryptor
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc459 // DecryptAndDecodeAudio() and DecryptAndDecodeVideo().
660 bool ContentDecryptorDelegate::DecryptAndDecodeVideo( function in class:content::ContentDecryptorDelegate
677 DVLOG(2) << "DecryptAndDecodeVideo() - request_id " << request_id;
679 "media", "ContentDecryptorDelegate::DecryptAndDecodeVideo", request_id);
1024 "media", "ContentDecryptorDelegate::DecryptAndDecodeVideo", request_id);

Completed in 816 milliseconds