Home
last modified time | relevance | path

Searched refs:getbits_crc (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codecs/mp3dec/src/
H A 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()
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()
243 tmp = getbits_crc(inputStream, 3, crc, info->error_protection); in pvmp3_get_side_info()
267 tmp = getbits_crc(inputStream, 21, crc, info->error_protection); in pvmp3_get_side_info()
271 tmp = getbits_crc(inputStream, 18, crc, info->error_protection); in pvmp3_get_side_info()
284 tmp = getbits_crc(inputStream, 22, crc, info->error_protection); in pvmp3_get_side_info()
321 tmp = getbits_crc(inputStream, 22, crc, info->error_protection); in pvmp3_get_side_info()
[all …]
H A Dpvmp3_crc.h84 uint32 getbits_crc(tmp3Bits *inputStream,
H A Dpvmp3_crc.cpp123 uint32 getbits_crc(tmp3Bits *inputStream, /* bit stream structure */ in getbits_crc() function