Lines Matching refs:violation

408 …st FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation)  in FLAC__format_cuesheet_is_legal()  argument
414 if(violation) *violation = "CD-DA cue sheet must have a lead-in length of at least 2 seconds"; in FLAC__format_cuesheet_is_legal()
418 …if(violation) *violation = "CD-DA cue sheet lead-in length must be evenly divisible by 588 samples… in FLAC__format_cuesheet_is_legal()
424 if(violation) *violation = "cue sheet must have at least one track (the lead-out)"; in FLAC__format_cuesheet_is_legal()
429 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)"; in FLAC__format_cuesheet_is_legal()
435 if(violation) *violation = "cue sheet may not have a track number 0"; in FLAC__format_cuesheet_is_legal()
441 if(violation) *violation = "CD-DA cue sheet track number must be 1-99 or 170"; in FLAC__format_cuesheet_is_legal()
447 if(violation) { in FLAC__format_cuesheet_is_legal()
449 *violation = "CD-DA cue sheet lead-out offset must be evenly divisible by 588 samples"; in FLAC__format_cuesheet_is_legal()
451 *violation = "CD-DA cue sheet track offset must be evenly divisible by 588 samples"; in FLAC__format_cuesheet_is_legal()
458 if(violation) *violation = "cue sheet track must have at least one index point"; in FLAC__format_cuesheet_is_legal()
463 if(violation) *violation = "cue sheet track's first index number must be 0 or 1"; in FLAC__format_cuesheet_is_legal()
470 …if(violation) *violation = "CD-DA cue sheet track index offset must be evenly divisible by 588 sam… in FLAC__format_cuesheet_is_legal()
476 if(violation) *violation = "cue sheet track index numbers must increase by 1"; in FLAC__format_cuesheet_is_legal()
487 … FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, const char **violation) in FLAC__format_picture_is_legal() argument
494 …if(violation) *violation = "MIME type string must contain only printable ASCII characters (0x20-0x… in FLAC__format_picture_is_legal()
502 if(violation) *violation = "description string must be valid UTF-8"; in FLAC__format_picture_is_legal()