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

/external/tremolo/Tremolo/
H A Dframing.c703 if(oy->headerbytes==0){
712 oy->headerbytes=oggbyte_read1(&page,26)+27;
714 if(bytes<oy->headerbytes)goto sync_out; /* not enough for header +
719 for(i=0;i<oy->headerbytes-27;i++)
723 if(oy->bodybytes+oy->headerbytes>bytes)goto sync_out;
732 if(chksum!=_checksum(oy->fifo_tail,oy->bodybytes+oy->headerbytes)){
747 og->header=ogg_buffer_split(&oy->fifo_tail,&oy->fifo_head,oy->headerbytes);
748 og->header_len=oy->headerbytes;
754 ogg_buffer_pretruncate(oy->fifo_tail,oy->headerbytes+oy->bodybytes);
758 ret=oy->headerbytes
[all...]
H A Dogg.h114 int headerbytes; member in struct:ogg_sync_state
/external/libogg/src/
H A Dframing.c643 if(oy->headerbytes==0){
644 int headerbytes,i; local
650 headerbytes=page[26]+27;
651 if(bytes<headerbytes)return(0); /* not enough for header + seg table */
657 oy->headerbytes=headerbytes;
660 if(oy->bodybytes+oy->headerbytes>bytes)return(0);
673 log.header_len=oy->headerbytes;
674 log.body=page+oy->headerbytes;
697 og->header_len=oy->headerbytes;
[all...]
/external/libogg/include/ogg/
H A Dogg.h112 int headerbytes; member in struct:__anon24530

Completed in 209 milliseconds