OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vorbis_info_init
(Results
1 - 22
of
22
) sorted by null
/external/libvorbis/macos/
libvorbis.mcp.exp
5
vorbis_info_init
/external/libvorbis/win32/
vorbis.def
10
vorbis_info_init
/external/libvorbis/doc/vorbisenc/
examples.html
31
vorbis_info_init
(&vi);
54
vorbis_info_init
(&vi);
76
vorbis_info_init
(&vi);
98
vorbis_info_init
(&vi);
vorbis_encode_init_vbr.html
21
<p>Before this function is called, the <a href="vorbis_info.html">vorbis_info</a> struct should be initialized by using
vorbis_info_init
() from the libvorbis API. After encoding, vorbis_info_clear should be called.
vorbis_encode_init.html
21
<p>Before this function is called, the <a href="vorbis_info.html">vorbis_info</a> struct should be initialized by using
vorbis_info_init
() from the libvorbis API. After encoding, vorbis_info_clear should be called.
vorbis_encode_setup_init.html
24
by using
vorbis_info_init
() from the libvorbis API, one of <a
vorbis_encode_setup_managed.html
31
by using
vorbis_info_init
() from the libvorbis API. After encoding,
vorbis_encode_setup_vbr.html
30
<p>Before this function is called, the <a href="vorbis_info.html">vorbis_info</a> struct should be initialized by using
vorbis_info_init
() from the libvorbis API. After encoding, vorbis_info_clear should be called.
/external/libvorbis/include/vorbis/
vorbisenc.h
39
* struct should be initialized by using
vorbis_info_init
() from the libvorbis
76
* initialized by using
vorbis_info_init
() from the libvorbis API. After
114
* initialized by using \ref
vorbis_info_init
() from the libvorbis API. After
142
* initialized by using
vorbis_info_init
() from the libvorbis API. After
170
* initialized by using
vorbis_info_init
() from the libvorbis API, one of
codec.h
165
extern void
vorbis_info_init
(vorbis_info *vi);
/external/tremolo/Tremolo/
ivorbiscodec.h
90
extern void
vorbis_info_init
(vorbis_info *vi);
treminfo.c
130
void
vorbis_info_init
(vorbis_info *vi){
function
vorbisfile.c
305
vorbis_info_init
(vi);
[
all
...]
/external/libvorbis/test/
write_read.c
52
vorbis_info_init
(&vi);
178
vorbis_info_init
(&vi);
/external/libvorbis/
vorbis.m4
76
vorbis_info_init
(&vi);
/external/libvorbis/examples/
decoder_example.c
115
vorbis_info_init
(&vi);
encoder_example.c
97
vorbis_info_init
(&vi);
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp
270
vorbis_info_init
(mVi);
/external/libvorbis/lib/
info.c
155
void
vorbis_info_init
(vorbis_info *vi){
function
vorbisenc.c
674
/* encoders will need to use
vorbis_info_init
beforehand and call
[
all
...]
vorbisfile.c
296
vorbis_info_init
(vi);
[
all
...]
/frameworks/av/media/libstagefright/
OggExtractor.cpp
218
vorbis_info_init
(&mVi);
Completed in 915 milliseconds