Searched refs:MuxImageCount (Results 1 – 4 of 4) sorted by relevance
309 const int num_images = MuxImageCount(mux->images_, WEBP_CHUNK_IMAGE); in ValidateForSingleImage()310 const int num_frames = MuxImageCount(mux->images_, WEBP_CHUNK_ANMF); in ValidateForSingleImage()548 *num_elements = MuxImageCount(mux->images_, id); in WebPMuxNumChunks()
181 int MuxImageCount(const WebPMuxImage* wpi_list, WebPChunkId id);
257 int MuxImageCount(const WebPMuxImage* wpi_list, WebPChunkId id) { in MuxImageCount() function284 nth = MuxImageCount(*wpi_list, WEBP_CHUNK_NIL); in SearchImageToGetOrDelete()
505 if (MuxImageCount(images, WEBP_CHUNK_ALPHA) > 0) { in CreateVP8XChunk()