Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:FILE

65 /* A Vorbis file can be played beginning to end (streamed) without
67 we have the whole file, however, and want random access
69 file, we need to account for the possibility of chaining. */
87 * grokking near the end of the file */
90 /* read a little more data from the file/pipe into the ogg_sync framer */
419 /* this should not be possible unless the file is
511 /* we can seek, so set out learning all about this file */
715 static int _fseek64_wrap(FILE *f,ogg_int64_t off,int whence){
802 /* inspects the OggVorbis file and finds/documents all the logical
817 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){
828 /* Only partially open the vorbis file; test for Vorbisness, and load
830 seekability). Use ov_test_open to finish opening the file, else
839 int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){
860 /* Is the FILE * associated with vf seekable? */
866 physical bitstream. If the file is open for random access, it will
867 find the *actual* average bitrate. If the file is streaming, it