OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crcState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
s_crc_buffer.h
70
unsigned short
crcState
;
check_crc.cpp
134
UInt16 flag = (UInt16)((hCrcBuf->
crcState
& hCrcBuf->crcMask) ? 1 : 0);
138
hCrcBuf->
crcState
<<= 1;
140
hCrcBuf->
crcState
^= hCrcBuf->crcPoly;
sbr_crc_check.cpp
168
CrcBuf.
crcState
= CRCSTART;
181
if ((UInt32)(CrcBuf.
crcState
& CRCRANGE) != crcCheckSum)
Completed in 188 milliseconds