Home
last modified time | relevance | path

Searched refs:posEndIndex (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()
148 posEndIndex = dataSize; in DrmGetFinalNalTypeAndIndex()
157 posEndIndex = tmpPosIndex; in DrmGetFinalNalTypeAndIndex()
163 posEndIndex = dataSize; in DrmGetFinalNalTypeAndIndex()
168 posEndIndex = dataSize; in DrmGetFinalNalTypeAndIndex()
175 void CodecDrmDecrypt::DrmRemoveAmbiguityBytes(uint8_t *data, uint32_t &posEndIndex, uint32_t offset, in DrmRemoveAmbiguityBytes() argument
178 uint32_t len = posEndIndex; in DrmRemoveAmbiguityBytes()
194 dataSize = dataSize - (posEndIndex - len); in DrmRemoveAmbiguityBytes()
195 posEndIndex = len; in DrmRemoveAmbiguityBytes()
204 uint32_t posEndIndex; in DrmModifyCencInfo() local
[all...]
H A Dcodec_drm_decrypt.h62 uint32_t &posEndIndex) const;
63 static void DrmRemoveAmbiguityBytes(uint8_t *data, uint32_t &posEndIndex, uint32_t offset, uint32_t &dataSize);
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodec_drm_decrypt_mock.cpp49 uint32_t &posEndIndex) const in DrmGetFinalNalTypeAndIndex()
54 (void)posEndIndex; in DrmGetFinalNalTypeAndIndex()
58 void CodecDrmDecrypt::DrmRemoveAmbiguityBytes(uint8_t *data, uint32_t &posEndIndex, uint32_t offset, uint32_t &dataSize) in DrmRemoveAmbiguityBytes() argument
61 (void)posEndIndex; in DrmRemoveAmbiguityBytes()

Completed in 2 milliseconds