Lines Matching defs:cue_count
485 { uint32_t thisread, bytesread, cue_count, position, offset ;
488 bytesread = psf_binheader_readf (psf, "4", &cue_count) ;
491 if (cue_count > 2500) /* 2500 is close to the largest number of cues possible because of block sizes */
492 { psf_log_printf (psf, " Count : %u (skipping)\n", cue_count) ;
497 psf_log_printf (psf, " Count : %d\n", cue_count) ;
504 if ((psf->cues = psf_cues_alloc (cue_count)) == NULL)
509 while (cue_count)
531 cue_count -- ;
1214 psf_binheader_writef (psf, "em44", BHWm (cue_MARKER), BHW4 (4 + psf->cues->cue_count * 6 * 4), BHW4 (psf->cues->cue_count)) ;
1216 for (k = 0 ; k < psf->cues->cue_count ; k++)