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

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_getbits.cpp118 uint8 Elem2; local
131 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE));
137 (((uint32)(Elem2)) << 8) |
202 uint8 Elem2; local
209 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE));
214 ((uint32)(Elem2));

Completed in 29 milliseconds