Home
last modified time | relevance | path

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

/external/flac/include/FLAC/
Dmetadata.h1589 …comment_set_vendor_string(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry e…
1633 …ent(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry e…
1663 …ent(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry e…
1688 …biscomment_append_comment(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry e…
1723 …iscomment_replace_comment(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry e…
1757 …etadata_object_vorbiscomment_entry_from_name_value_pair(FLAC__StreamMetadata_VorbisComment_Entry *…
1778 …ata_object_vorbiscomment_entry_to_name_value_pair(const FLAC__StreamMetadata_VorbisComment_Entry e…
1792 …FLAC__metadata_object_vorbiscomment_entry_matches(const FLAC__StreamMetadata_VorbisComment_Entry e…
Dformat.h627 } FLAC__StreamMetadata_VorbisComment_Entry; typedef
635 FLAC__StreamMetadata_VorbisComment_Entry vendor_string;
637 FLAC__StreamMetadata_VorbisComment_Entry *comments;
/external/flac/libFLAC/
Dmetadata_object.c128 …atic FLAC__bool copy_vcentry_(FLAC__StreamMetadata_VorbisComment_Entry *to, const FLAC__StreamMeta… in copy_vcentry_()
207 static FLAC__StreamMetadata_VorbisComment_Entry *vorbiscomment_entry_array_new_(unsigned num_commen… in vorbiscomment_entry_array_new_()
211 return safe_calloc_(num_comments, sizeof(FLAC__StreamMetadata_VorbisComment_Entry)); in vorbiscomment_entry_array_new_()
214 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_()
1158 …comment_set_vendor_string(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry e… in FLAC__metadata_object_vorbiscomment_set_vendor_string()
1178 …size = object->data.vorbis_comment.num_comments * sizeof(FLAC__StreamMetadata_VorbisComment_Entry); in FLAC__metadata_object_vorbiscomment_resize_comments()
1179 const size_t new_size = new_num_comments * sizeof(FLAC__StreamMetadata_VorbisComment_Entry); in FLAC__metadata_object_vorbiscomment_resize_comments()
[all …]
Dmetadata_iterators.c80 …_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_VorbisComment_Entry *…
2265 …_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_VorbisComment_Entry *… in read_metadata_block_data_vorbis_comment_entry_cb_()
2329 …= (block->comments = calloc(block->num_comments, sizeof(FLAC__StreamMetadata_VorbisComment_Entry))… in read_metadata_block_data_vorbis_comment_cb_()
Dstream_decoder.c1727 …afe_malloc_mul_2op_p(obj->num_comments, /*times*/sizeof(FLAC__StreamMetadata_VorbisComment_Entry))… in read_metadata_vorbiscomment_()