Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/oss-fuzz/
H A Dmetadata.cc266 vorbiscomment->get_vendor_string(); in run_tests_with_level_2_interface()
/aosp_15_r20/external/flac/src/test_libFLAC++/
H A 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()
/aosp_15_r20/external/flac/include/FLAC++/
H A Dmetadata.h687 const FLAC__byte *get_vendor_string() const; // NUL-terminated UTF-8 string
/aosp_15_r20/external/flac/src/libFLAC++/
H A Dmetadata.cpp881 const FLAC__byte *VorbisComment::get_vendor_string() const in get_vendor_string() function in FLAC::Metadata::VorbisComment
/aosp_15_r20/external/flac/
H A DCHANGELOG.md622 …* **Changed** the signature of FLAC::Metadata::VorbisComment::get_vendor_string() and FLAC::Metada…