Searched refs:tmpPosIndex (Results 1 – 1 of 1) sorted by relevance
145 uint32_t tmpPosIndex = 0; in DrmGetFinalNalTypeAndIndex() local151 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()