Home
last modified time | relevance | path

Searched refs:tmpPosIndex (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.cpp145 uint32_t tmpPosIndex = 0; in DrmGetFinalNalTypeAndIndex() local
151 int32_t ret = DrmGetNalTypeAndIndex(data, dataSize, tmpNalType, tmpPosIndex); in DrmGetFinalNalTypeAndIndex()
154 posStartIndex = tmpPosIndex; in DrmGetFinalNalTypeAndIndex()
155 tmpPosIndex += DRM_LEGACY_LEN; in DrmGetFinalNalTypeAndIndex()
156 DrmGetSyncHeaderIndex(data, dataSize, tmpPosIndex); in DrmGetFinalNalTypeAndIndex()
157 posEndIndex = tmpPosIndex; in DrmGetFinalNalTypeAndIndex()
158 if (tmpPosIndex > posStartIndex + skipBytes + DRM_AES_BLOCK_SIZE) { in DrmGetFinalNalTypeAndIndex()