OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lacing_vals
(Results
1 - 2
of
2
) sorted by null
/external/libogg/src/
framing.c
195
os->
lacing_vals
=_ogg_malloc(os->lacing_storage*sizeof(*os->
lacing_vals
));
198
if(!os->body_data || !os->
lacing_vals
|| !os->granule_vals){
220
if(os->
lacing_vals
)_ogg_free(os->
lacing_vals
);
257
ret=_ogg_realloc(os->
lacing_vals
,(os->lacing_storage+needed+32)*
258
sizeof(*os->
lacing_vals
));
263
os->
lacing_vals
=ret;
307
int bytes = 0,
lacing_vals
, i;
local
313
lacing_vals
=bytes/255+1
[
all
...]
/external/libogg/include/ogg/
ogg.h
60
int *
lacing_vals
; /* The values that will go to the segment table */
member in struct:__anon10710
Completed in 37 milliseconds