Home
last modified time | relevance | path

Searched refs:store_chunk (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/demux/
Ddemux.c496 int store_chunk = 1; in ParseVP8X() local
530 store_chunk = 0; in ParseVP8X()
547 store_chunk = !!(dmux->feature_flags_ & ICCP_FLAG); in ParseVP8X()
551 store_chunk = !!(dmux->feature_flags_ & XMP_FLAG); in ParseVP8X()
555 store_chunk = !!(dmux->feature_flags_ & EXIF_FLAG); in ParseVP8X()
561 if (store_chunk) { in ParseVP8X()
/external/webp/src/demux/
Ddemux.c443 int store_chunk = 1; in ParseVP8XChunks() local
477 store_chunk = 0; in ParseVP8XChunks()
488 store_chunk = !!(dmux->feature_flags_ & ICCP_FLAG); in ParseVP8XChunks()
492 store_chunk = !!(dmux->feature_flags_ & EXIF_FLAG); in ParseVP8XChunks()
496 store_chunk = !!(dmux->feature_flags_ & XMP_FLAG); in ParseVP8XChunks()
502 if (store_chunk) { in ParseVP8XChunks()