OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fragments_present
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
webp.c
299
int
fragments_present
= 0;
local
328
fragments_present
= !!(flags & FRAGMENTS_FLAG);
338
if (found_vp8x && (animation_present ||
fragments_present
) &&
368
if (format != NULL && !(animation_present ||
fragments_present
)) {
/external/webp/src/dec/
webp.c
299
int
fragments_present
= 0;
local
328
fragments_present
= !!(flags & FRAGMENTS_FLAG);
340
if (found_vp8x && (animation_present ||
fragments_present
) &&
372
if (format != NULL && !(animation_present ||
fragments_present
)) {
Completed in 1632 milliseconds