Lines Matching defs:paiff
400 AIFF_PRIVATE *paiff ;
410 if ((paiff = psf->container_data) == NULL)
413 paiff->comm_offset = 0 ;
414 paiff->ssnd_offset = 0 ;
481 paiff->comm_offset = psf_ftell (psf) - 8 ;
543 paiff->ssnd_offset = psf_ftell (psf) - 8 ;
795 if (paiff->markstr != NULL)
797 free (paiff->markstr) ;
799 paiff->markstr = calloc (mark_count, sizeof (MARK_ID_POS)) ;
800 if (paiff->markstr == NULL)
846 paiff->markstr [n].markerID = mark_id ;
847 paiff->markstr [n].position = position ;
931 { psf->instrument->loops [ji].start = marker_to_position (paiff->markstr, psf->instrument->loops [ji].start, mark_count) ;
932 psf->instrument->loops [ji].end = marker_to_position (paiff->markstr, psf->instrument->loops [ji].end, mark_count) ;
983 { AIFF_PRIVATE *paiff = psf->container_data ;
985 if (paiff != NULL && paiff->markstr != NULL)
986 { free (paiff->markstr) ;
987 paiff->markstr = NULL ;
1211 AIFF_PRIVATE *paiff ;
1217 if ((paiff = psf->container_data) == NULL)
1421 paiff->comm_offset = psf->header.indx - 8 ;
1433 if (psf->channel_map && paiff->chanmap_tag)
1434 psf_binheader_writef (psf, "Em4444", BHWm (CHAN_MARKER), BHW4 (12), BHW4 (paiff->chanmap_tag), BHW4 (0), BHW4 (0)) ;
1476 paiff->ssnd_offset = psf->header.indx ;
1577 { AIFF_PRIVATE *paiff ;
1579 if ((paiff = psf->container_data) == NULL)
1584 paiff->chanmap_tag = aiff_caf_find_channel_layout_tag (psf->channel_map, psf->sf.channels) ;
1585 return (paiff->chanmap_tag != 0) ;