OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bodybytes
(Results
1 - 4
of
4
) sorted by null
/external/tremolo/Tremolo/
framing.c
716
if(oy->
bodybytes
==0){
720
oy->
bodybytes
+=oggbyte_read1(&page,27+i);
723
if(oy->
bodybytes
+oy->headerbytes>bytes)goto sync_out;
732
if(chksum!=_checksum(oy->fifo_tail,oy->
bodybytes
+oy->headerbytes)){
749
og->body=ogg_buffer_split(&oy->fifo_tail,&oy->fifo_head,oy->
bodybytes
);
750
og->body_len=oy->
bodybytes
;
754
ogg_buffer_pretruncate(oy->fifo_tail,oy->headerbytes+oy->
bodybytes
);
758
ret=oy->headerbytes+oy->
bodybytes
;
761
oy->
bodybytes
=0;
769
oy->
bodybytes
=0
[
all
...]
ogg.h
115
int
bodybytes
;
member in struct:ogg_sync_state
/external/libogg/include/ogg/
ogg.h
113
int
bodybytes
;
member in struct:__anon29243
/external/libogg/src/
framing.c
656
oy->
bodybytes
+=page[27+i];
660
if(oy->
bodybytes
+oy->headerbytes>bytes)return(0);
675
log.body_len=oy->
bodybytes
;
699
og->body_len=oy->
bodybytes
;
703
oy->returned+=(bytes=oy->headerbytes+oy->
bodybytes
);
705
oy->
bodybytes
=0;
712
oy->
bodybytes
=0;
903
oy->
bodybytes
=0;
[
all
...]
Completed in 7089 milliseconds