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

  /external/aac/libMpegTPDec/src/
tpdec_drm.cpp 115 pDrm->crcReadValue = FDKreadBits(hBs, 8);
138 if (crc != pDrm->crcReadValue)
tpdec_drm.h 102 USHORT crcReadValue; /* CRC value read from bitstream data */
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 438 hTp->parser.adts.crcReadValue = FDKreadBits(hBs, 16);
    [all...]

Completed in 146 milliseconds