Home
last modified time | relevance | path

Searched refs:decryptor (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/av_codec/test/fuzztest/drmdecryptor_fuzzer/
H A Ddrmdecryptor_fuzzer.cpp317 std::shared_ptr<CodecDrmDecrypt> decryptor, uint32_t mode, int32_t flag) in H264MediaCencDecrypt()
327 decryptor->DrmVideoCencDecrypt(drmInBuf, drmOutBuf, DRM_H264_ENCRYPTED_BUFFER_SIZE); in H264MediaCencDecrypt()
379 std::shared_ptr<CodecDrmDecrypt> decryptor, MetaDrmCencAlgorithm algo, int32_t flag) in AudioCencDecrypt()
393 decryptor->DrmAudioCencDecrypt(drmInBuf, drmOutBuf, DRM_AUDIO_ENCRYPTED_BUFFER_SIZE); in AudioCencDecrypt()
399 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); in SetCodecNameFuzzTest() local
400 DRM_DECRYPTOR_FUZZ_CHECK_AND_RETURN_RET(decryptor != nullptr, false); in SetCodecNameFuzzTest()
403 decryptor->SetCodecName("OH.Media.Codec.Decoder.Video.avc"); in SetCodecNameFuzzTest()
404 decryptor->SetCodecName("OH.Media.Codec.Decoder.Video.hevc"); in SetCodecNameFuzzTest()
405 decryptor->SetCodecName("OH.Media.Codec.Decoder.Video.avs"); in SetCodecNameFuzzTest()
406 decryptor in SetCodecNameFuzzTest()
316 H264MediaCencDecrypt(std::shared_ptr<AVBuffer> drmInBuf, std::shared_ptr<AVBuffer> drmOutBuf, std::shared_ptr<CodecDrmDecrypt> decryptor, uint32_t mode, int32_t flag) H264MediaCencDecrypt() argument
378 AudioCencDecrypt(std::shared_ptr<AVBuffer> drmInBuf, std::shared_ptr<AVBuffer> drmOutBuf, std::shared_ptr<CodecDrmDecrypt> decryptor, MetaDrmCencAlgorithm algo, int32_t flag) AudioCencDecrypt() argument
417 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); SetDecryptionConfigFuzzTest() local
434 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); DrmH264VideoCencDecrypt() local
479 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); DrmH264VideoCencDecryptFuzzTest() local
518 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); DrmHevcVideoCencDecrypt() local
566 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); DrmHevcVideoCencDecryptFuzzTest() local
605 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); DrmAvsVideoCencDecrypt() local
653 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); DrmAvsVideoCencDecryptFuzzTest() local
692 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); DrmAudioCencDecryptTest() local
734 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); DrmAudioCencDecryptFuzzTest() local
[all...]

Completed in 2 milliseconds