Searched refs:violation (Results 1 - 5 of 5) sorted by relevance

/external/flac/libFLAC/
H A Dformat.c416 FLAC_API FLAC__bool FLAC__format_cuesheet_is_legal(const FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation) argument
422 if(violation) *violation = "CD-DA cue sheet must have a lead-in length of at least 2 seconds";
426 if(violation) *violation = "CD-DA cue sheet lead-in length must be evenly divisible by 588 samples";
432 if(violation) *violation = "cue sheet must have at least one track (the lead-out)";
437 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)";
443 if(violation) *violatio
495 FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, const char **violation) argument
[all...]
H A Dmetadata_object.c1666 FLAC_API FLAC__bool FLAC__metadata_object_cuesheet_is_legal(const FLAC__StreamMetadata *object, FLAC__bool check_cd_da_subset, const char **violation) argument
1671 return FLAC__format_cuesheet_is_legal(&object->data.cue_sheet, check_cd_da_subset, violation);
1813 FLAC_API FLAC__bool FLAC__metadata_object_picture_is_legal(const FLAC__StreamMetadata *object, const char **violation) argument
1818 return FLAC__format_picture_is_legal(&object->data.picture, violation);
/external/stlport/stlport/
H A Dlocale.h23 # error STLport include schema violation
/external/flac/include/FLAC/
H A Dformat.h973 * \param violation Address of a pointer to a string. If there is a
974 * violation, a pointer to a string explanation of the
975 * violation will be returned here. \a violation may be
984 FLAC_API FLAC__bool FLAC__format_cuesheet_is_legal(const FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation);
991 * \param violation Address of a pointer to a string. If there is a
992 * violation, a pointer to a string explanation of the
993 * violation will be returned here. \a violation may be
1002 FLAC_API FLAC__bool FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, const char **violation);
[all...]
H A Dmetadata.h2059 * \param violation Address of a pointer to a string. If there is a
2060 * violation, a pointer to a string explanation of the
2061 * violation will be returned here. \a violation may be
2071 FLAC_API FLAC__bool FLAC__metadata_object_cuesheet_is_legal(const FLAC__StreamMetadata *object, FLAC__bool check_cd_da_subset, const char **violation);
2161 * \param violation Address of a pointer to a string. If there is a
2162 * violation, a pointer to a string explanation of the
2163 * violation will be returned here. \a violation may be
2173 FLAC_API FLAC__bool FLAC__metadata_object_picture_is_legal(const FLAC__StreamMetadata *object, const char **violation);
[all...]

Completed in 121 milliseconds