/external/tremolo/Tremolo/ |
ivorbiscodec.h | 79 typedef struct vorbis_comment{ struct 85 } vorbis_comment; typedef in typeref:struct:vorbis_comment 93 extern void vorbis_comment_init(vorbis_comment *vc); 94 extern void vorbis_comment_add(vorbis_comment *vc, char *comment); 95 extern void vorbis_comment_add_tag(vorbis_comment *vc, 97 extern char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count); 98 extern int vorbis_comment_query_count(vorbis_comment *vc, char *tag); 99 extern void vorbis_comment_clear(vorbis_comment *vc);
|
/external/libvorbis/include/vorbis/ |
codec.h | 140 typedef struct vorbis_comment{ struct 148 } vorbis_comment; typedef in typeref:struct:vorbis_comment 168 extern void vorbis_comment_init(vorbis_comment *vc); 169 extern void vorbis_comment_add(vorbis_comment *vc, const char *comment); 170 extern void vorbis_comment_add_tag(vorbis_comment *vc, 172 extern char *vorbis_comment_query(vorbis_comment *vc, const char *tag, int count); 173 extern int vorbis_comment_query_count(vorbis_comment *vc, const char *tag); 174 extern void vorbis_comment_clear(vorbis_comment *vc); 187 extern int vorbis_commentheader_out(vorbis_comment *vc, ogg_packet *op); 189 vorbis_comment *vc [all...] |
/external/flac/include/FLAC/ |
format.h | 164 /** The vendor string inserted by the encoder into the VORBIS_COMMENT block. 166 * VORBIS_COMMENT the trailing null is stripped. 618 /** Vorbis comment entry structure used in VORBIS_COMMENT blocks. (c.f. <A HREF="../format.html#metadata_block_vorbis_comment">format specification</A>) 632 /** FLAC VORBIS_COMMENT structure. (c.f. <A HREF="../format.html#metadata_block_vorbis_comment">format specification</A>) 851 FLAC__StreamMetadata_VorbisComment vorbis_comment; member in union:__anon12656::__anon12657 [all...] |
/external/flac/libFLAC/ |
stream_encoder.c | 747 /* reorder metadata if necessary to ensure that any VORBIS_COMMENT is the first, according to the mapping spec */ 1221 FLAC__StreamMetadata vorbis_comment; local [all...] |