OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vorbis_comment_clear
(Results
1 - 11
of
11
) sorted by null
/external/libvorbis/macos/
libvorbis.mcp.exp
13
vorbis_comment_clear
/external/tremolo/Tremolo/
ivorbiscodec.h
99
extern void
vorbis_comment_clear
(vorbis_comment *vc);
treminfo.c
110
void
vorbis_comment_clear
(vorbis_comment *vc){
function
245
vorbis_comment_clear
(vc);
vorbisfile.c
270
vorbis_comment_clear
(&vf->vc);
339
vorbis_comment_clear
(vc);
465
vorbis_comment_clear
(&vf->vc);
786
vorbis_comment_clear
(&vf->vc);
[
all
...]
/external/libvorbis/examples/
encoder_example.c
244
vorbis_comment_clear
(&vc);
decoder_example.c
305
vorbis_comment_clear
(&vc);
/external/libvorbis/test/
write_read.c
124
vorbis_comment_clear
(&vc);
288
vorbis_comment_clear
(&vc);
/external/libvorbis/include/vorbis/
codec.h
174
extern void
vorbis_comment_clear
(vorbis_comment *vc);
/external/libvorbis/lib/
info.c
133
void
vorbis_comment_clear
(vorbis_comment *vc){
function
266
vorbis_comment_clear
(vc);
vorbisfile.c
411
vorbis_comment_clear
(vc);
796
vorbis_comment_clear
(vf->vc);
960
vorbis_comment_clear
(vf->vc+i);
[
all
...]
/frameworks/av/media/libstagefright/
OggExtractor.cpp
223
vorbis_comment_clear
(&mVc);
Completed in 571 milliseconds