Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_decode_main.c128 WORD32 num_pre_roll_frames = 0; in ixheaacd_audio_preroll_parsing() local
178 num_pre_roll_frames = ixheaacd_read_bits_buf(temp_buff, 2); in ixheaacd_audio_preroll_parsing()
179 if (num_pre_roll_frames == 3) { in ixheaacd_audio_preroll_parsing()
182 num_pre_roll_frames += val_add; in ixheaacd_audio_preroll_parsing()
185 if (num_pre_roll_frames > MAX_AUDIO_PREROLLS) return IA_FATAL_ERROR; in ixheaacd_audio_preroll_parsing()
187 for (frame_idx = 0; frame_idx < num_pre_roll_frames; frame_idx++) { in ixheaacd_audio_preroll_parsing()
202 *preroll_units = num_pre_roll_frames; in ixheaacd_audio_preroll_parsing()