HomeSort by relevance Sort by last modified time
    Searched refs:serialnos (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/lib/
vorbisfile.c 300 /* extract the serialnos of all BOS pages + the first set of vorbis
484 we have the headers and serialnos for the link beginning at 'begin'
504 if(vf->serialnos)_ogg_free(vf->serialnos);
510 vf->serialnos=_ogg_malloc(vf->links*sizeof(*vf->serialnos));
582 vf->serialnos[m+1]=serialno;
638 end=_get_prev_page_serial(vf,vf->serialnos+2,vf->serialnos[1],&endserial,&endgran);
643 vf->serialnos+2,vf->serialnos[1],0)<0)return(OV_EREAD)
    [all...]
  /external/libvorbis/include/vorbis/
vorbisfile.h 123 long *serialnos; member in struct:OggVorbis_File

Completed in 659 milliseconds