Searched refs:ogg_int64_t (Results 1 – 13 of 13) sorted by relevance
/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/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/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()
|