Home
last modified time | relevance | path

Searched refs:CodecDrmDecrypt (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodec_drm_decrypt_mock.cpp26 void CodecDrmDecrypt::DrmGetSkipClearBytes(uint32_t &skipBytes) const in DrmGetSkipClearBytes()
31 int32_t CodecDrmDecrypt::DrmGetNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint8_t &nalType, in DrmGetNalTypeAndIndex()
41 void CodecDrmDecrypt::DrmGetSyncHeaderIndex(const uint8_t *data, uint32_t dataSize, uint32_t &posIndex) in DrmGetSyncHeaderIndex()
48 uint8_t CodecDrmDecrypt::DrmGetFinalNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint32_t &posStartIndex, in DrmGetFinalNalTypeAndIndex()
58 void CodecDrmDecrypt::DrmRemoveAmbiguityBytes(uint8_t *data, uint32_t &posEndIndex, uint32_t offset, uint32_t &dataSize) in DrmRemoveAmbiguityBytes()
66 void CodecDrmDecrypt::DrmModifyCencInfo(std::shared_ptr<AVBuffer> inBuf, uint32_t &dataSize, uint8_t isAmbiguity, in DrmModifyCencInfo()
75 void CodecDrmDecrypt::SetDrmAlgoAndBlocks(uint8_t algo, MetaDrmCencInfo *cencInfo) in SetDrmAlgoAndBlocks()
81 int CodecDrmDecrypt::DrmFindAvsCeiNalUnit(const uint8_t *data, uint32_t dataSize, uint32_t &ceiStartPos, in DrmFindAvsCeiNalUnit()
91 int CodecDrmDecrypt::DrmFindHevcCeiNalUnit(const uint8_t *data, uint32_t dataSize, uint32_t &ceiStartPos, in DrmFindHevcCeiNalUnit()
101 int CodecDrmDecrypt
[all...]
/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.cpp22 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_FRAMEWORK, "CodecDrmDecrypt"};
75 void CodecDrmDecrypt::DrmGetSkipClearBytes(uint32_t &skipBytes) const in DrmGetSkipClearBytes()
87 int32_t CodecDrmDecrypt::DrmGetNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, in DrmGetNalTypeAndIndex()
124 void CodecDrmDecrypt::DrmGetSyncHeaderIndex(const uint8_t *data, uint32_t dataSize, uint32_t &posIndex) in DrmGetSyncHeaderIndex()
140 uint8_t CodecDrmDecrypt::DrmGetFinalNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, in DrmGetFinalNalTypeAndIndex()
175 void CodecDrmDecrypt::DrmRemoveAmbiguityBytes(uint8_t *data, uint32_t &posEndIndex, uint32_t offset, in DrmRemoveAmbiguityBytes()
199 void CodecDrmDecrypt::DrmModifyCencInfo(std::shared_ptr<AVBuffer> inBuf, uint32_t &dataSize, uint8_t isAmbiguity, in DrmModifyCencInfo()
251 void CodecDrmDecrypt::SetDrmAlgoAndBlocks(uint8_t algo, MetaDrmCencInfo *cencInfo) in SetDrmAlgoAndBlocks()
277 int CodecDrmDecrypt::DrmFindAvsCeiNalUnit(const uint8_t *data, uint32_t dataSize, uint32_t &ceiStartPos, in DrmFindAvsCeiNalUnit()
302 int CodecDrmDecrypt
[all...]
H A Dcodec_drm_decrypt.h46 class CodecDrmDecrypt { class
/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/
H A Dcodec_drm_decrypt_mock.h43 std::shared_ptr<MediaAVCodec::CodecDrmDecrypt> decryptor_ = nullptr;
H A Dcodec_drm_decrypt_mock.cpp24 CodecDrmDecryptorMock::CodecDrmDecryptorMock() : decryptor_(std::make_shared<MediaAVCodec::CodecDrmDecrypt>()) in CodecDrmDecryptorMock()
/foundation/multimedia/av_codec/test/fuzztest/drmdecryptor_fuzzer/
H A Ddrmdecryptor_fuzzer.cpp317 std::shared_ptr<CodecDrmDecrypt> decryptor, uint32_t mode, int32_t flag) in H264MediaCencDecrypt()
379 std::shared_ptr<CodecDrmDecrypt> decryptor, MetaDrmCencAlgorithm algo, int32_t flag) in AudioCencDecrypt()
399 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); in SetCodecNameFuzzTest()
417 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); in SetDecryptionConfigFuzzTest()
434 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); in DrmH264VideoCencDecrypt()
479 std::shared_ptr<CodecDrmDecrypt> decryptor = std::make_shared<CodecDrmDecrypt>(); in DrmH264VideoCencDecryptFuzzTest()
[all...]
/foundation/multimedia/av_codec/services/media_engine/modules/media_codec/
H A Dmedia_codec.h177 std::shared_ptr<MediaAVCodec::CodecDrmDecrypt> drmDecryptor_ = nullptr;
H A Dmedia_codec.cpp653 drmDecryptor_ = std::make_shared<MediaAVCodec::CodecDrmDecrypt>(); in SetAudioDecryptionConfig()
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.h154 std::shared_ptr<CodecDrmDecrypt> drmDecryptor_ = nullptr;

Completed in 6 milliseconds