HomeSort by relevance Sort by last modified time
    Searched refs:ogg_int64_t (Results 1 - 8 of 8) sorted by null

  /external/tremolo/Tremolo/
config_types.h 40 typedef long long ogg_int64_t; typedef
ivorbisfile.h 61 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence);
69 ogg_int64_t offset;
70 ogg_int64_t end;
76 ogg_int64_t *offsets;
77 ogg_int64_t *dataoffsets;
79 ogg_int64_t *pcmlengths;
84 ogg_int64_t pcm_offset;
89 ogg_int64_t bittrack;
90 ogg_int64_t samptrack;
116 extern ogg_int64_t ov_raw_total(OggVorbis_File *vf,int i)
    [all...]
os_types.h 61 typedef __int64 ogg_int64_t; typedef
69 typedef __int64 ogg_int64_t; typedef
77 typedef _G_int64_t ogg_int64_t; typedef
91 typedef SInt64 ogg_int64_t; typedef
100 typedef int64_t ogg_int64_t; typedef
114 typedef long long ogg_int64_t; typedef
vorbisfile.c 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,
131 ogg_int64_t boundary){
154 ogg_int64_t ret=vf->offset;
169 static ogg_int64_t _get_prev_page(OggVorbis_File *vf,ogg_page *og){
170 ogg_int64_t begin=vf->offset;
171 ogg_int64_t end=begin;
172 ogg_int64_t ret;
173 ogg_int64_t offset=-1;
206 ogg_int64_t begin
    [all...]
ogg.h 131 ogg_int64_t packetno; /* sequence number for decode; the framing
136 ogg_int64_t granulepos;
155 ogg_int64_t granulepos;
156 ogg_int64_t packetno; /* sequence number for decode; the framing
215 extern ogg_int64_t ogg_page_granulepos(ogg_page *og);
codec_internal.h 70 ogg_int64_t granulepos;
71 ogg_int64_t sequence;
72 ogg_int64_t sample_count;
misc.h 78 ogg_int64_t whole;
88 ogg_int64_t whole;
94 magic.whole = (ogg_int64_t)x * y;
104 magic.whole = (ogg_int64_t)x * y;
framing.c 418 static ogg_int64_t oggbyte_read8(oggbyte_buffer *b,int pos){
419 ogg_int64_t ret;
463 ogg_int64_t ogg_page_granulepos(ogg_page *og){

Completed in 212 milliseconds