Searched refs:mipUppLength (Results 1 – 1 of 1) sorted by relevance
489 int mipUppLength = bitStream.read(8); in onRecordLoaded() local491 mipUppLength = (mipUppLength << 3); in onRecordLoaded()493 if (!checkLengthLegal(mipUppLength, 1)) { in onRecordLoaded()498 mipUppLength--; in onRecordLoaded()501 if (!checkLengthLegal(mipUppLength, 11)) { in onRecordLoaded()506 mipUppLength -= 11; in onRecordLoaded()509 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()513 mipUppLength -= 4; in onRecordLoaded()517 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()521 mipUppLength -= 4; in onRecordLoaded()[all …]