Searched refs:MuxImageCount (Results 1 – 4 of 4) sorted by relevance
294 const int num_images = MuxImageCount(mux->images_, WEBP_CHUNK_IMAGE); in ValidateForSingleImage()295 const int num_frames = MuxImageCount(mux->images_, WEBP_CHUNK_ANMF); in ValidateForSingleImage()529 *num_elements = MuxImageCount(mux->images_, id); in WebPMuxNumChunks()
177 int MuxImageCount(const WebPMuxImage* wpi_list, WebPChunkId id);
260 int MuxImageCount(const WebPMuxImage* wpi_list, WebPChunkId id) { in MuxImageCount() function287 nth = MuxImageCount(*wpi_list, WEBP_CHUNK_NIL); in SearchImageToGetOrDelete()
505 if (MuxImageCount(images, WEBP_CHUNK_ALPHA) > 0) { in CreateVP8XChunk()