OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OV_CALLBACKS_NOCLOSE
(Results
1 - 4
of
4
) sorted by null
/external/libvorbis/examples/
chaining_example.c
38
if(ov_open_callbacks(stdin,&ov,NULL,-1,
OV_CALLBACKS_NOCLOSE
)<0){
vorbisfile_example.c
47
if(ov_open_callbacks(stdin, &vf, NULL, 0,
OV_CALLBACKS_NOCLOSE
) < 0) {
seeking_example.c
92
if(ov_open_callbacks(stdin,&ov,NULL,-1,
OV_CALLBACKS_NOCLOSE
)<0){
/external/libvorbis/include/vorbis/
vorbisfile.h
82
static ov_callbacks
OV_CALLBACKS_NOCLOSE
= {
Completed in 72 milliseconds