Home
last modified time | relevance | path

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

/external/webp/src/mux/
Dmuxread.c309 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()
Dmuxi.h181 int MuxImageCount(const WebPMuxImage* wpi_list, WebPChunkId id);
Dmuxinternal.c257 int MuxImageCount(const WebPMuxImage* wpi_list, WebPChunkId id) { in MuxImageCount() function
284 nth = MuxImageCount(*wpi_list, WEBP_CHUNK_NIL); in SearchImageToGetOrDelete()
Dmuxedit.c505 if (MuxImageCount(images, WEBP_CHUNK_ALPHA) > 0) { in CreateVP8XChunk()