Home
last modified time | relevance | path

Searched refs:posStartIndex (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.cpp141 uint32_t &posStartIndex, uint32_t &posEndIndex) const in DrmGetFinalNalTypeAndIndex()
147 posStartIndex = 0; in DrmGetFinalNalTypeAndIndex()
154 posStartIndex = tmpPosIndex; in DrmGetFinalNalTypeAndIndex()
158 if (tmpPosIndex > posStartIndex + skipBytes + DRM_AES_BLOCK_SIZE) { in DrmGetFinalNalTypeAndIndex()
162 posStartIndex = dataSize; in DrmGetFinalNalTypeAndIndex()
167 posStartIndex = dataSize; in DrmGetFinalNalTypeAndIndex()
203 uint32_t posStartIndex; in DrmModifyCencInfo() local
214 nalType = DrmGetFinalNalTypeAndIndex(data, dataSize, posStartIndex, posEndIndex); in DrmModifyCencInfo()
216 DrmRemoveAmbiguityBytes(data, posEndIndex, posStartIndex, dataSize); in DrmModifyCencInfo()
235 uint32_t clearHeaderLen = posStartIndex in DrmModifyCencInfo()
140 DrmGetFinalNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint32_t &posStartIndex, uint32_t &posEndIndex) const DrmGetFinalNalTypeAndIndex() argument
[all...]
H A Dcodec_drm_decrypt.h61 uint8_t DrmGetFinalNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint32_t &posStartIndex,
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodec_drm_decrypt_mock.cpp48 uint8_t CodecDrmDecrypt::DrmGetFinalNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint32_t &posStartIndex, in DrmGetFinalNalTypeAndIndex() argument
53 (void)posStartIndex; in DrmGetFinalNalTypeAndIndex()

Completed in 3 milliseconds