OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_protection
(Results
1 - 5
of
5
) 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_decode_header.cpp
168
info->
error_protection
= !((temp << 15) >> 31); /* 1 */
170
if (info->
error_protection
)
pvmp3_dec_defs.h
123
int32
error_protection
;
member in struct:__anon29040
pvmp3_get_main_data_size.cpp
163
if (info->
error_protection
)
pvmp3_framedecoder.cpp
220
if (info->
error_protection
)
257
if (info->
error_protection
)
Completed in 108 milliseconds