Searched refs:mipUppLength (Results 1 – 1 of 1) sorted by relevance
504 int mipUppLength = bitStream.read(8); in onRecordLoaded() local506 mipUppLength = (mipUppLength << 3); in onRecordLoaded()508 if (!checkLengthLegal(mipUppLength, 1)) { in onRecordLoaded()513 mipUppLength--; in onRecordLoaded()516 if (!checkLengthLegal(mipUppLength, 11)) { in onRecordLoaded()521 mipUppLength -= 11; in onRecordLoaded()524 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()528 mipUppLength -= 4; in onRecordLoaded()532 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()536 mipUppLength -= 4; in onRecordLoaded()[all …]