Searched refs:DrmGetNalTypeAndIndex (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/drm_decryptor/ |
H A D | codec_drm_decrypt.h | 54 …int32_t DrmGetNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint8_t &nalType, uint32_t &…
|
H A D | codec_drm_decrypt.cpp | 87 int32_t CodecDrmDecrypt::DrmGetNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, in DrmGetNalTypeAndIndex() function in OHOS::MediaAVCodec::CodecDrmDecrypt 151 int32_t ret = DrmGetNalTypeAndIndex(data, dataSize, tmpNalType, tmpPosIndex); in DrmGetFinalNalTypeAndIndex()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/ |
H A D | codec_drm_decrypt_mock.cpp | 31 int32_t CodecDrmDecrypt::DrmGetNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint8_t &nal… in DrmGetNalTypeAndIndex() function in OHOS::MediaAVCodec::CodecDrmDecrypt
|