Searched defs:vorbis_comment (Results 1 - 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
H A Divorbiscodec.h79 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/
H A Dcodec.h140 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 *v
[all...]
/external/flac/include/FLAC/
H A Dformat.h848 FLAC__StreamMetadata_VorbisComment vorbis_comment; member in union:__anon21489::__anon21490
/external/flac/libFLAC/
H A Dstream_encoder.c1096 FLAC__StreamMetadata vorbis_comment; local
1097 vorbis_comment.type = FLAC__METADATA_TYPE_VORBIS_COMMENT;
1098 vorbis_comment.is_last = (encoder->protected_->num_metadata_blocks == 0);
1099 vorbis_comment.length = 4 + 4; /* MAGIC NUMBER */
1100 vorbis_comment.data.vorbis_comment.vendor_string.length = 0;
1101 vorbis_comment.data.vorbis_comment.vendor_string.entry = 0;
1102 vorbis_comment.data.vorbis_comment
[all...]

Completed in 751 milliseconds