Searched refs:mipUppLength (Results 1 – 1 of 1) sorted by relevance
549 int mipUppLength = bitStream.read(8); in onRecordLoaded() local551 mipUppLength = (mipUppLength << 3); in onRecordLoaded()553 if (!checkLengthLegal(mipUppLength, 1)) { in onRecordLoaded()558 mipUppLength--; in onRecordLoaded()561 if (!checkLengthLegal(mipUppLength, 11)) { in onRecordLoaded()566 mipUppLength -= 11; in onRecordLoaded()569 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()573 mipUppLength -= 4; in onRecordLoaded()577 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()581 mipUppLength -= 4; in onRecordLoaded()[all …]