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

  /external/tremolo/Tremolo/
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);
misc.h 77 ogg_int64_t whole;
87 ogg_int64_t whole;
93 magic.whole = (ogg_int64_t)x * y;
103 magic.whole = (ogg_int64_t)x * y;
config_types.h 40 typedef long long ogg_int64_t; typedef
codec_internal.h 70 ogg_int64_t granulepos;
71 ogg_int64_t sequence;
72 ogg_int64_t sample_count;
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){
  /frameworks/base/media/libmediaplayerservice/
VorbisPlayer.h 69 static int vp_fseek(void *, ogg_int64_t, int);
VorbisPlayer.cpp 109 int VorbisPlayer::vp_fseek(void *me, ogg_int64_t off, int whence) {
173 (int (*)(void *, ogg_int64_t, int)) vp_fseek,

Completed in 553 milliseconds