Searched refs:DrmRemoveAmbiguityBytes (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/av_codec/services/drm_decryptor/ |
H A D | codec_drm_decrypt.h | 63 static void DrmRemoveAmbiguityBytes(uint8_t *data, uint32_t &posEndIndex, uint32_t offset, uint32_t &dataSize);
|
H A D | codec_drm_decrypt.cpp | 175 void CodecDrmDecrypt::DrmRemoveAmbiguityBytes(uint8_t *data, uint32_t &posEndIndex, uint32_t offset, in DrmRemoveAmbiguityBytes() function in OHOS::MediaAVCodec::CodecDrmDecrypt 216 DrmRemoveAmbiguityBytes(data, posEndIndex, posStartIndex, dataSize); in DrmModifyCencInfo() 440 DrmRemoveAmbiguityBytes(data, dataSize, offset, dataSize); in DrmGetKeyId()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/ |
H A D | codec_drm_decrypt_mock.cpp | 58 void CodecDrmDecrypt::DrmRemoveAmbiguityBytes(uint8_t *data, uint32_t &posEndIndex, uint32_t offset, uint32_t &dataSize) in DrmRemoveAmbiguityBytes() function in OHOS::MediaAVCodec::CodecDrmDecrypt
|
Completed in 3 milliseconds