Searched refs:convertBytesToLengthCode (Results 1 – 4 of 4) sorted by relevance
50 virtual uint16_t convertBytesToLengthCode(uint16_t numBytes) const;
130 uint16_t AC3FrameScanner::convertBytesToLengthCode(uint16_t numBytes) const in convertBytesToLengthCode() function in android::AC3FrameScanner
185 mBurstBuffer[3] = mFramer->convertBytesToLengthCode(numBytes); in flushBurstBuffer()
103 virtual uint16_t convertBytesToLengthCode(uint16_t numBytes) const { return numBytes * 8; } in convertBytesToLengthCode() function