OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vorbis_synthesis
(Results
1 - 6
of
6
) sorted by null
/external/libvorbis/macos/
libvorbis.mcp.exp
37
vorbis_synthesis
/external/libvorbis/examples/
decoder_example.c
230
if(
vorbis_synthesis
(&vb,&op)==0) /* test for success! */
/external/libvorbis/include/vorbis/
codec.h
209
extern int
vorbis_synthesis
(vorbis_block *vb,ogg_packet *op);
/external/libvorbis/lib/
synthesis.c
26
int
vorbis_synthesis
(vorbis_block *vb,ogg_packet *op){
function
vorbisfile.c
701
if(!
vorbis_synthesis
(&vf->vb,op_ptr)){ /* lazy check for lazy
706
vorbis_synthesis
will
[
all
...]
/external/libvorbis/test/
write_read.c
258
if (
vorbis_synthesis
(&vb,&op) == 0)
Completed in 119 milliseconds