Searched refs:mHeaderLength (Results 1 – 5 of 5) sorted by relevance
34 , mHeaderLength(headerLength) in FrameScanner()64 } else if (mCursor < mHeaderLength) { in scan()67 if (mCursor >= mHeaderLength) { in scan()
198 if (frameSizeBytes < mHeaderLength) { in parseHeader()199 ALOGW("AC3 frame size = %d, less than header size = %d", frameSizeBytes, mHeaderLength); in parseHeader()
93 <= mHeaderLength); in parseHeader()
33 private byte mHeaderLength; // 8:1 Size of the Packet Header, in bytes. field in Usb20ASFormatIIEx50 return mHeaderLength; in getHeaderLength()61 mHeaderLength = stream.getByte(); in parseRawDescriptors()
56 size_t getHeaderSizeBytes() const { return mHeaderLength; } in getHeaderSizeBytes()110 uint32_t mHeaderLength; // the number of bytes we need to parse variable