/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/ |
H A D | codec_drm_decrypt_mock.cpp | 48 void CodecDrmDecryptorMock::SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptionConfig() function in OHOS::MediaAVCodec::CodecDrmDecryptorMock 52 return decryptor_->SetDecryptionConfig(keySession, svpFlag); in SetDecryptionConfig()
|
H A D | codec_drm_decrypt_mock.h | 39 void SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
H A D | drm_decryptor_coverage_unit_test.cpp | 456 * @tc.desc: SetDecryptionConfig with nullptr 466 decryptorMock_->SetDecryptionConfig(session, svpFlag); in HWTEST_F() 468 decryptorMock_->SetDecryptionConfig(session, svpFlag); in HWTEST_F() 487 decryptorMock_->SetDecryptionConfig(session, svpFlag); in HWTEST_F() 529 decryptorMock_->SetDecryptionConfig(session, svpFlag); in HWTEST_F() 573 decryptorMock_->SetDecryptionConfig(session, svpFlag); in HWTEST_F() 617 decryptorMock_->SetDecryptionConfig(session, svpFlag); in HWTEST_F()
|
/foundation/multimedia/av_codec/services/drm_decryptor/ |
H A D | codec_drm_decrypt.h | 53 void SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
H A D | codec_drm_decrypt.cpp | 665 void CodecDrmDecrypt::SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptionConfig() function in OHOS::MediaAVCodec::CodecDrmDecrypt
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | audio_decoder_filter.h | 76 Status SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
|
/foundation/multimedia/av_codec/test/fuzztest/drmdecryptor_fuzzer/ |
H A D | drmdecryptor_fuzzer.cpp | 424 decryptor->SetDecryptionConfig(session, svpFlag); in SetDecryptionConfigFuzzTest() 428 decryptor->SetDecryptionConfig(session, svpFlag); in SetDecryptionConfigFuzzTest() 441 decryptor->SetDecryptionConfig(session, svpFlag); in DrmH264VideoCencDecrypt() 486 decryptor->SetDecryptionConfig(session, svpFlag); in DrmH264VideoCencDecryptFuzzTest() 525 decryptor->SetDecryptionConfig(session, svpFlag); in DrmHevcVideoCencDecrypt() 573 decryptor->SetDecryptionConfig(session, svpFlag); in DrmHevcVideoCencDecryptFuzzTest() 612 decryptor->SetDecryptionConfig(session, svpFlag); in DrmAvsVideoCencDecrypt() 660 decryptor->SetDecryptionConfig(session, svpFlag); in DrmAvsVideoCencDecryptFuzzTest() 696 decryptor->SetDecryptionConfig(session, svpFlag); in DrmAudioCencDecryptTest() 738 decryptor->SetDecryptionConfig(sessio in DrmAudioCencDecryptFuzzTest() [all...] |
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/ |
H A D | codec_drm_decrypt_mock.cpp | 213 void CodecDrmDecrypt::SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptionConfig() function in OHOS::MediaAVCodec::CodecDrmDecrypt
|
/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/ |
H A D | audio_decoder_filter_unit_test.cpp | 113 EXPECT_EQ(audioDecoder->SetDecryptionConfig(nullptr, true), Status::ERROR_INVALID_PARAMETER);
in HWTEST_F()
|
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | audio_decoder_filter.cpp | 357 Status AudioDecoderFilter::SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, in SetDecryptionConfig() function in OHOS::Media::Pipeline::AudioDecoderFilter 360 MEDIA_LOG_I_SHORT("AudioDecoderFilter SetDecryptionConfig enter."); in SetDecryptionConfig() 362 MEDIA_LOG_E_SHORT("SetDecryptionConfig keySessionProxy is nullptr."); in SetDecryptionConfig()
|
/foundation/multimedia/av_codec/services/media_engine/modules/media_codec/ |
H A D | media_codec.cpp | 656 drmDecryptor_->SetDecryptionConfig(keySession, svpFlag); in SetAudioDecryptionConfig()
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_impl.cpp | 2754 audioDecoder_->SetDecryptionConfig(keySessionServiceProxy_, svpFlag); in LinkAudioDecoderFilter()
|