Home
last modified time | relevance | path

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

/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()