HomeSort by relevance Sort by last modified time
    Searched full:getbits_crc (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_get_side_info.cpp 128 tmp = getbits_crc(inputStream, 14, crc, info->error_protection);
134 tmp = getbits_crc(inputStream, 12, crc, info->error_protection);
142 tmp = getbits_crc(inputStream, 4, crc, info->error_protection);
153 si->ch[ch].gran[gr].part2_3_length = getbits_crc(inputStream, 12, crc, info->error_protection);
154 tmp = getbits_crc(inputStream, 22, crc, info->error_protection);
163 tmp = getbits_crc(inputStream, 22, crc, info->error_protection);
195 tmp = getbits_crc(inputStream, 22, crc, info->error_protection);
207 tmp = getbits_crc(inputStream, 3, crc, info->error_protection);
216 si->main_data_begin = getbits_crc(inputStream, 8, crc, info->error_protection);
217 si->private_bits = getbits_crc(inputStream, stereo, crc, info->error_protection)
    [all...]
pvmp3_crc.cpp 27 getbits_crc
41 getbits_crc
123 uint32 getbits_crc(tmp3Bits *inputStream, /* bit stream structure */ function
pvmp3_crc.h 84 uint32 getbits_crc(tmp3Bits *inputStream,

Completed in 95 milliseconds