Searched defs:convertBytesToLengthCode (Results 1 – 2 of 2) sorted by relevance
103 virtual uint16_t convertBytesToLengthCode(uint16_t numBytes) const { return numBytes * 8; } in convertBytesToLengthCode() function
131 uint16_t AC3FrameScanner::convertBytesToLengthCode(uint16_t numBytes) const in convertBytesToLengthCode() function in android::AC3FrameScanner