HomeSort by relevance Sort by last modified time
    Searched refs: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...]
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...]

Completed in 57 milliseconds