Searched refs:FLAC__metadata_object_vorbiscomment_set_comment (Results 1 – 4 of 4) sorted by relevance
/external/flac/include/FLAC/ |
D | metadata.h | 1633 FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_set_comment(FLAC__StreamMetadata *object, u…
|
/external/flac/src/libFLAC/ |
D | metadata_object.c | 1219 FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_set_comment(FLAC__StreamMetadata *object, u… in FLAC__metadata_object_vorbiscomment_set_comment() function 1250 return FLAC__metadata_object_vorbiscomment_set_comment(object, comment_num, entry, copy); in FLAC__metadata_object_vorbiscomment_insert_comment() 1280 if (!FLAC__metadata_object_vorbiscomment_set_comment(object, indx, entry, copy)) in FLAC__metadata_object_vorbiscomment_replace_comment()
|
/external/flac/src/test_libFLAC/ |
D | metadata_object.c | 1340 FLAC__metadata_object_vorbiscomment_set_comment(block, 0, entry, /*copy=*/true); in test_metadata_object() 1550 FLAC__metadata_object_vorbiscomment_set_comment(block, 0, entry, /*copy=*/false); in test_metadata_object()
|
/external/flac/src/libFLAC++/ |
D | metadata.cpp | 912 …return static_cast<bool>(::FLAC__metadata_object_vorbiscomment_set_comment(object_, indx, entry.ge… in set_comment()
|