Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_audiocodec.h276 OH_AVErrCode OH_AudioCodec_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession,
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_codec.cpp467 OH_AVErrCode OH_AudioCodec_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession, in OH_AudioCodec_SetDecryptionConfig() function
470 AVCODEC_LOGI("OH_AudioCodec_SetDecryptionConfig"); in OH_AudioCodec_SetDecryptionConfig()
498 OH_AVErrCode OH_AudioCodec_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession, in OH_AudioCodec_SetDecryptionConfig() function
501 AVCODEC_LOGI("OH_AudioCodec_SetDecryptionConfig"); in OH_AudioCodec_SetDecryptionConfig()
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_avbuffer_decoder_demo.cpp208 std::cout <<"Test OH_AudioCodec_SetDecryptionConfig"<<std::endl; in RunDrmCase()
209 errNo = OH_AudioCodec_SetDecryptionConfig(audioDec_, session, false); in RunDrmCase()
210 std::cout <<"Test OH_AudioCodec_SetDecryptionConfig result"<<session<<"and ret"<<errNo<<std::endl; in RunDrmCase()
/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_decoder_avbuffer_capi_unit_test.cpp2905 int32_t ret = OH_AudioCodec_SetDecryptionConfig(audioDec_, mediaKeySystemMock->GetMediaKeySession(), isSecure); in HWTEST_F()

Completed in 8 milliseconds