OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animation_present
(Results
1 - 1
of
1
) sorted by null
/external/webp/src/dec/
webp.c
298
int
animation_present
= 0;
local
327
animation_present
= !!(flags & ANIMATION_FLAG);
335
if (has_animation != NULL) *has_animation =
animation_present
;
340
if (found_vp8x && (
animation_present
|| fragments_present) &&
372
if (format != NULL && !(
animation_present
|| fragments_present)) {
Completed in 79 milliseconds