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

/external/tremolo/Tremolo/
H A Dvorbisfile.c385 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths));
451 vf->pcmlengths[i*2]=accumulated;
469 vf->pcmlengths[i*2+1]=ogg_page_granulepos(&og)-vf->pcmlengths[i*2];
608 granulepos-=vf->pcmlengths[link*2];
618 granulepos+=vf->pcmlengths[i*2+1];
788 if(vf->pcmlengths)_ogg_free(vf->pcmlengths);
969 return vf->pcmlengths[
[all...]
H A Divorbisfile.h79 ogg_int64_t *pcmlengths; member in struct:OggVorbis_File
/external/libvorbis/lib/
H A Dvorbisfile.c512 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths));
516 vf->pcmlengths[m*2+1]=endgran;
588 vf->pcmlengths[m*2+1]=searchgran;
589 vf->pcmlengths[m*2+2]=pcmoffset;
590 vf->pcmlengths[m*2+3]-=pcmoffset;
648 vf->pcmlengths[0]=pcmoffset;
649 vf->pcmlengths[1]-=pcmoffset;
740 granulepos-=vf->pcmlengths[link*2];
750 granulepos+=vf->pcmlengths[
[all...]
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h124 ogg_int64_t *pcmlengths; /* overloaded to maintain binary member in struct:OggVorbis_File

Completed in 83 milliseconds