Home
last modified time | relevance | path

Searched defs:wpi_list (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/mux/
Dmuxinternal.c257 int MuxImageCount(const WebPMuxImage* wpi_list, WebPChunkId id) { in MuxImageCount()
277 static int SearchImageToGetOrDelete(WebPMuxImage** wpi_list, uint32_t nth, in SearchImageToGetOrDelete()
301 WebPMuxError MuxImagePush(const WebPMuxImage* wpi, WebPMuxImage** wpi_list) { in MuxImagePush()
333 WebPMuxError MuxImageDeleteNth(WebPMuxImage** wpi_list, uint32_t nth) { in MuxImageDeleteNth()
345 WebPMuxError MuxImageGetNth(const WebPMuxImage** wpi_list, uint32_t nth, in MuxImageGetNth()
Dmuxedit.c40 static void DeleteAllImages(WebPMuxImage** const wpi_list) { in DeleteAllImages()
582 static size_t ImageListDiskSize(const WebPMuxImage* wpi_list) { in ImageListDiskSize()
592 static uint8_t* ImageListEmit(const WebPMuxImage* wpi_list, uint8_t* dst) { in ImageListEmit()