OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:headerbytes
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
framing.c
703
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
+oy->bodybytes
[
all
...]
ogg.h
114
int
headerbytes
;
member in struct:ogg_sync_state
Completed in 370 milliseconds