Home
last modified time | relevance | path

Searched refs:isSecureAudio (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/multimedia/drm/avPlayerDrmNdk/entry/src/main/cpp/
DAvPlayerDrmNdk.cpp353 bool isSecureAudio = false; in Test_AudioCodec_SetDecryptionConfig() local
362 isSecureAudio = (bool)argc_three; in Test_AudioCodec_SetDecryptionConfig()
363 … OH_AVErrCode ret3 = OH_AudioCodec_SetDecryptionConfig(handle_ptr, session_ptr, isSecureAudio); in Test_AudioCodec_SetDecryptionConfig()
410 bool isSecureAudio = false; in Test_VideoDecoder_SetDecryptionConfig() local
419 isSecureAudio = (bool)argc_three; in Test_VideoDecoder_SetDecryptionConfig()
420 … OH_AVErrCode ret3 = OH_VideoDecoder_SetDecryptionConfig(handle_ptr, session_ptr, isSecureAudio); in Test_VideoDecoder_SetDecryptionConfig()