Searched refs:error_protection (Results 1 – 4 of 4) sorted by relevance
472 if(fr->error_protection) fr->crc = getbits(fr, 16); /* skip crc */ in halfspeed_do()673 if(fr->error_protection) fr->crc = getbits(fr, 16); /* skip crc */ in read_frame()803 if((HDR_CRC_VAL(newhead)^0x1) != fr->error_protection) debug("changed crc bit!"); in decode_header()805 fr->error_protection = HDR_CRC_VAL(newhead)^0x1; in decode_header()899 if(fr->error_protection) in decode_header()
567 fr->error_protection = 0; in frame_fixed_reset()
1114 if(mh->error_protection) mi->flags |= MPG123_CRC; in mpg123_info()
203 int error_protection; member