Searched refs:error_protection (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | pvmp3_get_side_info.cpp | 128 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 …]
|
D | pvmp3_decode_header.cpp | 168 info->error_protection = !((temp << 15) >> 31); /* 1 */ in pvmp3_decode_header() 170 if (info->error_protection) in pvmp3_decode_header()
|
D | pvmp3_get_main_data_size.cpp | 163 if (info->error_protection) in pvmp3_get_main_data_size()
|
D | pvmp3_dec_defs.h | 123 int32 error_protection; member
|
D | pvmp3_framedecoder.cpp | 220 if (info->error_protection) in pvmp3_framedecoder() 257 if (info->error_protection) in pvmp3_framedecoder()
|