Searched refs:FLAC__StreamMetadata_VorbisComment_Entry (Results 1 – 5 of 5) sorted by relevance
/external/flac/include/FLAC/ |
D | metadata.h | 1588 …comment_set_vendor_string(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry e… 1632 …ent(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry e… 1662 …ent(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry e… 1687 …biscomment_append_comment(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry e… 1722 …iscomment_replace_comment(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry e… 1756 …etadata_object_vorbiscomment_entry_from_name_value_pair(FLAC__StreamMetadata_VorbisComment_Entry *… 1777 …ata_object_vorbiscomment_entry_to_name_value_pair(const FLAC__StreamMetadata_VorbisComment_Entry e… 1791 …FLAC__metadata_object_vorbiscomment_entry_matches(const FLAC__StreamMetadata_VorbisComment_Entry e…
|
D | format.h | 624 } FLAC__StreamMetadata_VorbisComment_Entry; typedef 632 FLAC__StreamMetadata_VorbisComment_Entry vendor_string; 634 FLAC__StreamMetadata_VorbisComment_Entry *comments;
|
/external/flac/libFLAC/ |
D | metadata_object.c | 126 …atic FLAC__bool copy_vcentry_(FLAC__StreamMetadata_VorbisComment_Entry *to, const FLAC__StreamMeta… in copy_vcentry_() 205 static FLAC__StreamMetadata_VorbisComment_Entry *vorbiscomment_entry_array_new_(unsigned num_commen… in vorbiscomment_entry_array_new_() 209 …return (FLAC__StreamMetadata_VorbisComment_Entry*)safe_calloc_(num_comments, sizeof(FLAC__StreamMe… in vorbiscomment_entry_array_new_() 212 static void vorbiscomment_entry_array_delete_(FLAC__StreamMetadata_VorbisComment_Entry *object_arra… in vorbiscomment_entry_array_delete_() 226 static FLAC__StreamMetadata_VorbisComment_Entry *vorbiscomment_entry_array_copy_(const FLAC__Stream… in vorbiscomment_entry_array_copy_() 228 FLAC__StreamMetadata_VorbisComment_Entry *return_array; in vorbiscomment_entry_array_copy_() 249 …LAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry *dest, const FLAC__StreamMet… in vorbiscomment_set_entry_() 1153 …comment_set_vendor_string(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry e… in FLAC__metadata_object_vorbiscomment_set_vendor_string() 1173 …size = object->data.vorbis_comment.num_comments * sizeof(FLAC__StreamMetadata_VorbisComment_Entry); in FLAC__metadata_object_vorbiscomment_resize_comments() 1174 const size_t new_size = new_num_comments * sizeof(FLAC__StreamMetadata_VorbisComment_Entry); in FLAC__metadata_object_vorbiscomment_resize_comments() [all …]
|
D | metadata_iterators.c | 97 …_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_VorbisComment_Entry *… 2208 …_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_VorbisComment_Entry *… in read_metadata_block_data_vorbis_comment_entry_cb_() 2257 …lock->comments = (FLAC__StreamMetadata_VorbisComment_Entry*)calloc(block->num_comments, sizeof(FLA… in read_metadata_block_data_vorbis_comment_cb_()
|
D | stream_decoder.c | 1745 …nts = (FLAC__StreamMetadata_VorbisComment_Entry*)safe_malloc_mul_2op_(obj->num_comments, /*times*/… in read_metadata_vorbiscomment_()
|