Searched refs:profileHBit (Results 1 – 1 of 1) sorted by relevance
609 int profileHBit = bitArray.readBits(1); in getProfileFromFrameHeader() local610 int profile = profileHBit << 1 + profileLBit; in getProfileFromFrameHeader()