Searched refs:naiLength (Results 1 – 1 of 1) sorted by relevance
541 int naiLength = bitStream.read(8); in onRecordLoaded() local546 if (!checkLengthLegal(mipUppLength, naiLength << 3)) { in onRecordLoaded()549 char naiCharArray[] = new char[naiLength]; in onRecordLoaded()550 for(int index1 = 0; index1 < naiLength; index1++) { in onRecordLoaded()560 if (!checkLengthLegal(mipUppLength, (naiLength << 3) + 102)) { in onRecordLoaded()563 bitStream.skip((naiLength << 3) + 101);//not used in onRecordLoaded()565 mipUppLength -= ((naiLength << 3) + 102); in onRecordLoaded()