Home
last modified time | relevance | path

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

/external/libvorbis/examples/
Ddecoder_example.c129 if(vorbis_synthesis_headerin(&vi,&vc,&op)<0){ in main()
166 result=vorbis_synthesis_headerin(&vi,&vc,&op); in main()
/external/libvorbis/macos/
Dlibvorbis.mcp.exp34 vorbis_synthesis_headerin
/external/libvorbis/win32/
Dvorbis.def36 vorbis_synthesis_headerin
/external/libvorbis/test/
Dwrite_read.c190 if (vorbis_synthesis_headerin (&vi,&vc,&op) < 0) { in read_vorbis_data_or_die()
213 vorbis_synthesis_headerin (&vi,&vc,&op); in read_vorbis_data_or_die()
/external/libvorbis/include/vorbis/
Dcodec.h204 extern int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,
/external/libvorbis/doc/
Dvorbis-errors.txt54 int vorbis_synthesis_headerin()
/external/libvorbis/lib/
Dinfo.c379 int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op){ in vorbis_synthesis_headerin() function
Dvorbisfile.c327 if((ret=vorbis_synthesis_headerin(vi,vc,&op))){ in _fetch_headers()
374 if((ret=vorbis_synthesis_headerin(vi,vc,&op))) in _fetch_headers()