OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OggVorbis_File
(Results
1 - 6
of
6
) sorted by null
/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
...]
/external/libvorbis/lib/
vorbisfile.c
67
static long _get_data(
OggVorbis_File
*vf){
81
static int _seek_helper(
OggVorbis_File
*vf,ogg_int64_t offset){
108
static ogg_int64_t _get_next_page(
OggVorbis_File
*vf,ogg_page *og,
146
static ogg_int64_t _get_prev_page(
OggVorbis_File
*vf,ogg_page *og){
223
static ogg_int64_t _get_prev_page_serial(
OggVorbis_File
*vf,
281
static int _fetch_headers(
OggVorbis_File
*vf,vorbis_info *vi,vorbis_comment *vc,
421
static ogg_int64_t _initial_pcmoffset(
OggVorbis_File
*vf, vorbis_info *vi){
465
static int _bisect_forward_serialno(
OggVorbis_File
*vf,
596
static int _make_decode_ready(
OggVorbis_File
*vf){
613
static int _open_seekable2(
OggVorbis_File
*vf)
[
all
...]
/external/libvorbis/examples/
chaining_example.c
28
OggVorbis_File
ov;
vorbisfile_example.c
36
OggVorbis_File
vf;
seeking_example.c
28
void _verify(
OggVorbis_File
*ov,
79
OggVorbis_File
ov;
/external/libvorbis/doc/vorbisfile/
Makefile.am
5
doc_DATA =
OggVorbis_File
.html callbacks.html chaining_example_c.html\
Completed in 848 milliseconds