OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ov_open
(Results
1 - 6
of
6
) sorted by null
/external/libvorbis/macos/
libvorbisfile.mcp.exp
4
ov_open
/external/libvorbis/doc/vorbisfile/
Makefile.am
11
ov_info.html
ov_open
.html ov_open_callbacks.html ov_pcm_seek.html\
/external/tremolo/Tremolo/
ivorbisfile.h
101
extern int
ov_open
(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
vorbisfile.c
817
int
ov_open
(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){
function
[
all
...]
/external/libvorbis/include/vorbis/
vorbisfile.h
50
*
ov_open
() to avoid problems with incompatible crt.o version linking
151
extern int
ov_open
(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
/external/libvorbis/lib/
vorbisfile.c
995
int
ov_open
(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){
function
1011
ret =
ov_open
(f,vf,NULL,0);
[
all
...]
Completed in 210 milliseconds