MuxImageCount 561 3rdparty/libwebp/mux/muxedit.c if (MuxImageCount(images, WEBP_CHUNK_ALPHA) > 0) { MuxImageCount 176 3rdparty/libwebp/mux/muxi.h int MuxImageCount(const WebPMuxImage* wpi_list, WebPChunkId id); MuxImageCount 274 3rdparty/libwebp/mux/muxinternal.c nth = MuxImageCount(*wpi_list, WEBP_CHUNK_NIL); MuxImageCount 449 3rdparty/libwebp/mux/muxinternal.c const int num_images = MuxImageCount(mux->images_, WEBP_CHUNK_IMAGE); MuxImageCount 450 3rdparty/libwebp/mux/muxinternal.c const int num_frames = MuxImageCount(mux->images_, WEBP_CHUNK_ANMF); MuxImageCount 451 3rdparty/libwebp/mux/muxinternal.c const int num_fragments = MuxImageCount(mux->images_, WEBP_CHUNK_FRGM); MuxImageCount 470 3rdparty/libwebp/mux/muxread.c *num_elements = MuxImageCount(mux->images_, id);