Home
last modified time | relevance | path

Searched refs:vorbis_synthesis (Results 1 – 8 of 8) sorted by relevance

/external/libvorbis/doc/
Dvorbis-errors.txt35 OV_ENOTAUDIO Packet data submitted to vorbis_synthesis is not audio data.
37 OV_EBADPACKET Invalid packet submitted to vorbis_synthesis.
57 int vorbis_synthesis()
/external/libvorbis/macos/
Dlibvorbis.mcp.exp37 vorbis_synthesis
/external/libvorbis/win32/
Dvorbis.def39 vorbis_synthesis
/external/libvorbis/include/vorbis/
Dcodec.h209 extern int vorbis_synthesis(vorbis_block *vb,ogg_packet *op);
/external/libvorbis/examples/
Ddecoder_example.c230 if(vorbis_synthesis(&vb,&op)==0) /* test for success! */ in main()
/external/libvorbis/lib/
Dsynthesis.c26 int vorbis_synthesis(vorbis_block *vb,ogg_packet *op){ in vorbis_synthesis() function
Dvorbisfile.c701 if(!vorbis_synthesis(&vf->vb,op_ptr)){ /* lazy check for lazy in _fetch_and_process_packet()
/external/libvorbis/test/
Dwrite_read.c258 if (vorbis_synthesis (&vb,&op) == 0) in read_vorbis_data_or_die()