Home
last modified time | relevance | path

Searched refs:error_protection (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_get_side_info.cpp128 tmp = getbits_crc(inputStream, 14, crc, info->error_protection); in pvmp3_get_side_info()
134 tmp = getbits_crc(inputStream, 12, crc, info->error_protection); in pvmp3_get_side_info()
142 tmp = getbits_crc(inputStream, 4, crc, info->error_protection); in pvmp3_get_side_info()
153 … si->ch[ch].gran[gr].part2_3_length = getbits_crc(inputStream, 12, crc, info->error_protection); in pvmp3_get_side_info()
154 tmp = getbits_crc(inputStream, 22, crc, info->error_protection); in pvmp3_get_side_info()
163 tmp = getbits_crc(inputStream, 22, crc, info->error_protection); in pvmp3_get_side_info()
195 tmp = getbits_crc(inputStream, 22, crc, info->error_protection); in pvmp3_get_side_info()
207 tmp = getbits_crc(inputStream, 3, crc, info->error_protection); in pvmp3_get_side_info()
216 si->main_data_begin = getbits_crc(inputStream, 8, crc, info->error_protection); in pvmp3_get_side_info()
217 si->private_bits = getbits_crc(inputStream, stereo, crc, info->error_protection); in pvmp3_get_side_info()
[all …]
Dpvmp3_decode_header.cpp168 info->error_protection = !((temp << 15) >> 31); /* 1 */ in pvmp3_decode_header()
170 if (info->error_protection) in pvmp3_decode_header()
Dpvmp3_get_main_data_size.cpp163 if (info->error_protection) in pvmp3_get_main_data_size()
Dpvmp3_dec_defs.h123 int32 error_protection; member
Dpvmp3_framedecoder.cpp220 if (info->error_protection) in pvmp3_framedecoder()
257 if (info->error_protection) in pvmp3_framedecoder()