Searched refs:crcReadValue (Results 1 - 5 of 5) sorted by relevance

/external/aac/libMpegTPDec/src/
H A Dtpdec_drm.cpp115 pDrm->crcReadValue = FDKreadBits(hBs, 8);
138 if (crc != pDrm->crcReadValue)
H A Dtpdec_drm.h102 USHORT crcReadValue; /* CRC value read from bitstream data */ member in struct:__anon336
H A Dtpdec_adts.h138 USHORT crcReadValue; /* CRC value read from bitstream data */ member in struct:STRUCT_ADTS
H A Dtpdec_adts.cpp138 if (crc != pAdts->crcReadValue)
238 pAdts->crcReadValue = crc_check;
241 if (pAdts->crcReadValue != FDKcrcGetCRC(&pAdts->crcInfo)) {
H A Dtpdec_lib.cpp438 hTp->parser.adts.crcReadValue = FDKreadBits(hBs, 16);

Completed in 113 milliseconds