Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_decode_main.c189 WORD32 num_pre_roll_frames = 0; in ixheaacd_audio_preroll_parsing() local
251 num_pre_roll_frames = ixheaacd_read_bits_buf(temp_buff, 2); in ixheaacd_audio_preroll_parsing()
252 if (num_pre_roll_frames == 3) { in ixheaacd_audio_preroll_parsing()
255 num_pre_roll_frames += val_add; in ixheaacd_audio_preroll_parsing()
258 if (num_pre_roll_frames > MAX_AUDIO_PREROLLS) { in ixheaacd_audio_preroll_parsing()
260 num_pre_roll_frames = 0; in ixheaacd_audio_preroll_parsing()
268 for (frame_idx = 0; frame_idx < num_pre_roll_frames; frame_idx++) { in ixheaacd_audio_preroll_parsing()
296 *preroll_units = num_pre_roll_frames; in ixheaacd_audio_preroll_parsing()