Searched defs:OggVorbis_File (Results 1 – 3 of 3) sorted by relevance
66 typedef struct OggVorbis_File { struct67 void *datasource; /* Pointer to a FILE *, etc. */68 int seekable;69 ogg_int64_t offset;70 ogg_int64_t end;71 ogg_sync_state *oy; 98 } OggVorbis_File; argument
111 typedef struct OggVorbis_File { struct112 void *datasource; /* Pointer to a FILE *, etc. */113 int seekable;114 ogg_int64_t offset;115 ogg_int64_t end;116 ogg_sync_state oy;120 int links;121 ogg_int64_t *offsets;122 ogg_int64_t *dataoffsets;146 } OggVorbis_File; argument
2196 int (*localseek)(OggVorbis_File *,ogg_int64_t)){ in _ov_64_seek_lap()2257 int (*localseek)(OggVorbis_File *,double)){ in _ov_d_seek_lap()