Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/mp3dec/src/
Dpvmp3_get_side_info.cpp134 tmp = getbits_crc(inputStream, 14, crc, info->error_protection); in pvmp3_get_side_info()
145 tmp = getbits_crc(inputStream, 12, crc, info->error_protection); in pvmp3_get_side_info()
158 tmp = getbits_crc(inputStream, 4, crc, info->error_protection); in pvmp3_get_side_info()
174 … si->ch[ch].gran[gr].part2_3_length = getbits_crc(inputStream, 12, crc, info->error_protection); in pvmp3_get_side_info()
175 tmp = getbits_crc(inputStream, 22, crc, info->error_protection); in pvmp3_get_side_info()
189 tmp = getbits_crc(inputStream, 22, crc, info->error_protection); in pvmp3_get_side_info()
226 tmp = getbits_crc(inputStream, 22, crc, info->error_protection); in pvmp3_get_side_info()
243 tmp = getbits_crc(inputStream, 3, crc, info->error_protection); in pvmp3_get_side_info()
257 si->main_data_begin = getbits_crc(inputStream, 8, crc, info->error_protection); in pvmp3_get_side_info()
258 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.cpp410 if (info->error_protection) in pvmp3_framedecoder()
452 if (info->error_protection) in pvmp3_framedecoder()