Searched refs:vorbis_synthesis_headerin (Results 1 – 8 of 8) sorted by relevance
/external/libvorbis/examples/ |
D | decoder_example.c | 129 if(vorbis_synthesis_headerin(&vi,&vc,&op)<0){ in main() 166 result=vorbis_synthesis_headerin(&vi,&vc,&op); in main()
|
/external/libvorbis/macos/ |
D | libvorbis.mcp.exp | 34 vorbis_synthesis_headerin
|
/external/libvorbis/win32/ |
D | vorbis.def | 36 vorbis_synthesis_headerin
|
/external/libvorbis/test/ |
D | write_read.c | 190 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/ |
D | codec.h | 204 extern int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,
|
/external/libvorbis/doc/ |
D | vorbis-errors.txt | 54 int vorbis_synthesis_headerin()
|
/external/libvorbis/lib/ |
D | info.c | 379 int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op){ in vorbis_synthesis_headerin() function
|
D | vorbisfile.c | 327 if((ret=vorbis_synthesis_headerin(vi,vc,&op))){ in _fetch_headers() 374 if((ret=vorbis_synthesis_headerin(vi,vc,&op))) in _fetch_headers()
|