Home
last modified time | relevance | path

Searched refs:pcmlengths (Results 1 – 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
Dvorbisfile.c385 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths)); in _prefetch_all_offsets()
451 vf->pcmlengths[i*2]=accumulated; in _prefetch_all_offsets()
469 vf->pcmlengths[i*2+1]=ogg_page_granulepos(&og)-vf->pcmlengths[i*2]; in _prefetch_all_offsets()
608 granulepos-=vf->pcmlengths[link*2]; in _fetch_and_process_packet()
618 granulepos+=vf->pcmlengths[i*2+1]; in _fetch_and_process_packet()
788 if(vf->pcmlengths)_ogg_free(vf->pcmlengths); in ov_clear()
969 return vf->pcmlengths[i*2+1]; in ov_pcm_total()
988 return ((ogg_int64_t)vf->pcmlengths[i*2+1])*1000/vf->vi.rate; in ov_time_total()
1065 ogg_int64_t granulepos=op.granulepos-vf->pcmlengths[link*2]; in ov_raw_seek()
1069 granulepos+=vf->pcmlengths[i*2+1]; in ov_raw_seek()
[all …]
Divorbisfile.h79 ogg_int64_t *pcmlengths; member
/external/libvorbis/lib/
Dvorbisfile.c512 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths)); in _bisect_forward_serialno()
516 vf->pcmlengths[m*2+1]=endgran; in _bisect_forward_serialno()
588 vf->pcmlengths[m*2+1]=searchgran; in _bisect_forward_serialno()
589 vf->pcmlengths[m*2+2]=pcmoffset; in _bisect_forward_serialno()
590 vf->pcmlengths[m*2+3]-=pcmoffset; in _bisect_forward_serialno()
648 vf->pcmlengths[0]=pcmoffset; in _open_seekable2()
649 vf->pcmlengths[1]-=pcmoffset; in _open_seekable2()
740 granulepos-=vf->pcmlengths[link*2]; in _fetch_and_process_packet()
750 granulepos+=vf->pcmlengths[i*2+1]; in _fetch_and_process_packet()
966 if(vf->pcmlengths)_ogg_free(vf->pcmlengths); in ov_clear()
[all …]
/external/libvorbis/include/vorbis/
Dvorbisfile.h124 ogg_int64_t *pcmlengths; /* overloaded to maintain binary member