OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OggVorbis_File
(Results
1 - 8
of
8
) 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/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
...]
vorbisfile.c
91
static long _get_data(
OggVorbis_File
*vf){
104
static void _seek_helper(
OggVorbis_File
*vf,ogg_int64_t offset){
130
static ogg_int64_t _get_next_page(
OggVorbis_File
*vf,ogg_page *og,
169
static ogg_int64_t _get_prev_page(
OggVorbis_File
*vf,ogg_page *og){
205
static int _bisect_forward_serialno(
OggVorbis_File
*vf,
261
static int _decode_clear(
OggVorbis_File
*vf){
281
static int _fetch_headers(
OggVorbis_File
*vf,
348
static int _set_link_number(
OggVorbis_File
*vf,int link){
360
static int _set_link_number_preserve_pos(
OggVorbis_File
*vf,int link){
370
/* last step of the
OggVorbis_File
initialization; get all the offse
[
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 495 milliseconds