Searched refs:OV_CALLBACKS_NOCLOSE (Results 1 – 4 of 4) sorted by relevance
/external/libvorbis/examples/ |
D | chaining_example.c | 38 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){ in main()
|
D | vorbisfile_example.c | 47 if(ov_open_callbacks(stdin, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) < 0) { in main()
|
D | seeking_example.c | 92 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){ in main()
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 82 static ov_callbacks OV_CALLBACKS_NOCLOSE = { variable
|