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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dget_sbr_bitstream.cpp145 Int32 Extention_Type; local
157 Extention_Type = get9_n_lessbits(LEN_F_CNT, pInputStream);
160 if (((Extention_Type == SBR_EXTENSION) || (Extention_Type == SBR_EXTENSION_CRC))
164 sbrBitStream->sbrElement[sbrBitStream->NrElements].ExtensionType = Extention_Type;
178 pInputStream->usedBits += 4; /* compenste for LEN_F_CNT (=4) bits read for Extention_Type */

Completed in 75 milliseconds