HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__StreamMetadata_VorbisComment_Entry (Results 1 - 6 of 6) sorted by null

  /external/flac/include/FLAC/
metadata.h     [all...]
format.h 624 } FLAC__StreamMetadata_VorbisComment_Entry;
632 FLAC__StreamMetadata_VorbisComment_Entry vendor_string;
634 FLAC__StreamMetadata_VorbisComment_Entry *comments;
    [all...]
  /external/flac/libFLAC/
metadata_object.c 126 static FLAC__bool copy_vcentry_(FLAC__StreamMetadata_VorbisComment_Entry *to, const FLAC__StreamMetadata_VorbisComment_Entry *from)
205 static FLAC__StreamMetadata_VorbisComment_Entry *vorbiscomment_entry_array_new_(unsigned num_comments)
209 return (FLAC__StreamMetadata_VorbisComment_Entry*)safe_calloc_(num_comments, sizeof(FLAC__StreamMetadata_VorbisComment_Entry));
212 static void vorbiscomment_entry_array_delete_(FLAC__StreamMetadata_VorbisComment_Entry *object_array, unsigned num_comments)
226 static FLAC__StreamMetadata_VorbisComment_Entry *vorbiscomment_entry_array_copy_(const FLAC__StreamMetadata_VorbisComment_Entry *object_array, unsigned num_comments)
228 FLAC__StreamMetadata_VorbisComment_Entry *return_array;
249 static FLAC__bool vorbiscomment_set_entry_(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry *dest, const FLAC__StreamMetadata_VorbisComment_Entry *src, FLAC__bool copy
    [all...]
metadata_iterators.c 97 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_vorbis_comment_entry_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_VorbisComment_Entry *entry);
    [all...]
stream_decoder.c     [all...]
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 351 FLAC__StreamMetadata_VorbisComment_Entry *vce;

Completed in 215 milliseconds