Lines Matching refs:FLAC__bool

199 FLAC_API FLAC__bool FLAC__format_sample_rate_is_valid(unsigned sample_rate)  in FLAC__format_sample_rate_is_valid()
208 FLAC_API FLAC__bool FLAC__format_blocksize_is_subset(unsigned blocksize, unsigned sample_rate) in FLAC__format_blocksize_is_subset()
218 FLAC_API FLAC__bool FLAC__format_sample_rate_is_subset(unsigned sample_rate) in FLAC__format_sample_rate_is_subset()
234 FLAC_API FLAC__bool FLAC__format_seektable_is_legal(const FLAC__StreamMetadata_SeekTable *seek_tabl… in FLAC__format_seektable_is_legal()
238 FLAC__bool got_prev = false; in FLAC__format_seektable_is_legal()
273 FLAC__bool first; in FLAC__format_seektable_sort()
349 FLAC_API FLAC__bool FLAC__format_vorbiscomment_entry_name_is_legal(const char *name) in FLAC__format_vorbiscomment_entry_name_is_legal()
358 FLAC_API FLAC__bool FLAC__format_vorbiscomment_entry_value_is_legal(const FLAC__byte *value, unsign… in FLAC__format_vorbiscomment_entry_value_is_legal()
382 FLAC_API FLAC__bool FLAC__format_vorbiscomment_entry_is_legal(const FLAC__byte *entry, unsigned len… in FLAC__format_vorbiscomment_entry_is_legal()
408 FLAC_API FLAC__bool FLAC__format_cuesheet_is_legal(const FLAC__StreamMetadata_CueSheet *cue_sheet, in FLAC__format_cuesheet_is_legal()
487 FLAC_API FLAC__bool FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, cons… in FLAC__format_picture_is_legal()
569 FLAC__bool FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size(FLAC__EntropyCo… in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size()