Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/
H A Dcodec_drm_decrypt_mock.cpp48 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 Dcodec_drm_decrypt_mock.h39 void SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
H A Ddrm_decryptor_coverage_unit_test.cpp456 * @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 Dcodec_drm_decrypt.h53 void SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
H A Dcodec_drm_decrypt.cpp665 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 Daudio_decoder_filter.h76 Status SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
/foundation/multimedia/av_codec/test/fuzztest/drmdecryptor_fuzzer/
H A Ddrmdecryptor_fuzzer.cpp424 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 Dcodec_drm_decrypt_mock.cpp213 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 Daudio_decoder_filter_unit_test.cpp113 EXPECT_EQ(audioDecoder->SetDecryptionConfig(nullptr, true), Status::ERROR_INVALID_PARAMETER); in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_decoder_filter.cpp357 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 Dmedia_codec.cpp656 drmDecryptor_->SetDecryptionConfig(keySession, svpFlag); in SetAudioDecryptionConfig()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp2754 audioDecoder_->SetDecryptionConfig(keySessionServiceProxy_, svpFlag); in LinkAudioDecoderFilter()

Completed in 14 milliseconds