OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lacing_fill
(Results
1 - 4
of
4
) sorted by null
/external/libogg/src/
framing.c
255
if(os->lacing_storage<=os->
lacing_fill
+needed){
343
os->lacing_vals[os->
lacing_fill
+i]=255;
344
os->granule_vals[os->
lacing_fill
+i]=os->granulepos;
346
os->lacing_vals[os->
lacing_fill
+i]=bytes%255;
347
os->granulepos=os->granule_vals[os->
lacing_fill
+i]=granulepos;
350
os->lacing_vals[os->
lacing_fill
]|= 0x100;
352
os->
lacing_fill
+=lacing_vals;
375
int maxvals=(os->
lacing_fill
>255?255:os->
lacing_fill
);
438
if(os->e_o_s && os->
lacing_fill
==vals)os->header[5]|=0x04
[
all
...]
/external/tremolo/Tremolo/
framing.c
891
while(os->laceptr<os->
lacing_fill
){
910
if(os->
lacing_fill
>=0)
912
os->
lacing_fill
+27);
913
os->
lacing_fill
=0;
931
os->
lacing_fill
=oggbyte_read1(&ob,26);
972
if(os->laceptr<os->
lacing_fill
){
1020
os->
lacing_fill
=-27;
1043
os->
lacing_fill
=0;
ogg.h
138
int
lacing_fill
;
member in struct:ogg_stream_state
/external/libogg/include/ogg/
ogg.h
65
long
lacing_fill
;
member in struct:__anon10710
Completed in 767 milliseconds