Lines Matching defs:cue_index
486 int id, chunk_id, chunk_start, block_start, cue_index ;
507 cue_index = 0 ;
515 if (cue_index < 10) /* avoid swamping log buffer with cues */
521 else if (cue_index == 10)
524 psf->cues->cue_points [cue_index].indx = id ;
525 psf->cues->cue_points [cue_index].position = position ;
526 psf->cues->cue_points [cue_index].fcc_chunk = chunk_id ;
527 psf->cues->cue_points [cue_index].chunk_start = chunk_start ;
528 psf->cues->cue_points [cue_index].block_start = block_start ;
529 psf->cues->cue_points [cue_index].sample_offset = offset ;
530 psf->cues->cue_points [cue_index].name [0] = '\0' ;
532 cue_index ++ ;