Home
last modified time | relevance | path

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

/external/flac/src/test_libFLAC++/
Dmetadata_object.cpp1359 if(!block.insert_comment(0, entry3)) in test_metadata_object_vorbiscomment()
1369 if(!block.insert_comment(0, entry3)) in test_metadata_object_vorbiscomment()
1379 if(!block.insert_comment(1, entry2)) in test_metadata_object_vorbiscomment()
/external/flac/include/FLAC++/
Dmetadata.h700 bool insert_comment(uint32_t index, const Entry &entry);
/external/flac/src/libFLAC++/
Dmetadata.cpp915 bool VorbisComment::insert_comment(uint32_t indx, const VorbisComment::Entry &entry) in insert_comment() function in FLAC::Metadata::VorbisComment