Home
last modified time | relevance | path

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

/external/webp/src/mux/
Dmuxinternal.c258 int MuxImageCount(const WebPMuxImage* wpi_list, WebPChunkId id) { in MuxImageCount()
278 static int SearchImageToGetOrDelete(WebPMuxImage** wpi_list, uint32_t nth, in SearchImageToGetOrDelete()
302 WebPMuxError MuxImagePush(const WebPMuxImage* wpi, WebPMuxImage** wpi_list) { in MuxImagePush()
334 WebPMuxError MuxImageDeleteNth(WebPMuxImage** wpi_list, uint32_t nth) { in MuxImageDeleteNth()
346 WebPMuxError MuxImageGetNth(const WebPMuxImage** wpi_list, uint32_t nth, in MuxImageGetNth()
Dmuxedit.c40 static void DeleteAllImages(WebPMuxImage** const wpi_list) { in DeleteAllImages()
584 static size_t ImageListDiskSize(const WebPMuxImage* wpi_list) { in ImageListDiskSize()
594 static uint8_t* ImageListEmit(const WebPMuxImage* wpi_list, uint8_t* dst) { in ImageListEmit()