Searched refs:OH_VideoDecoder_SetDecryptionConfig (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_videodecoder.h | 479 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.md | 56 | [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 D | native__avcodec__videodecoder_8h.md | 44 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_SetDecryptionConfig](_video_decoder.md#oh_…
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | video-decoding.md | 302 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 D | videodec_capi_mock.cpp | 288 …int32_t ret = OH_VideoDecoder_SetDecryptionConfig(codec_, mediaKeySystemMock->GetMediaKeySession()… in SetVideoDecryptionConfig()
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avcodec__videodecoder_8h.md | 44 | [OH_AVErrCode](_core.md#oh_averrcode) [OH_VideoDecoder_SetDecryptionConfig](_video_decoder.md#oh_…
|
H A D | _video_decoder.md | 56 | [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 D | native_video_decoder.cpp | 771 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 D | avcodec_video_decoder_demo.cpp | 156 errNo = OH_VideoDecoder_SetDecryptionConfig(videoDec_, session, false); in RunDrmCase()
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | video-decoding.md | 303 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);
|