HomeSort by relevance Sort by last modified time
    Searched refs:crcReadValue (Results 1 - 3 of 3) sorted by null

  /external/aac/libMpegTPDec/src/
tpdec_adts.h 138 USHORT crcReadValue; /* CRC value read from bitstream data */
tpdec_adts.cpp 138 if (crc != pAdts->crcReadValue)
238 pAdts->crcReadValue = crc_check;
241 if (pAdts->crcReadValue != FDKcrcGetCRC(&pAdts->crcInfo)) {
tpdec_lib.cpp 421 hTp->parser.adts.crcReadValue = FDKreadBits(hBs, 16);
    [all...]

Completed in 289 milliseconds