Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_videodecoder.h479 OH_AVErrCode OH_VideoDecoder_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySessio…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_video_decoder.md56 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_SetDecryptionConfig](#oh_videodecoder_setd…
562 ### OH_VideoDecoder_SetDecryptionConfig()
565 OH_AVErrCode OH_VideoDecoder_SetDecryptionConfig (OH_AVCodec *codec, MediaKeySession *mediaKeySessi…
H A Dnative__avcodec__videodecoder_8h.md44 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_SetDecryptionConfig](_video_decoder.md#oh_…
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dvideo-decoding.md302 4. (可选)OH_VideoDecoder_SetDecryptionConfig设置解密配置。在获取到DRM信息(参考[音视频解封装](audio-video-demuxer.md)开发步骤第4…
351 ret = OH_VideoDecoder_SetDecryptionConfig(videoDec, session, secureVideoPath);
839 4. (可选)OH_VideoDecoder_SetDecryptionConfig设置解密配置。在获取到DRM信息(参考[音视频解封装](audio-video-demuxer.md)开发步骤第4…
884 ret = OH_VideoDecoder_SetDecryptionConfig(videoDec, session, secureVideoPath);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideodec_capi_mock.cpp288 …int32_t ret = OH_VideoDecoder_SetDecryptionConfig(codec_, mediaKeySystemMock->GetMediaKeySession()… in SetVideoDecryptionConfig()
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__videodecoder_8h.md44 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_SetDecryptionConfig](_video_decoder.md#oh_…
H A D_video_decoder.md56 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_SetDecryptionConfig](#oh_videodecoder_setd…
593 ### OH_VideoDecoder_SetDecryptionConfig()
596 OH_AVErrCode OH_VideoDecoder_SetDecryptionConfig (OH_AVCodec *codec, MediaKeySession *mediaKeySessi…
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_decoder.cpp771 OH_AVErrCode OH_VideoDecoder_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySessio… in OH_VideoDecoder_SetDecryptionConfig() function
799 OH_AVErrCode OH_VideoDecoder_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySessio… in OH_VideoDecoder_SetDecryptionConfig() function
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/video_demo/
H A Davcodec_video_decoder_demo.cpp156 errNo = OH_VideoDecoder_SetDecryptionConfig(videoDec_, session, false); in RunDrmCase()
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Dvideo-decoding.md303 4. (Optional) Call **OH_VideoDecoder_SetDecryptionConfig** to set the decryption configuration. Cal…
352 ret = OH_VideoDecoder_SetDecryptionConfig(videoDec, session, secureVideoPath);
842 4. (Optional) Call **OH_VideoDecoder_SetDecryptionConfig** to set the decryption configuration. Cal…
886 ret = OH_VideoDecoder_SetDecryptionConfig(videoDec, session, secureVideoPath);