Searched refs:FLAC__format_vorbiscomment_entry_is_legal (Results 1 – 7 of 7) sorted by relevance
/external/flac/src/test_libFLAC/ |
D | format.c | 248 …if(FLAC__format_vorbiscomment_entry_is_legal(VCENTRIES[i].string, VCENTRIES[i].length) != VCENTRIE… in test_format()
|
/external/flac/src/flac/ |
D | vorbiscomment.c | 190 if(!FLAC__format_vorbiscomment_entry_is_legal(entry.entry, entry.length)) { in set_vc_field()
|
/external/flac/include/FLAC/ |
D | format.h | 953 FLAC_API FLAC__bool FLAC__format_vorbiscomment_entry_is_legal(const FLAC__byte *entry, uint32_t len…
|
/external/flac/src/metaflac/ |
D | operations_shorthand_vorbiscomment.c | 266 if(!FLAC__format_vorbiscomment_entry_is_legal(entry.entry, entry.length)) { in set_vc_field()
|
/external/flac/src/libFLAC/ |
D | format.c | 386 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
|
D | metadata_object.c | 1224 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++/ |
D | metadata.cpp | 665 …if(!::FLAC__format_vorbiscomment_entry_is_legal(reinterpret_cast<const ::FLAC__byte*>(field), fiel… in set_field()
|