OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crcCheckSum
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRdec/src/
sbr_crc.cpp
163
ULONG
crcCheckSum
;
165
crcCheckSum
= FDKreadBits (hBs, 10);
178
if (crcCheckResult !=
crcCheckSum
) {
/external/aac/libMpegTPEnc/src/
tpenc_latm.cpp
491
USHORT
crcCheckSum
=0;
496
FDKwriteBits( hBs,
crcCheckSum
, 8 ); /*
crcCheckSum
*/
Completed in 62 milliseconds