Lines Matching refs:OggVorbis_File
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 offset
377 watch out for missing information for links in the OggVorbis_File
379 static void _prefetch_all_offsets(OggVorbis_File *vf, ogg_int64_t dataoffset){
479 static int _make_decode_ready(OggVorbis_File *vf){
503 static int _open_seekable2(OggVorbis_File *vf){
553 static int _fetch_and_process_packet(OggVorbis_File *vf,
720 static int _ov_open1(void *f,OggVorbis_File *vf,char *initial,
764 static int _ov_open2(OggVorbis_File *vf){
779 /* clear out the OggVorbis_File struct */
780 int ov_clear(OggVorbis_File *vf){
810 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes,
817 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){
833 int ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes,
839 int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){
850 int ov_test_open(OggVorbis_File *vf){
856 long ov_streams(OggVorbis_File *vf){
861 long ov_seekable(OggVorbis_File *vf){
874 long ov_bitrate(OggVorbis_File *vf,int i){
914 long ov_bitrate_instant(OggVorbis_File *vf){
925 long ov_serialnumber(OggVorbis_File *vf,int i){
940 ogg_int64_t ov_raw_total(OggVorbis_File *vf,int i){
959 ogg_int64_t ov_pcm_total(OggVorbis_File *vf,int i){
978 ogg_int64_t ov_time_total(OggVorbis_File *vf,int i){
999 int ov_raw_seek(OggVorbis_File *vf,ogg_int64_t pos){
1153 int ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos){
1329 int ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos){
1429 int ov_time_seek(OggVorbis_File *vf,ogg_int64_t milliseconds){
1459 int ov_time_seek_page(OggVorbis_File *vf,ogg_int64_t milliseconds){
1489 ogg_int64_t ov_raw_tell(OggVorbis_File *vf){
1495 ogg_int64_t ov_pcm_tell(OggVorbis_File *vf){
1501 ogg_int64_t ov_time_tell(OggVorbis_File *vf){
1530 vorbis_info *ov_info(OggVorbis_File *vf,int link){
1542 vorbis_comment *ov_comment(OggVorbis_File *vf,int link){
1580 long ov_read(OggVorbis_File *vf,void *buffer,int bytes_req,int *bitstream){