Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dwebpinfo.c108 int chunk_counts_[CHUNK_TYPES]; member
671 if (webp_info->chunk_counts_[CHUNK_VP8] || in ProcessVP8XChunk()
672 webp_info->chunk_counts_[CHUNK_VP8L] || in ProcessVP8XChunk()
673 webp_info->chunk_counts_[CHUNK_VP8X]) { in ProcessVP8XChunk()
681 ++webp_info->chunk_counts_[CHUNK_VP8X]; in ProcessVP8XChunk()
722 ++webp_info->chunk_counts_[CHUNK_ANIM]; in ProcessANIMChunk()
761 ++webp_info->chunk_counts_[CHUNK_ANMF]; in ProcessANMFChunk()
902 ++webp_info->chunk_counts_[CHUNK_ALPHA]; in ProcessALPHChunk()
919 if (webp_info->chunk_counts_[CHUNK_VP8] || in ProcessICCPChunk()
925 ++webp_info->chunk_counts_[CHUNK_ICCP]; in ProcessICCPChunk()
[all …]

Completed in 5 milliseconds