Searched refs:cue_index (Results 1 – 1 of 1) sorted by relevance
471 int id, chunk_id, chunk_start, block_start, cue_index ; in wav_read_header() local492 cue_index = 0 ; in wav_read_header()500 if (cue_index < 10) /* avoid swamping log buffer with cues */ in wav_read_header()506 else if (cue_index == 10) in wav_read_header()509 psf->cues->cue_points [cue_index].indx = id ; in wav_read_header()510 psf->cues->cue_points [cue_index].position = position ; in wav_read_header()511 psf->cues->cue_points [cue_index].fcc_chunk = chunk_id ; in wav_read_header()512 psf->cues->cue_points [cue_index].chunk_start = chunk_start ; in wav_read_header()513 psf->cues->cue_points [cue_index].block_start = block_start ; in wav_read_header()514 psf->cues->cue_points [cue_index].sample_offset = offset ; in wav_read_header()[all …]