Home
last modified time | relevance | path

Searched refs:syncword (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluez/sbc/
Dsbcinfo.c40 uint8_t syncword:8; /* Sync word */ member
51 uint8_t syncword:8; /* Sync word */ member
194 if (len != sizeof(hdr) || hdr.syncword != 0x9c) { in analyze_file()
241 if ((size_t) len < sizeof(hdr) || hdr.syncword != 0x9c) { in analyze_file()
244 len, hdr.syncword); in analyze_file()