OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OggVorbis_File
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
ivorbisfile.h
66
typedef struct
OggVorbis_File
{
98
}
OggVorbis_File
;
100
extern int ov_clear(
OggVorbis_File
*vf);
101
extern int ov_open(FILE *f,
OggVorbis_File
*vf,char *initial,long ibytes);
102
extern int ov_open_callbacks(void *datasource,
OggVorbis_File
*vf,
105
extern int ov_test(FILE *f,
OggVorbis_File
*vf,char *initial,long ibytes);
106
extern int ov_test_callbacks(void *datasource,
OggVorbis_File
*vf,
108
extern int ov_test_open(
OggVorbis_File
*vf);
110
extern long ov_bitrate(
OggVorbis_File
*vf,int i);
111
extern long ov_bitrate_instant(
OggVorbis_File
*vf)
[
all
...]
/external/libvorbis/include/vorbis/
vorbisfile.h
111
typedef struct
OggVorbis_File
{
146
}
OggVorbis_File
;
149
extern int ov_clear(
OggVorbis_File
*vf);
150
extern int ov_fopen(char *path,
OggVorbis_File
*vf);
151
extern int ov_open(FILE *f,
OggVorbis_File
*vf,char *initial,long ibytes);
152
extern int ov_open_callbacks(void *datasource,
OggVorbis_File
*vf,
155
extern int ov_test(FILE *f,
OggVorbis_File
*vf,char *initial,long ibytes);
156
extern int ov_test_callbacks(void *datasource,
OggVorbis_File
*vf,
158
extern int ov_test_open(
OggVorbis_File
*vf);
160
extern long ov_bitrate(
OggVorbis_File
*vf,int i)
[
all
...]
Completed in 33 milliseconds