Home
last modified time | relevance | path

Searched refs:FLAC__format_vorbiscomment_entry_is_legal (Results 1 – 7 of 7) sorted by relevance

/external/flac/src/test_libFLAC/
Dformat.c248 …if(FLAC__format_vorbiscomment_entry_is_legal(VCENTRIES[i].string, VCENTRIES[i].length) != VCENTRIE… in test_format()
/external/flac/src/flac/
Dvorbiscomment.c190 if(!FLAC__format_vorbiscomment_entry_is_legal(entry.entry, entry.length)) { in set_vc_field()
/external/flac/include/FLAC/
Dformat.h953 FLAC_API FLAC__bool FLAC__format_vorbiscomment_entry_is_legal(const FLAC__byte *entry, uint32_t len…
/external/flac/src/metaflac/
Doperations_shorthand_vorbiscomment.c266 if(!FLAC__format_vorbiscomment_entry_is_legal(entry.entry, entry.length)) { in set_vc_field()
/external/flac/src/libFLAC/
Dformat.c386 FLAC_API FLAC__bool FLAC__format_vorbiscomment_entry_is_legal(const FLAC__byte *entry, uint32_t len… in FLAC__format_vorbiscomment_entry_is_legal() function
Dmetadata_object.c1224 if (!FLAC__format_vorbiscomment_entry_is_legal(entry.entry, entry.length)) in FLAC__metadata_object_vorbiscomment_set_comment()
1237 if (!FLAC__format_vorbiscomment_entry_is_legal(entry.entry, entry.length)) in FLAC__metadata_object_vorbiscomment_insert_comment()
1264 if (!FLAC__format_vorbiscomment_entry_is_legal(entry.entry, entry.length)) in FLAC__metadata_object_vorbiscomment_replace_comment()
1356 if (!FLAC__format_vorbiscomment_entry_is_legal(entry.entry, entry.length)) in FLAC__metadata_object_vorbiscomment_entry_to_name_value_pair()
/external/flac/src/libFLAC++/
Dmetadata.cpp665 …if(!::FLAC__format_vorbiscomment_entry_is_legal(reinterpret_cast<const ::FLAC__byte*>(field), fiel… in set_field()