Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libmpg123/
H A Dparse.c472 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()
H A Dframe.c567 fr->error_protection = 0; in frame_fixed_reset()
H A Dlibmpg123.c1114 if(mh->error_protection) mi->flags |= MPG123_CRC; in mpg123_info()
/reactos/sdk/include/reactos/libs/libmpg123/
H A Dframe.h203 int error_protection; member