Home | History | Annotate | Download | only in vorbis

Lines Matching refs:ogg_int64_t

41   int    (*seek_func)  (void *datasource, ogg_int64_t offset, int whence);
53 static int _ov_header_fseek_wrap(FILE *f,ogg_int64_t off,int whence){
77 (int (*)(void *, ogg_int64_t, int)) _ov_header_fseek_wrap,
84 (int (*)(void *, ogg_int64_t, int)) _ov_header_fseek_wrap,
91 (int (*)(void *, ogg_int64_t, int)) NULL,
98 (int (*)(void *, ogg_int64_t, int)) NULL,
114 ogg_int64_t offset;
115 ogg_int64_t end;
121 ogg_int64_t *offsets;
122 ogg_int64_t *dataoffsets;
124 ogg_int64_t *pcmlengths; /* overloaded to maintain binary
131 ogg_int64_t pcm_offset;
166 extern ogg_int64_t ov_raw_total(OggVorbis_File *vf,int i);
167 extern ogg_int64_t ov_pcm_total(OggVorbis_File *vf,int i);
170 extern int ov_raw_seek(OggVorbis_File *vf,ogg_int64_t pos);
171 extern int ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos);
172 extern int ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos);
176 extern int ov_raw_seek_lap(OggVorbis_File *vf,ogg_int64_t pos);
177 extern int ov_pcm_seek_lap(OggVorbis_File *vf,ogg_int64_t pos);
178 extern int ov_pcm_seek_page_lap(OggVorbis_File *vf,ogg_int64_t pos);
182 extern ogg_int64_t ov_raw_tell(OggVorbis_File *vf);
183 extern ogg_int64_t ov_pcm_tell(OggVorbis_File *vf);