Searched refs:mipUppLength (Results 1 – 1 of 1) sorted by relevance
492 int mipUppLength = bitStream.read(8); in onRecordLoaded() local494 mipUppLength = (mipUppLength << 3); in onRecordLoaded()496 if (!checkLengthLegal(mipUppLength, 1)) { in onRecordLoaded()501 mipUppLength--; in onRecordLoaded()504 if (!checkLengthLegal(mipUppLength, 11)) { in onRecordLoaded()509 mipUppLength -= 11; in onRecordLoaded()512 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()516 mipUppLength -= 4; in onRecordLoaded()520 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()524 mipUppLength -= 4; in onRecordLoaded()[all …]