Home
last modified time | relevance | path

Searched refs:FLAC__format_cuesheet_is_legal (Results 1 – 6 of 6) sorted by relevance

/external/flac/src/metaflac/
Doperations_shorthand_cuesheet.c145 …if(!FLAC__format_cuesheet_is_legal(&(*cuesheet)->data.cue_sheet, /*check_cd_da_subset=*/false, &er… in import_cs_from()
151 …if(is_cdda && !FLAC__format_cuesheet_is_legal(&(*cuesheet)->data.cue_sheet, /*check_cd_da_subset=*… in import_cs_from()
/external/flac/include/FLAC/
Dformat.h999 FLAC_API FLAC__bool FLAC__format_cuesheet_is_legal(const FLAC__StreamMetadata_CueSheet *cue_sheet, …
/external/flac/src/libFLAC/
Dformat.c412 FLAC_API FLAC__bool FLAC__format_cuesheet_is_legal(const FLAC__StreamMetadata_CueSheet *cue_sheet, … in FLAC__format_cuesheet_is_legal() function
Dmetadata_object.c1676 return FLAC__format_cuesheet_is_legal(&object->data.cue_sheet, check_cd_da_subset, violation); in FLAC__metadata_object_cuesheet_is_legal()
Dstream_encoder.c793 if(!FLAC__format_cuesheet_is_legal(&m->data.cue_sheet, m->data.cue_sheet.is_cd, /*violation=*/0)) in init_stream_internal_()
/external/flac/src/flac/
Dencode.c2330 …if(!FLAC__format_cuesheet_is_legal(&m->data.cue_sheet, m->data.cue_sheet.is_cd, /*violation=*/0)) { in verify_metadata()
2636 …if(!FLAC__format_cuesheet_is_legal(&(*cuesheet)->data.cue_sheet, /*check_cd_da_subset=*/false, &er… in parse_cuesheet()
2642 …if(is_cdda && !FLAC__format_cuesheet_is_legal(&(*cuesheet)->data.cue_sheet, /*check_cd_da_subset=*… in parse_cuesheet()