HomeSort by relevance Sort by last modified time
    Searched full:crc_pos (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluez/sbc/
sbc.c 383 int crc_pos = 0; local
449 crc_pos = 16;
459 crc_header[crc_pos / 8] = data[4] & 0xf0;
461 crc_header[crc_pos / 8] = data[4];
464 crc_pos += frame->subbands;
475 crc_header[crc_pos >> 3] |=
476 frame->scale_factor[ch][sb] << (4 - (crc_pos & 0x7));
479 crc_pos += 4;
483 if (data[3] != sbc_crc8(crc_header, crc_pos))
771 int crc_pos = 0 local
    [all...]

Completed in 169 milliseconds