/external/tremolo/Tremolo/ |
D | 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 …]
|
D | vorbisfile.c | 104 static void _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){ in _seek_helper() 130 static ogg_int64_t _get_next_page(OggVorbis_File *vf,ogg_page *og, in _get_next_page() 131 ogg_int64_t boundary){ in _get_next_page() 154 ogg_int64_t ret=vf->offset; in _get_next_page() 169 static ogg_int64_t _get_prev_page(OggVorbis_File *vf,ogg_page *og){ in _get_prev_page() 170 ogg_int64_t begin=vf->offset; in _get_prev_page() 171 ogg_int64_t end=begin; in _get_prev_page() 172 ogg_int64_t ret; in _get_prev_page() 173 ogg_int64_t offset=-1; in _get_prev_page() 206 ogg_int64_t begin, in _bisect_forward_serialno() [all …]
|
D | 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
|
D | 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);
|
D | misc.h | 78 ogg_int64_t whole; 88 ogg_int64_t whole; 94 magic.whole = (ogg_int64_t)x * y; in MULT32() 104 magic.whole = (ogg_int64_t)x * y; in MULT31_SHIFT15()
|
D | codec_internal.h | 70 ogg_int64_t granulepos; 71 ogg_int64_t sequence; 72 ogg_int64_t sample_count;
|
D | config_types.h | 40 typedef long long ogg_int64_t; typedef
|
D | framing.c | 418 static ogg_int64_t oggbyte_read8(oggbyte_buffer *b,int pos){ in oggbyte_read8() 419 ogg_int64_t ret; in oggbyte_read8() 463 ogg_int64_t ogg_page_granulepos(ogg_page *og){ in ogg_page_granulepos()
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 41 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence); 53 static int _ov_header_fseek_wrap(FILE *f,ogg_int64_t off,int whence){ in _ov_header_fseek_wrap() 77 (int (*)(void *, ogg_int64_t, int)) _ov_header_fseek_wrap, 84 (int (*)(void *, ogg_int64_t, int)) _ov_header_fseek_wrap, 91 (int (*)(void *, ogg_int64_t, int)) NULL, 98 (int (*)(void *, ogg_int64_t, int)) NULL, 114 ogg_int64_t offset; 115 ogg_int64_t end; 121 ogg_int64_t *offsets; 122 ogg_int64_t *dataoffsets; [all …]
|
D | codec.h | 77 ogg_int64_t granulepos; 78 ogg_int64_t sequence; 80 ogg_int64_t glue_bits; 81 ogg_int64_t time_bits; 82 ogg_int64_t floor_bits; 83 ogg_int64_t res_bits; 100 ogg_int64_t granulepos; 101 ogg_int64_t sequence; 180 ogg_int64_t granulepos);
|
/external/libogg/include/ogg/ |
D | os_types.h | 35 typedef int64_t ogg_int64_t; typedef 43 typedef long long ogg_int64_t; typedef 46 typedef long long ogg_int64_t; typedef 53 typedef __int64 ogg_int64_t; typedef 67 typedef SInt64 ogg_int64_t; typedef 76 typedef int64_t ogg_int64_t; typedef 86 typedef long long ogg_int64_t; typedef 96 typedef int64_t ogg_int64_t; typedef 105 typedef long long ogg_int64_t; typedef 113 typedef long long ogg_int64_t; typedef [all …]
|
D | ogg.h | 61 ogg_int64_t *granule_vals; /* granulepos values for headers. Not compact 78 ogg_int64_t packetno; /* sequence number for decode; the framing 83 ogg_int64_t granulepos; 96 ogg_int64_t granulepos; 98 ogg_int64_t packetno; /* sequence number for decode; the framing 160 int count, long e_o_s, ogg_int64_t granulepos); 196 extern ogg_int64_t ogg_page_granulepos(const ogg_page *og);
|
D | config_types.h | 8 typedef long long ogg_int64_t; typedef
|
D | config_types.h.in | 9 typedef @SIZE64@ ogg_int64_t; typedef
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 81 static int _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){ in _seek_helper() 108 static ogg_int64_t _get_next_page(OggVorbis_File *vf,ogg_page *og, in _get_next_page() 109 ogg_int64_t boundary){ in _get_next_page() 132 ogg_int64_t ret=vf->offset; in _get_next_page() 146 static ogg_int64_t _get_prev_page(OggVorbis_File *vf,ogg_page *og){ in _get_prev_page() 147 ogg_int64_t begin=vf->offset; in _get_prev_page() 148 ogg_int64_t end=begin; in _get_prev_page() 149 ogg_int64_t ret; in _get_prev_page() 150 ogg_int64_t offset=-1; in _get_prev_page() 223 static ogg_int64_t _get_prev_page_serial(OggVorbis_File *vf, in _get_prev_page_serial() [all …]
|
D | misc.h | 28 ogg_int64_t off); 30 ogg_int64_t off);
|
D | analysis.c | 70 void _analysis_output_always(char *base,int i,float *v,int n,int bark,int dB,ogg_int64_t off){ in _analysis_output_always() 105 ogg_int64_t off){ in _analysis_output()
|
D | codec_internal.h | 84 ogg_int64_t sample_count;
|
D | envelope.c | 213 static ogg_int64_t totalshift=-1024;
|
D | mapping0.c | 167 static ogg_int64_t total=0;
|
D | info.c | 647 double vorbis_granule_time(vorbis_dsp_state *v,ogg_int64_t granulepos){ in vorbis_granule_time()
|
/external/libvorbis/examples/ |
D | seeking_example.c | 29 ogg_int64_t val,ogg_int64_t pcmval,double timeval, in _verify() 30 ogg_int64_t pcmlength, in _verify() 36 ogg_int64_t pos; in _verify() 81 ogg_int64_t pcmlength; in main() 133 ogg_int64_t length=ov.end; in main() 138 ogg_int64_t val=(double)rand()/RAND_MAX*length; in main() 157 ogg_int64_t val=(double)rand()/RAND_MAX*pcmlength; in main() 176 ogg_int64_t val=(double)rand()/RAND_MAX*pcmlength; in main()
|
/external/libvorbis/doc/ |
D | vorbis-errors.txt | 78 ogg_int64_t ov_raw_total() 81 ogg_int64_t ov_pcm_total()
|
/external/libogg/src/ |
D | framing.c | 45 ogg_int64_t ogg_page_granulepos(const ogg_page *og){ in ogg_page_granulepos() 47 ogg_int64_t granulepos=page[13]&(0xff); in ogg_page_granulepos() 305 long e_o_s, ogg_int64_t granulepos){ in ogg_stream_iovecin() 378 ogg_int64_t granule_pos=-1; in ogg_stream_flush_i() 777 ogg_int64_t granulepos=ogg_page_granulepos(og); in ogg_stream_pagein()
|