OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:body_fill
(Results
1 - 6
of
6
) sorted by null
/external/tremolo/Tremolo/
framing.c
903
while( !(os->
body_fill
&FINFLAG) ){
941
os->
body_fill
);
943
os->
body_fill
=0;
948
if(os->
body_fill
==0){
959
if(os->
body_fill
>0){
961
/* dump
body_fill
*/
963
os->
body_fill
);
965
os->
body_fill
=0;
977
os->
body_fill
+=os->body_fill_next; /* addition handles the flag fine;
1042
os->
body_fill
=0
[
all
...]
ogg.h
139
ogg_uint32_t
body_fill
;
member in struct:ogg_stream_state
/external/libogg/src/
framing.c
240
if(os->body_storage<=os->
body_fill
+needed){
320
os->
body_fill
-=os->body_returned;
321
if(os->
body_fill
)
323
os->
body_fill
);
337
memcpy(os->body_data+os->
body_fill
, iov[i].iov_base, iov[i].iov_len);
338
os->
body_fill
+= (int)iov[i].iov_len;
791
os->
body_fill
-=br;
792
if(os->
body_fill
)
793
memmove(os->body_data,os->body_data+br,os->
body_fill
);
823
os->
body_fill
-=os->lacing_vals[i]&0xff
[
all
...]
/external/libogg/include/ogg/
ogg.h
56
long
body_fill
; /* elements stored; fill mark */
member in struct:__anon17528
/external/libgdx/backends/gdx-backend-lwjgl/libs/
jorbis.jar
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
jorbis.jar
Completed in 1513 milliseconds