Home
last modified time | relevance | path

Searched refs:get_vendor_string (Results 1 – 3 of 3) sorted by relevance

/external/flac/include/FLAC++/
Dmetadata.h687 const FLAC__byte *get_vendor_string() const; // NUL-terminated UTF-8 string
/external/flac/src/test_libFLAC++/
Dmetadata_object.cpp1313 …if(strlen((const char *)block.get_vendor_string()) != vorbiscomment_.data.vorbis_comment.vendor_st… in test_metadata_object_vorbiscomment()
1315 …if(0 != memcmp(block.get_vendor_string(), vorbiscomment_.data.vorbis_comment.vendor_string.entry, … in test_metadata_object_vorbiscomment()
/external/flac/src/libFLAC++/
Dmetadata.cpp881 const FLAC__byte *VorbisComment::get_vendor_string() const in get_vendor_string() function in FLAC::Metadata::VorbisComment