Home
last modified time | relevance | path

Searched refs:OV_CALLBACKS_NOCLOSE (Results 1 – 4 of 4) sorted by relevance

/external/libvorbis/examples/
Dchaining_example.c38 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){ in main()
Dvorbisfile_example.c47 if(ov_open_callbacks(stdin, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) < 0) { in main()
Dseeking_example.c92 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){ in main()
/external/libvorbis/include/vorbis/
Dvorbisfile.h82 static ov_callbacks OV_CALLBACKS_NOCLOSE = { variable