Searched refs:mipUppLength (Results 1 – 1 of 1) sorted by relevance
510 int mipUppLength = bitStream.read(8); in onRecordLoaded() local512 mipUppLength = (mipUppLength << 3); in onRecordLoaded()514 if (!checkLengthLegal(mipUppLength, 1)) { in onRecordLoaded()519 mipUppLength--; in onRecordLoaded()522 if (!checkLengthLegal(mipUppLength, 11)) { in onRecordLoaded()527 mipUppLength -= 11; in onRecordLoaded()530 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()534 mipUppLength -= 4; in onRecordLoaded()538 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()542 mipUppLength -= 4; in onRecordLoaded()[all …]